Skip to content

Commit

Permalink
site title added support for chinese font
Browse files Browse the repository at this point in the history
  • Loading branch information
tinikov committed Nov 11, 2024
1 parent ca99d16 commit a04c9bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_url = "https://re137.vercel.app"
title = "re137"
description = "A Chinese friendly zola theme. Inspired by lightspeed."
title = "re137 黄金世紀"
description = "A Chinese friendly zola theme. Inspired by lightspeed. 重回 2000 年。"
default_language = "zh-cn"
compile_sass = true
generate_feeds = true
Expand Down Expand Up @@ -46,8 +46,8 @@ show_zola_theme = true

# You can add your own items to list in the site navigator
re137_menu_links = [
{ url = "$BASE_URL", name = "主页" },
{ url = "$BASE_URL/categories", name = "分类" }, # If enabled "taxonomies"
{ url = "$BASE_URL/about", name = "关于" },
{ url = "$BASE_URL/rss.xml", name = "RSS" },
{ url = "$BASE_URL", name = "Home 主页" },
{ url = "$BASE_URL/categories", name = "Categories 分类" }, # If enabled "taxonomies"
{ url = "$BASE_URL/about", name = "About 关于" },
{ url = "$BASE_URL/rss.xml", name = "RSS 订阅" },
]
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ol {
}

.header-site-title a {
font-family: rock salt;
font-family: "rock salt", "Noto Serif SC", "Noto Serif JP";
font-size: smaller;
text-decoration: none;
color: inherit;
Expand Down

0 comments on commit a04c9bd

Please sign in to comment.