From 03c718dcb63b322588ccf3b80dcf34177b22e9de Mon Sep 17 00:00:00 2001
From: mobeicanyue <81098819+mobeicanyue@users.noreply.github.com>
Date: Sun, 19 May 2024 13:25:16 +0800
Subject: [PATCH] Update body_bg_color color and navbar color
---
_config.fluid.yml | 6 +++---
source/about/index.md | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/_config.fluid.yml b/_config.fluid.yml
index adb1b919..9dade178 100644
--- a/_config.fluid.yml
+++ b/_config.fluid.yml
@@ -138,19 +138,19 @@ dark_mode:
color:
# body 背景色
# Color of body background
- body_bg_color: "#eee"
+ body_bg_color: "#eaf9ea"
# 暗色模式下的 body 背景色,下同
# Color in dark mode, the same below
body_bg_color_dark: "#181c27"
# 顶部菜单背景色
# Color of navigation bar background
- navbar_bg_color: "#2f4154"
+ navbar_bg_color: "#2d6333"
navbar_bg_color_dark: "#1f3144"
# 顶部菜单字体色
# Color of navigation bar text
- navbar_text_color: "#fff"
+ navbar_text_color: "#f9e298"
navbar_text_color_dark: "#d0d0d0"
# 副标题字体色
diff --git a/source/about/index.md b/source/about/index.md
index b5ccd11a..19bf91b4 100644
--- a/source/about/index.md
+++ b/source/about/index.md
@@ -5,11 +5,11 @@ layout: about
---
# 你好 👋
-### 欢迎来到漠北残月的博客
+### 我是漠北残月,欢迎来到我的博客
本博客建于 2023 年 12 月 26 日,主要记录一些我的技术、学习、生活等方面的内容与分享。个人简介见 [漠北残月的主页](https://www.ovvv.top)。
-博客使用开源静态博客框架 [Hexo](https://hexo.io/zh-cn) 及其主题 [Fluid](https://hexo.fluid-dev.com/docs) 构建。源代码托管于 [Github](https://github.com/mobeicanyue) 并自动构建,通过 Cloudflare Pages 和 Cloudflare CDN 部署在 Cloudflare 的全球边缘网络上。博客采用开源访问统计工具 [Umami](https://umami.is) 来统计博客访问情况,遵守您的 DNT 设定,链接 https://umami.ovvv.top/share/SYu8qUKmty52PW9w/blog
+博客使用开源静态博客框架 [Hexo](https://hexo.io/zh-cn) 及其主题 [Fluid](https://hexo.fluid-dev.com/docs) 构建。源代码托管于 [Github](https://github.com/mobeicanyue) 并自动构建,通过 Cloudflare Pages 和 Cloudflare CDN 部署在 Cloudflare 的全球边缘网络上。博客采用开源访问统计工具 [Umami](https://umami.is) 来统计博客访问情况,遵守您的 DNT 设定,链接 https://umami.ovvv.top/share/SYu8qUKmty52PW9w/blog.
本站文章知识共享许可协议为 [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans)。**您可以在遵守协议的前提下自由转载、分享、修改,但需注明作者和出处、不得用于商业目的、基于本协议进行再分享。**如果文章有谬误或者您有改进文章的建议,欢迎您在文章下面留言,不胜感激。
@@ -17,6 +17,6 @@ layout: about
之前在 CSDN 写过博客,有不少阅读量。奈何 CSDN 广告太多,使用体验也不太好(不登陆不给复制代码),就搭建了这个博客。现在的博客主要用来写一些长篇的技术文章,以及一些生活感悟。CSDN 就更新一些简单、零碎的文章。
-
+
-
Supports IPv6, Brotli, HTTP 2 / HTTP 3, TLS 1.3, HSTS Preload, DNSSEC, Security headers via Cloudflare.
+Supports IPv6, Brotli, HTTP 2 / HTTP 3, TLS 1.3, HSTS Preload, DNSSEC, Security headers via Cloudflare.
\ No newline at end of file