optimise i18n
parent
c585ee1163
commit
87e4cb1d6e
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/zdoc"]
|
||||
path = themes/zdoc
|
||||
url = https://github.com/mtf-wiki/hugo-theme-zdoc.git
|
||||
url = git@github.com:mtf-wiki/hugo-theme-zdoc.git
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"single-h1": false,
|
||||
"single-h1": true,
|
||||
"no-inline-html": false,
|
||||
"no-duplicate-header": false,
|
||||
"no-emphasis-as-header": false,
|
||||
"no-emphasis-as-header": true,
|
||||
"line-length": false,
|
||||
"frontmatter": false
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ defaultContentLanguage = "zh-cn"
|
|||
defaultContentLanguageInSubdir = true
|
||||
hasCJKLanguage = true
|
||||
|
||||
copyright = "© 2020-{year} MtF Wiki. All Rights Reserved"
|
||||
copyright = "© 2020-{year} MtF Wiki<br><a href='https://creativecommons.org/licenses/by-sa/4.0/' target='_blank'><img src='https://i.creativecommons.org/l/by-sa/4.0/88x31.png' loading='lazy' alt='CC BY-SA 4.0'></a>"
|
||||
timeout = "1M"
|
||||
enableEmoji = true
|
||||
enableRobotsTXT = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
logo = true
|
||||
logoImage = "/new/mtf-wiki-square.svg"
|
||||
logoImage = "/new/mtf-wiki-long.svg"
|
||||
logoText = "MtF Wiki"
|
||||
logoType = "short" # long, short
|
||||
logoType = "long" # long, short
|
||||
description = "MtF Wiki is committed to becoming a free, open, and continuously updated transgender knowledge integration site."
|
||||
|
||||
themeOptions = ["light", "dark"]
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
[toc-label]
|
||||
other = "此页上的内容"
|
||||
|
||||
[contactUs]
|
||||
other = "联系我们"
|
||||
|
||||
[tooltip-written]
|
||||
other = "写于"
|
||||
|
||||
|
|
Loading…
Reference in New Issue