梦开始的地方
梦开始的地方 Markdown¶ Butterfly主题支持Markdown语法,除此之外还可以添加MarkdownIt 插件上的语法,只需要在_config.yml文件中配置markdown->plugins即可。 Front-matter¶ Page Front-matter ---title:date:updated:type:comments:description:keywords:top_img:mathjax:katex:aside:aplayer:highlight_shrink:random:limit: type: value:--- 参数 解释 title 【必需】页面标题 date 【必需】页面创建日期 type 【必需】标签、分类和友情链接三个页面需要配置 updated 【可选】页面更新日期 description 【可选】页面描述 keywords 【可选】页面关键字 comments 【可选】显示页面评论模块(默认 true) top_img 【可选】页面顶部图片 mathjax 【可选...