基本用法1
url: https://butterfly.js.org/posts/21cfbf15/Front-matterFront-matter 是 markdown 文件最上方以 — 分隔的區域,用於指定個別檔案的變數。 Page Front-matter 用於 頁面 配置Post Front-matter 用於 文章頁 配置如果標注可選的參數,可根據自己需要添加,不用全部都寫在 markdown 裏 Page Front-mattertitle: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)...
测试目录下的文档
测试文档
基本用法2
url:https://butterfly.js.org/posts/4aa8abbe/ 配置文件速讀你可以快速瞭解到所有配置的註解,讓你配置文件更加方便。如果遇到不太清楚的配置,可以在這篇文章找到更加詳細的資訊。 ————————————–導航設置————————————–nav: 導航欄 Logo 圖片logo: 是否顯示標題display_title: true 是否在滾動時顯示文章標題display_post_title: true 是否固定導航欄fixed: false menu: 首頁: / || fas fa-home列表||fas fa-list:音樂: /music/ || fas fa-music電影: /movies/ || fas fa-video————————————–代碼塊設置————————————–code_blocks: 代碼塊主題: darker / pale night / light / ocean / falsetheme: light 是否使用 ...

