summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorDSRKafuU2021-06-09 14:50:42 +0800
committerGitHub2021-06-09 14:50:42 +0800
commit50317aec4ac3884d46fefac5812b8ad8e1e15a46 (patch)
tree3eea1cb6cdca64a399408c11fedb7e3e11e8d9e6 /exampleSite/config.toml
parent8151cf402bbd3bb6ba33fa78894d8f6d5aecd157 (diff)
parentbbddd30d94888d61af03b14d7451c802e458963a (diff)
downloadhugo-theme-fuji-50317aec4ac3884d46fefac5812b8ad8e1e15a46.tar.gz
hugo-theme-fuji-50317aec4ac3884d46fefac5812b8ad8e1e15a46.tar.bz2
hugo-theme-fuji-50317aec4ac3884d46fefac5812b8ad8e1e15a46.zip
feat: Italian translation
Merge pull request #77 from fmaida/fmaida
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e1ca8b9..33c6c30 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,7 +10,7 @@ ignoreErrors = ["error-disable-taxonomy"]
## Change this two to switch between different language
languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
-defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl
+defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl, it
summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10