Your Name 3 år sedan
förälder
incheckning
66dd6c8423
1 ändrade filer med 2 tillägg och 12 borttagningar
  1. 2 12
      webSite/config.toml

+ 2 - 12
webSite/config.toml

@@ -2,13 +2,13 @@ baseurl = "https://post.hhh.com.tw"
 title = "0809 幸福經紀人"
 theme = "hhh_post"
 themesDir = "../.."
-languageCode = "en-US"
+languageCode = "en"
 
 #languageCode = "zh-TW"
 # Site language. Available translations in the theme's `/i18n` directory.
 #defaultContentLanguage = "zh-TW"
 
-defaultContentLanguage = "en-US"
+defaultContentLanguage = "en"
 
 # Enable comments by entering your Disqus shortname
 #disqusShortname = "devcows"
@@ -20,16 +20,6 @@ publishDir  = "/var/www/farmoutput/hhh"
 paginate = 10
 
 
-[languages]
-  [Languages.zh-TW]
-    languageCode  = "zh-TW"
-    languageName  = "正體中文(臺灣)"
-
-  [languages.en-US]
-    languageCode  = "en"
-    languageName  = "en"
-    title = "My blog"
-    weight = 1
 
 [outputs]
   home = ["HTML"]