Skip to content

Commit

Permalink
Update font family and custom CSS and rss icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Feb 28, 2024
1 parent 8b9a5f6 commit c4347a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ color:
# Font
font:
font_size: 17px
font_family: "LXGW WenKai GB Screen"
font_family: ""
letter_spacing: 0.02em
code_font_size: 85%

Expand All @@ -235,7 +235,7 @@ custom_js: /js/random.js

# 指定自定义 .css 文件路径,用法和 custom_js 相同
# The usage is the same as custom_js
custom_css: https://registry.npmmirror.com/lxgw-wenkai-screen-web/latest/files/lxgwwenkaigbscreen/result.min.css
custom_css:

custom_head: '<script async src="https://umami.ovvv.top/script.js" data-website-id="72f672c5-4ac9-4bbf-be13-2ba876d8cb93" data-domains="blog.ovvv.top,blog-ovvv-top.pages.dev,blog-ovvv-top.netlify.app,blog-ovvv-top.vercel.app,mobeicanyue.github.io" data-do-not-track="true"></script>'

Expand Down Expand Up @@ -347,7 +347,7 @@ navbar:
- { 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: "RSS", link: "/atom.xml", icon: "iconfont icon-rss-fill" }
- { key: "RSS", link: "/atom.xml", icon: "iconfont icon-rss" }
- { key: "随机", link: "#", icon: "iconfont icon-code"}
#- { key: "links", link: "/links/", icon: "iconfont icon-link-fill" }
- { key: "about", link: "/about/", icon: "iconfont icon-user-fill" }
Expand Down
1 change: 0 additions & 1 deletion source/_posts/Tutorial-of-Building-a-blog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: 博客搭建相关教程
sticky: 100
abbrlink: 6db78a27
date: 2023-12-28 19:03:00
tags:
Expand Down

0 comments on commit c4347a2

Please sign in to comment.