diff --git a/blog/config.toml b/blog/config.toml index 9a92c72..3301e0f 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -338,7 +338,7 @@ theme = "LoveIt" # 是否使用目录 enable = true # 是否保持使用文章前面的静态目录 - keepStatic = true + keepStatic = false # 是否使侧边目录自动折叠展开 auto = true # 代码配置 @@ -346,7 +346,7 @@ theme = "LoveIt" # 是否显示代码块的复制按钮 copy = true # 默认展开显示的代码行数 - maxShownLines = 10 + maxShownLines = 100 # KaTeX 数学公式 [params.page.math] enable = true diff --git a/blog/content/about/about.en.md b/blog/content/about/index.en.md similarity index 100% rename from blog/content/about/about.en.md rename to blog/content/about/index.en.md diff --git a/blog/content/about/about.zh-cn.md b/blog/content/about/index.zh-cn.md similarity index 100% rename from blog/content/about/about.zh-cn.md rename to blog/content/about/index.zh-cn.md