Update example config.toml
This commit is contained in:
parent
61f76591cb
commit
0e1ceb690c
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@ pygmentsCodefences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
hasCJKLanguage = true # If there're Chinese/Japanese/Korean Languages in the content, enable this.
|
hasCJKLanguage = true # If there're Chinese/Japanese/Korean Languages in the content, enable this.
|
||||||
rssLimit = 10 # Maximum number of items in the RSS feed.
|
rssLimit = 10 # Maximum number of items in the RSS feed.
|
||||||
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This is only used by RSS template.
|
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
|
||||||
# googleAnalytics = "UA-123-45"
|
# googleAnalytics = "UA-123-45"
|
||||||
# disqusShortname = "yourdiscussshortname"
|
# disqusShortname = "yourdiscussshortname"
|
||||||
|
|
||||||
|
@ -30,10 +30,12 @@ copyright = "This work is licensed under a Creative Commons Attribution-NonComme
|
||||||
# themeColor = "#494f5c" # Theme color in meta tags.
|
# themeColor = "#494f5c" # Theme color in meta tags.
|
||||||
homeSubtitle = "A minimal and fast theme for Hugo."
|
homeSubtitle = "A minimal and fast theme for Hugo."
|
||||||
footerCopyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
footerCopyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
||||||
# gitUrl = "https://github.com/Someone/SomeRepo/commit/" # Prefix of link to you git commit detail page. GitInfo must be enabled.
|
# gitUrl = "https://github.com/Someone/SomeRepo/commit/" # Prefix of link to the git commit detail page. GitInfo must be enabled.
|
||||||
justifyContent = false # Set "text-align: justify" to .content
|
justifyContent = false # Set "text-align: justify" to .content, requires extended version of Hugo
|
||||||
# bgImg = "" # Homepage background-image URL
|
# bgImg = "" # Homepage background-image URL
|
||||||
|
|
||||||
|
# Social Icons
|
||||||
|
# Check https://github.com/Track3/hermit#social-icons for more info.
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "twitter"
|
name = "twitter"
|
||||||
url = "https://twitter.com/"
|
url = "https://twitter.com/"
|
||||||
|
|
Loading…
Reference in a new issue