aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorEgor Lynko <flexoid@gmail.com>2021-01-17 17:32:33 +0300
committerGitHub <noreply@github.com>2021-01-17 22:32:33 +0800
commitfcf20219586e4c66d703e249aac5bb6a42a4320d (patch)
treeafd0c168258572759e11d1a93cc371c1cc47b5f2 /exampleSite/config.toml
parent9d2f9230232af22ef091f3f39f8f203b1da2e78a (diff)
feat(language-selector): Implement optional language selector (#298)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a9e84ab..05a3998 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -111,6 +111,9 @@ copyright = "" # default: author.name ↓ # 默认为下面配
uglyURLs = false # please keep same with uglyurls setting
+ # Show language selector for multilingual site.
+ showLanguageSelector = false
+
[params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义
enable = true
jquery = '<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'