scaffolds 的基本格式1234567---<content1><content2><content3>---# 不能多或者少 --- 不包含外面的代码框# 否则报错 YAMLException: end of the stream or a document separator is expected (2:6) page.md123456789---title: {{ title }}date: {{ date }}reward:description:top_img: comments: falseabbrlink:--- page-full.md(全属性)12345678910111213141516171819---title: {{ title }}date: {{ date }}updated: {{ date }} # 默认与 date 保持一致,只在后续修改时手动更新 :contentReference[oaicite:6]{index=6}type: "" # 默认空字符串,创建列表页时再设为 'tags'/'categories'/'link' :contentReference[oaicite:7]{index=7}comments: true # 默认开启评论模块 :contentReference[oaicite:8]{index=8}description: "" # 默认空字符串 :contentReference[oaicite:9]{index=9}keywords: [] # 默认空列表 :contentReference[oaicite:10]{index=10}top_img: "" # 默认无顶部图片 :contentReference[oaicite:11]{index=11}mathjax: false # 默认不加载 MathJax :contentReference[oaicite:12]{index=12}katex: false # 默认不加载 KaTeX :contentReference[oaicite:13]{index=13}aside: true # 默认显示侧边栏 :contentReference[oaicite:14]{index=14}aplayer: false # 默认不加载 APlayer 播放器 :contentReference[oaicite:15]{index=15}highlight_shrink: false # 默认代码块不折叠 :contentReference[oaicite:16]{index=16}random: false # 默认列表不随机排序 :contentReference[oaicite:17]{index=17}limit: type: "num" # 默认按数量截取 :contentReference[oaicite:18]{index=18} value: 0 # 默认不限制数量(0 表示无限) :contentReference[oaicite:19]{index=19}--- post.md123456789101112---title: {{ title }}date: {{ date }}tags: [] # 默认空列表categories: [] # 默认空列表keywords: [] # 默认空列表description: "" # 默认空字符串top_img: "" # 默认无顶图comments: true # 默认显示评论模块 :contentReference[oaicite:6]{index=6}cover: false # 默认不显示封面图abbrlink:--- post-full.md(全属性)123456789101112131415161718192021222324252627---title: {{ title }}date: {{ date }}updated: {{ date }} # 建议与 date 保持一致tags: [] # 默认空列表categories: [] # 默认空列表keywords: [] # 默认空列表description: "" # 默认空字符串top_img: "" # 默认无顶图comments: true # 默认显示评论模块 :contentReference[oaicite:6]{index=6}cover: false # 默认不显示封面图toc: true # 默认根据主题 config.toc.enable :contentReference[oaicite:7]{index=7}toc_number: false # 默认根据主题 config.toc.number :contentReference[oaicite:8]{index=8}toc_style_simple: false # 默认简洁模式关闭 :contentReference[oaicite:9]{index=9}copyright: false # 默认不显示版权模块 :contentReference[oaicite:10]{index=10}copyright_author: "{{ config.author }}" # 站点全局作者copyright_author_href: "{{ config.author_url }}"# 作者链接copyright_url: "{{ config.url }}" # 文章原文链接copyright_info: "" # 默认无额外版权声明mathjax: false # 默认不加载 MathJax :contentReference[oaicite:11]{index=11}katex: false # 默认不加载 KaTeX :contentReference[oaicite:12]{index=12}aplayer: false # 默认不加载 APlayer 音乐播放器 :contentReference[oaicite:13]{index=13}highlight_shrink: false # 默认代码块不折叠 :contentReference[oaicite:14]{index=14}aside: true # 默认显示侧边栏 :contentReference[oaicite:15]{index=15}abcjs: false # 默认不加载 ABCJS 乐谱渲染 :contentReference[oaicite:16]{index=16}noticeOutdate: false # 默认不显示过期提醒 :contentReference[oaicite:17]{index=17}--- draft.md1234---title: {{ title }}tags:---