学习hexo
Front-matterFront-matter 是 markdown 文件最上方以 — 分隔的区域,用于指定个别档案的变数。 Page Front-matter 用于 页面 配置 Post Front-matter 用于 文章页 配置 页面 配置12345678910111213141516171819---title: 【必需】页面标题date: 【必需】页面创建日期updated: 【必需】标签、分类和友情链接三个页面需要配置type: 【可选】页面更新日期comments: 【可选】页面描述description: 【可选】页面关键字keywords: 【可选】显示页面评论模块 (默认 true)top_img: 【可选】页面顶部图片mathjax: 【可选】显示 mathjax (当设置 mathjax 的 per_page: false 时,才需要配置,默认 false)katex: 【可选】显示 katex (当设置 katex 的 per_page: false 时,才需要配置,默认 false)aside: ...

