From b4a5cc8a9f9c8810e23fbb0c45eadcc1d904fa5f Mon Sep 17 00:00:00 2001 From: xuma Date: Sun, 14 Aug 2022 23:23:00 +0800 Subject: [PATCH] one key push update --- _config.butterfly.yml | 18 +++++++++--------- scaffolds/page.md | 2 +- source/about/index.md | 12 ++---------- source/archives/index.md | 2 +- source/categories/index.md | 1 + source/{link => links}/index.md | 3 ++- source/tags/index.md | 1 + 7 files changed, 17 insertions(+), 22 deletions(-) rename source/{link => links}/index.md (61%) diff --git a/_config.butterfly.yml b/_config.butterfly.yml index 979569b1..f41161a0 100644 --- a/_config.butterfly.yml +++ b/_config.butterfly.yml @@ -2,6 +2,15 @@ # see https://butterfly.js.org/posts/4aa8abbe/#導航菜單 # -------------------------------------- +menu: + Home: / || fas fa-home + Archives: /archives/ || fas fa-archive + Tags: /tags/ || fas fa-tags + Categories: /categories/ || fas fa-folder-open + MessageBoard: /messageboard/ || fas fa-comment-dots + Links: /links/ || fas fa-link + About: /about/ || fas fa-heart + #menu: # 首页: / || fas fa-home # 时间轴: /archives/ || fas fa-archive @@ -13,15 +22,6 @@ # 电影: /movies/ || fas fa-video # 友链: /link/ || fas fa-link # 关于: /about/ || fas fa-heart - -menu: - Home: / || fas fa-home - Archives: /archives/ || fas fa-archive - Tags: /tags/ || fas fa-tags - Categories: /categories/ || fas fa-folder-open - MessageBoard: /messageboard/ || fas fa-comment-dots - Links: /link/ || fas fa-link - About: /about/ || fas fa-heart # Code Blocks (代码相关) # -------------------------------------- diff --git a/scaffolds/page.md b/scaffolds/page.md index 2f63d3f5..78bf1bdc 100644 --- a/scaffolds/page.md +++ b/scaffolds/page.md @@ -3,7 +3,7 @@ title: {{ title }} date: {{ date }} updated: type: -comments: +comments: false description: keywords: top_img: diff --git a/source/about/index.md b/source/about/index.md index a462a317..3785b58a 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -1,16 +1,8 @@ --- title: about -date: 2022-07-14 11:12:33 -updated: 2022-08-14 22:24:16 -type: about -comments: -description: -keywords: +comments: false top_img: -mathjax: -katex: aside: -highlight_shrink: --- @@ -20,5 +12,5 @@ highlight_shrink: 欢迎您在我的帖子上发表评论,提出建议或讨论。 -有任何意见或者问题都可以给我发邮件。 +有任何意见或者问题都可以给我发邮件。 Email:xum321@gmail.com diff --git a/source/archives/index.md b/source/archives/index.md index 13ec46b3..28a0cb2e 100644 --- a/source/archives/index.md +++ b/source/archives/index.md @@ -1,5 +1,5 @@ --- title: archives date: 2022-08-12 22:46:09 -type: archives +comments: false --- diff --git a/source/categories/index.md b/source/categories/index.md index 2af94b85..a598d7c0 100644 --- a/source/categories/index.md +++ b/source/categories/index.md @@ -2,4 +2,5 @@ title: categories date: 2022-08-12 22:31:49 type: "categories" +comments: false --- diff --git a/source/link/index.md b/source/links/index.md similarity index 61% rename from source/link/index.md rename to source/links/index.md index d7809346..c80298b8 100644 --- a/source/link/index.md +++ b/source/links/index.md @@ -1,5 +1,6 @@ --- -title: link +title: links date: 2022-08-12 22:33:40 type: "link" +comments: false --- diff --git a/source/tags/index.md b/source/tags/index.md index 41218d67..76d44da1 100644 --- a/source/tags/index.md +++ b/source/tags/index.md @@ -2,4 +2,5 @@ title: tags date: 2022-08-12 22:31:14 type: "tags" +comments: false ---