From 6aa1e4fe74d76ada1a009477efde8e0a10fb841c Mon Sep 17 00:00:00 2001 From: KevinChu1998 <1063995931@qq.com> Date: Sat, 9 Sep 2023 03:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0=EF=BC=9B?= =?UTF-8?q?=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0=EF=BC=9B?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E8=8F=9C=E5=8D=95=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.fluid.yml | 32 +++++++++++++++++--------- source/about/index.md | 53 +++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 72 insertions(+), 13 deletions(-) diff --git a/_config.fluid.yml b/_config.fluid.yml index 72df89e..38db155 100644 --- a/_config.fluid.yml +++ b/_config.fluid.yml @@ -239,7 +239,7 @@ custom_js: # The usage is the same as custom_js custom_css: - /css/macpanel - - //at.alicdn.com/t/c/font_4241027_d512ai5ovgn.css + - //at.alicdn.com/t/c/font_4241027_j8xjy563jwl.css # 网页访问统计 # Analysis of website visitors @@ -350,21 +350,31 @@ navbar: # Navigation bar menu. `key` is used to associate languages/*.yml. If there is no association, the value of `key` itself will be displayed; if `icon` is a css class, it can be omitted; adding `name` can force the display of the specified name menu: - { key: "home", link: "/", icon: "iconfont icon-home-fill" } - - { key: "archive", link: "/archives/", icon: "iconfont icon-archive-fill" } - - { key: "category", link: "/categories/", icon: "iconfont icon-category-fill" } - - { key: "tag", link: "/tags/", icon: "iconfont icon-tags-fill" } - - { key: "links", link: "/links/", icon: "iconfont icon-link-fill", name: "链接"} - # - { key: "gallery", link: "/gallery/", icon: "iconfont icon-images", name: "图库" } - - { key: "about", link: "/about/", icon: "iconfont icon-user-fill" } - { - key: '更多', - icon: 'iconfont icon-paper-plane', + key: '文章', + icon: 'iconfont icon-books', + submenu: [ + { key: "archive", link: "/archives/", icon: "iconfont icon-archive-fill" }, + { key: "category", link: "/categories/", icon: "iconfont icon-category-fill" }, + { key: "tag", link: "/tags/", icon: "iconfont icon-tags-fill" } + ] + } + - { + key: '工具', + icon: 'iconfont icon-briefcase', submenu: [ { key: '导航', link: '/navigation/', icon: 'iconfont icon-map' }, - { key: '图库', link: '/gallery/', icon: 'iconfont icon-images' }, - { key: '虫洞', link: 'https://foreverblog.cn/go.html', icon: 'iconfont icon-star-of-david' } + { key: '图库', link: '/gallery/', icon: 'iconfont icon-images' } ] } + # - { key: "archive", link: "/archives/", icon: "iconfont icon-archive-fill" } + # - { key: "category", link: "/categories/", icon: "iconfont icon-category-fill" } + # - { key: "tag", link: "/tags/", icon: "iconfont icon-tags-fill" } + - { key: "links", link: "/links/", icon: "iconfont icon-link-fill", name: "友链"} + # - { key: "gallery", link: "/gallery/", icon: "iconfont icon-images", name: "图库" } + - { key: "about", link: "/about/", icon: "iconfont icon-user-fill" } + - { key: "虫洞", link: "https://foreverblog.cn/go.html", icon: "iconfont icon-burst" } + - { key: "开往", link: "https://www.travellings.cn/go.html", icon: "iconfont icon-train-subway" } # 搜索功能,基于 hexo-generator-search 插件,若已安装其他搜索插件请关闭此功能,以避免生成多余的索引文件 # Search feature, based on hexo-generator-search. If you have installed other search plugins, please disable this feature to avoid generating redundant index files diff --git a/source/about/index.md b/source/about/index.md index ed1a0c1..1728894 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -2,12 +2,12 @@ title: 关于 layout: "about" --- -#### 🤖关于我 +## 🤖关于我 后端入门级玩家👨‍💻 | Pokemon精英训练师⚡️ psyduck -#### 🖥️关于本站 +## 🖥️关于本站 建立本站以记录学习、积累经验、归纳知识、~~分享生活~~、~~捣鼓折腾~~......
@@ -45,3 +45,52 @@ layout: "about" >- 2020-08-17  🚲起点 基于Hexo框架搭建了第一个博客,采用Butterfly主题,托管于GitHub Pages。 + + + +
+
+
+
+ + + + \ No newline at end of file