diff options
| author | Verdant <i@glowisle.me> | 2026-03-28 15:47:16 +0800 |
|---|---|---|
| committer | Verdant <i@glowisle.me> | 2026-03-28 15:47:16 +0800 |
| commit | 48b656c949000ec88d6e46afbdb8d2d6adf10d70 (patch) | |
| tree | 47e06c05f022b54572a7a395d8f254dbfd8d8066 /hugo.toml | |
| parent | 1995f80a01040a3194c1d8d62aaf7b4c81e9e62d (diff) | |
| download | blog-48b656c949000ec88d6e46afbdb8d2d6adf10d70.tar.gz blog-48b656c949000ec88d6e46afbdb8d2d6adf10d70.zip | |
style: refactor CSS style
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 36 |
1 files changed, 2 insertions, 34 deletions
@@ -59,11 +59,7 @@ tabWidth = 4 name = "归档" url = "/archives/" weight = 4 - [[languages.zh-cn.menu.main]] - name = "书单" - url = "/readings/" - weight = 5 - [[languages.zh-cn.menu.main]] + [[languages.zh-cn.menu.main]] name = "关于" url = "/about/" weight = 6 @@ -93,41 +89,13 @@ tabWidth = 4 name = "About" url = "/about/" weight = 6 - -# [menu] - -# [[menu.main]] -# name = "分类" -# url = "/categories/" -# weight = 2 - -# [[menu.main]] -# name = "友人" -# url = "/links/" -# weight = 3 - -# [[menu.main]] -# name = "归档" -# url = "/archives" -# weight = 3 - -# [[menu.main]] -# name = "书单" -# url = "/readings" -# weight = 3 - -# [[menu.main]] -# name = "关于" -# url = "/about" -# weight = 6 - [params] upvote = true upvoteURL = "https://upvote.glowisle.me/" description = "关于互联网、书籍、生活琐事以及那些一闪而过的念头。计算机技术 & 读书感悟 & 日常随笔。映屿(GlowIsle)" postSearch = false groupByYear = true - toc = true + toc = false showPostCount = true favicon = "/favicon.png" hideMadeWithLine = true |
