sync theme
This commit is contained in:
parent
50c1fe905e
commit
7c7326175e
22 changed files with 1080 additions and 571 deletions
|
@ -9,7 +9,6 @@ defaultContentLanguage = "en"
|
|||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
enableRobotsTXT = true
|
||||
paginate = 10
|
||||
summaryLength = 0
|
||||
|
||||
buildDrafts = false
|
||||
|
@ -19,6 +18,9 @@ enableEmoji = true
|
|||
|
||||
# googleAnalytics = "G-XXXXXXXXX"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 100
|
||||
|
||||
[imaging]
|
||||
anchor = 'Center'
|
||||
|
||||
|
|
|
@ -141,6 +141,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
|
|||
# websiteid = "ABC12345"
|
||||
# domain = "llama.yoursite.com"
|
||||
# dataDomains = "yoursite.com,yoursite2.com"
|
||||
# scriptName = ""
|
||||
# enableTrackEvent = true
|
||||
|
||||
[selineAnalytics]
|
||||
|
@ -159,3 +160,8 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
|
|||
# bing = ""
|
||||
# pinterest = ""
|
||||
# yandex = ""
|
||||
# fediverse = ""
|
||||
|
||||
[rssnext]
|
||||
# feedId = ""
|
||||
# userId = ""
|
Loading…
Add table
Add a link
Reference in a new issue