Skip to content

Commit

Permalink
Update body_bg_color color and navbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed May 19, 2024
1 parent bc01d3f commit 03c718d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

# 副标题字体色
Expand Down
8 changes: 4 additions & 4 deletions source/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ 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)**您可以在遵守协议的前提下自由转载、分享、修改,但需注明作者和出处、不得用于商业目的、基于本协议进行再分享。**如果文章有谬误或者您有改进文章的建议,欢迎您在文章下面留言,不胜感激。

由于奇奇怪怪的玄学原因,百度并没有收录本站,除了百度的主流搜索引擎都可以搜索到本站,如 Google、Bing(必应)、DuckDuckGo、Yandex、Yahoo(雅虎)等。

之前在 CSDN 写过博客,有不少阅读量。奈何 CSDN 广告太多,使用体验也不太好(不登陆不给复制代码),就搭建了这个博客。现在的博客主要用来写一些长篇的技术文章,以及一些生活感悟。CSDN 就更新一些简单、零碎的文章。

<br><br>
<br>

<p style="font-size: 15px; text-align: center;">Supports <a href="https://ready.chair6.net/?url=ovvv.top">IPv6</a>, <a href="https://tools.keycdn.com/brotli-test?url=https%3A%2F%2Fblog.ovvv.top">Brotli</a>, <a href="http://http2.pro/check?url=https%3A//blog.ovvv.top">HTTP 2</a> / <a href="https://http3check.net?host=blog.ovvv.top">HTTP 3</a>, <a href="https://www.cdn77.com/tls-test/result?domain=blog.ovvv.top">TLS 1.3</a>, <a href="https://hstspreload.org/?domain=ovvv.top">HSTS Preload</a>, <a href="https://dnssec-debugger.verisignlabs.com/blog.ovvv.top">DNSSEC</a>, <a href="https://securityheaders.com/?q=blog.ovvv.top&hide=on&followRedirects=on">Security headers</a> via Cloudflare.</p>
<p style="font-size: 15px; text-align: center;">Supports <a href="https://ready.chair6.net/?url=ovvv.top">IPv6</a>, <a href="https://tools.keycdn.com/brotli-test?url=https%3A%2F%2Fblog.ovvv.top">Brotli</a>, <a href="http://http2.pro/check?url=https%3A//blog.ovvv.top">HTTP 2</a> / <a href="https://http3check.net?host=blog.ovvv.top">HTTP 3</a>, <a href="https://www.cdn77.com/tls-test/result?domain=blog.ovvv.top">TLS 1.3</a>, <a href="https://hstspreload.org/?domain=ovvv.top">HSTS Preload</a>, <a href="https://dnssec-debugger.verisignlabs.com/blog.ovvv.top">DNSSEC</a>, <a href="https://securityheaders.com/?q=blog.ovvv.top&hide=on&followRedirects=on">Security headers</a> via Cloudflare.</p>

0 comments on commit 03c718d

Please sign in to comment.