blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 01db452d17f4ff25a724e9ba8c93db34c0ae00b0
parent b01a1a7e8b8afcb1b562622b2ad48d82355d42c3
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Wed, 23 May 2018 00:10:19 -0500

Clean up unnecessary tags and config.toml.

Diffstat:
Mconfig.toml | 108++++++++++++++++++++++++++++++++++++++++---------------------------------------
Mcontent/posts/2018-05-21-construction-finished.en.md | 2+-
Mcontent/posts/2018-05-21-construction-finished.zh.md | 2+-
Mi18n/en.toml | 7+++----
Mi18n/zh.toml | 7+++----
Morg/2018.org | 2+-
6 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/config.toml b/config.toml
@@ -1,76 +1,78 @@
-baseURL                 = "shimmy1996.com"
-title                   = "Library of Trantor"
-newContentEditor        = "emacs"
-theme                   = "soresu"
-pygmentsCodefences      = true
-pygmentsCodefencesGuessSyntax = false
-pygmentsStyle           = "emacs"
-pygmentsOptions = "linenos="
-preserveTaxonomyNames = true
-footnotereturnlinkcontents = "↩"
-DefaultContentLanguage  = "en"
+# Site Settings
+baseURL                        = "shimmy1996.com"
+title                          = "Library of Trantor"
+theme                          = "soresu"
+footnotereturnlinkcontents     = "↩"
+DefaultContentLanguage         = "en"
 DefaultContentLanguageInSubdir = true
 
+# Pygments Settings
+pygmentsCodefences             = true
+pygmentsCodefencesGuessSyntax  = false
+pygmentsStyle                  = "emacs"
+pygmentsOptions                = "linenos="
+preserveTaxonomyNames          = true
+
 [permalinks]
-posts = "/posts/:year/:month/:day/:slug/"
+posts      = "/posts/:year/:month/:day/:slug/"
 
 [author]
-name                    = "Shimmy Xu"
-github                  = "shimmy1996"
+name       = "Shimmy Xu"
+github     = "shimmy1996"
 
 [Taxonomies]
-tag = "tags"
+tag        = "tags"
 categories = "categories"
 
 [Languages]
-[Languages.en]
-title                   = "Library of Trantor"
-subtitle                = "The Plan is going on."
-LanguageName            = "EN"
+  [Languages.en]
+  title        = "Library of Trantor"
+  subtitle     = "The Plan is going on."
+  LanguageName = "EN"
 
-[[Languages.en.menu.main]]
-    name = "Home"
-    url = "/en/"
+    [[Languages.en.menu.main]]
+    name   = "Home"
+    url    = "/en/"
     weight = 1
-[[Languages.en.menu.main]]
-    name = "Posts"
-    url = "/en/posts/"
+    [[Languages.en.menu.main]]
+    name   = "Posts"
+    url    = "/en/posts/"
     weight = 2
-[[Languages.en.menu.main]]
-    name = "About"
-    url = "/en/about/"
+    [[Languages.en.menu.main]]
+    name   = "About"
+    url    = "/en/about/"
     weight = 3
-[[Languages.en.menu.main]]
-    name = "Friends"
-    url = "/en/friends/"
+    [[Languages.en.menu.main]]
+    name   = "Friends"
+    url    = "/en/friends/"
     weight = 4
-[[Languages.en.menu.main]]
-    name = "Messages"
-    url = "/en/messages/"
+    [[Languages.en.menu.main]]
+    name   = "Messages"
+    url    = "/en/messages/"
     weight = 5
 
-[Languages.zh]
-title                   = "川陀大学图书室"
-subtitle                = "计划进行中。"
-LanguageName            = "中文"
+  [Languages.zh]
+  title        = "川陀大学图书室"
+  subtitle     = "计划进行中。"
+  LanguageName = "中文"
 
-[[Languages.zh.menu.main]]
-    name = "主页"
-    url = "/zh/"
+    [[Languages.zh.menu.main]]
+    name   = "主页"
+    url    = "/zh/"
     weight = 1
-[[Languages.zh.menu.main]]
-    name = "归档"
-    url = "/zh/posts/"
+    [[Languages.zh.menu.main]]
+    name   = "归档"
+    url    = "/zh/posts/"
     weight = 2
-[[Languages.zh.menu.main]]
-    name = "关于"
-    url = "/zh/about/"
+    [[Languages.zh.menu.main]]
+    name   = "关于"
+    url    = "/zh/about/"
     weight = 3
-[[Languages.zh.menu.main]]
-    name = "朋友们"
-    url = "/zh/friends/"
+    [[Languages.zh.menu.main]]
+    name   = "朋友们"
+    url    = "/zh/friends/"
     weight = 4
-[[Languages.zh.menu.main]]
-    name = "留言板"
-    url = "/zh/messages/"
+    [[Languages.zh.menu.main]]
+    name   = "留言板"
+    url    = "/zh/messages/"
     weight = 5 
\ No newline at end of file
diff --git a/content/posts/2018-05-21-construction-finished.en.md b/content/posts/2018-05-21-construction-finished.en.md
@@ -1,6 +1,6 @@
 +++
 title = "Construction Finished"
-tags = ["task-list"]
+tags = ["plans"]
 categories = ["site-related"]
 draft = false
 date = 2018-05-21
diff --git a/content/posts/2018-05-21-construction-finished.zh.md b/content/posts/2018-05-21-construction-finished.zh.md
@@ -1,6 +1,6 @@
 +++
 title = "施工完成"
-tags = ["task-list"]
+tags = ["plans"]
 categories = ["site-related"]
 draft = false
 date = 2018-05-21
diff --git a/i18n/en.toml b/i18n/en.toml
@@ -14,6 +14,9 @@ other = "Categories"
 [geekery]
 other = "Geekery"
 
+[my-life]
+other = "My Life"
+
 [site-related]
 other = "Site Related"
 
@@ -47,6 +50,3 @@ other = "Server"
 
 [social-network]
 other = "Social Network"
-
-[task-list]
-other = "Task List"-
\ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
@@ -12,6 +12,9 @@ other = "分类"
 
 # Translation for categories
 [geekery]
+other = "折腾"
+
+[my-life]
 other = "日常"
 
 [site-related]
@@ -47,6 +50,3 @@ other = "服务器"
 
 [social-network]
 other = "社交网络"
-
-[task-list]
-other = "任务清单"-
\ No newline at end of file
diff --git a/org/2018.org b/org/2018.org
@@ -468,7 +468,7 @@ In the footer section, I've replaced Twitter with [[https://mstdn.shimmy1996.com
 
 在网站页脚,我已经把 Twitter 换成了我的[[https://mstdn.shimmy1996.com/@shimmy1996][Mastodon 页面]] ,随时欢迎各位来访。
 
-** DONE Construction Finished                                     :task_list:
+** DONE Construction Finished                                         :plans:
 :PROPERTIES:
 :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :date 2018-05-21 :slug construction-finished
 :END: