From 5a2e7bdd2cc4f023b182d6c7c57e64b0e777118e Mon Sep 17 00:00:00 2001 From: Marsway Date: Wed, 19 Mar 2025 02:00:28 +0800 Subject: [PATCH] backup: 2025-03-18 --- _config.yml | 13 ++++++------- layout/_partial/header.ejs | 2 +- layout/_partial/home.ejs | 8 ++++---- layout/_widget/header_body.ejs | 2 +- layout/links.ejs | 2 +- source/css/widget/header.less | 2 ++ source/image/favicon.ico | Bin 4286 -> 126303 bytes source/image/logo.png | Bin 3768 -> 74150 bytes 8 files changed, 15 insertions(+), 14 deletions(-) mode change 100755 => 100644 source/image/favicon.ico mode change 100755 => 100644 source/image/logo.png diff --git a/_config.yml b/_config.yml index aecccf4..161d0f9 100644 --- a/_config.yml +++ b/_config.yml @@ -15,10 +15,9 @@ home_layout: card # 导航名称 menus_title: home: 首页 - archive: ARCHIVE + archive: 所有作品 categories: 作品分类 - tags: TAGS - #links: LINKS + tags: 作品标签 about: 关于作者 # 导航 (不建议修改) menus: @@ -30,7 +29,7 @@ menus: about: /about # logo -logo: https://blog.taire.de/image/logo.png +logo: /image/logo.png # 网页标签上那个小图标 一定要用本地存储 icon: /image/favicon.ico # 每个页面的展示的图标和一句话 @@ -45,7 +44,7 @@ headers: icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgicon-remixicon.svg" } tags: { - message: "这里是一些展示的标签", + message: "作品标签", icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgtags.svg" } links: { @@ -53,7 +52,7 @@ headers: icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imga20r7-cftji.svg" } categories: { - message: "文章分类", + message: "作品分类", icon: "https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgblogmyCategory.svg" } @@ -81,7 +80,7 @@ bottomIcon: toUrl: 'https://github.com/79E/hexo-theme-quiet' } # 友情链接 -linksList: +linksLis t: - { title: 'Quiet', intro: '收藏回忆与分享技术的地方', diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 0c76504..b5207e7 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -3,7 +3,7 @@
diff --git a/layout/_partial/home.ejs b/layout/_partial/home.ejs index 7bd76af..0cc9366 100644 --- a/layout/_partial/home.ejs +++ b/layout/_partial/home.ejs @@ -6,9 +6,9 @@ <% page.posts.each(function (post,i) { %> <% if(post.cover){ %> - Quiet + 梁萌 <% }else{ %> - Quiet + 梁萌 <% } %>