blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 9ba4e77e92d86a15a9dd2c3bf9fdfbb15b08ae2d
parent f606e4d6343f30b99fd9e64efb5c6ff71b0efac9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 29 Nov 2019 23:11:18 -0500

Change settings to accomondate hugo-djem-so theme

Diffstat:
Mconfig.toml | 24+++++-------------------
1 file changed, 5 insertions(+), 19 deletions(-)
diff --git a/config.toml b/config.toml
@@ -1,17 +1,11 @@
 # Site Settings
 baseURL                        = "https://www.shimmy1996.com/"
-theme                          = "hugo-soresu"
+theme                          = "hugo-djem-so"
 footnoteReturnLinkContents     = "↩"
 defaultContentLanguage         = "en"
 defaultContentLanguageInSubdir = true
 preserveTaxonomyNames          = true
 
-# Pygments Settings
-pygmentsCodefences             = true
-pygmentsCodefencesGuessSyntax  = false
-pygmentsOptions                = "linenos="
-pygmentsUseClasses             = true
-
 [Blackfriday]
 smartypants = false
 
@@ -34,17 +28,13 @@ serie    = "series"
   title        = "Library of Trantor"
 
     [[Languages.en.menu.main]]
-    name   = "Home"
-    url    = "/en/"
-    weight = 1
-    [[Languages.en.menu.main]]
     name   = "Posts"
     url    = "/en/posts/"
-    weight = 2
+    weight = 1
     [[Languages.en.menu.main]]
     name   = "Friends"
     url    = "/en/friends/"
-    weight = 3
+    weight = 2
 
   [Languages.zh]
   languageName = "中文"
@@ -52,17 +42,13 @@ serie    = "series"
   title        = "川陀大学图书室"
 
     [[Languages.zh.menu.main]]
-    name   = "主页"
-    url    = "/zh/"
-    weight = 1
-    [[Languages.zh.menu.main]]
     name   = "归档"
     url    = "/zh/posts/"
-    weight = 2
+    weight = 1
     [[Languages.zh.menu.main]]
     name   = "朋友们"
     url    = "/zh/friends/"
-    weight = 3
+    weight = 2
 
     [Languages.zh.Blackfriday]
     extensions = ["joinLines"]