We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f7062 commit 9993577Copy full SHA for 9993577
2 files changed
config/_default/config.toml
@@ -1,7 +1,7 @@
1
# Change baseurl before deploy
2
baseurl = "https://hzmath.github.io/"
3
-languageCode = "en-us"
4
-title = "河源中学数学研究协会官方网站"
+languageCode = "zh-cn"
+title = "河源中学数学研究协会"
5
6
# Theme i18n support
7
# See all available values at https://github.com/CaiJimmy/hugo-theme-stack/tree/master/i18n
config/_default/params.toml
@@ -11,7 +11,7 @@ SortBy = "default"
11
12
[footer]
13
since = 2026
14
- customText = "河源中学数学研究协会"
+ customText = ""
15
16
[dateFormat]
17
published = ":date_full"
@@ -28,8 +28,8 @@ SortBy = "default"
28
readingTime = true
29
30
[article.license]
31
- enabled = false
32
- default = "Licensed under CC BY-NC-SA 4.0"
+ enabled = true
+ default = "All Right Reserved, 河源中学数学研究协会"
33
34
[widgets]
35
homepage = [
0 commit comments