Skip to content

Front Matter

Front Matter 是什么?

Front Matter 是 Markdown 的一种特殊语法,用于定义页面的元数据。

主题可使用的 Front Matter 属性

提示

不需要在页面中全部添加,有些属性是必须的,有些是可选的。

属性值类型解释
titlestring必需 页面标题
datedatetime必需 页面创建日期
typestring必需 关于、友情链接、朋友圈、即刻、工具箱页面需要配置
updateddatetime可选 页面更新日期
descstring可选 页面描述
descriptionstring可选 页面描述
asideboolean可选 是否开启侧边栏(默认true)
commentboolean可选 显示页面评论模块(默认 true)
coverstring可选 页面顶部图片URL
reprintboolean可选 版权(默认为原创)为true时为转载
katexboolean可选 显示 katex(默认 false)
locatestring可选 文章创作地点
leftendstring可选 banner底部左侧文字
rightendstring可选 banner底部右侧文字
rightbtnstring可选 banner底部右侧按钮文字
rightbtnlinkstring可选 banner底部右侧按钮跳转链接
containerboolean可选 是否开启容器(默认true)
authorstring可选 文章作者
avatarstring可选 文章作者头像URL

自定义拥有 banner 图的页面

markdown
---
title: 测试
type: banner
container: true
---

注意

如果只需要普通的实现 banner 效果,可以不写 container 属性