Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Track3/hermit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2018-11-28 10:49:29 +0300
committerTrack3 <pengliabc@live.cn>2018-11-28 10:49:29 +0300
commit0e1ceb690ca5ceaafd601b8e6dbd5c4de754e6b7 (patch)
treeb41e63e1de4bbe5f70527d404058718a64d78a20
parent61f76591cb0f067f44d3630fa24283c12f181219 (diff)
Update example config.tomlv1.0.0
-rw-r--r--exampleSite/config.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 26e7680..7ba5c78 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,7 +7,7 @@ pygmentsCodefences = true
pygmentsUseClasses = true
hasCJKLanguage = true # If there're Chinese/Japanese/Korean Languages in the content, enable this.
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"
# disqusShortname = "yourdiscussshortname"
@@ -30,10 +30,12 @@ copyright = "This work is licensed under a Creative Commons Attribution-NonComme
# themeColor = "#494f5c" # Theme color in meta tags.
homeSubtitle = "A minimal and fast theme for Hugo."
footerCopyright = ' &#183; <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.
- justifyContent = false # Set "text-align: justify" to .content
+ # 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, requires extended version of Hugo
# bgImg = "" # Homepage background-image URL
+ # Social Icons
+ # Check https://github.com/Track3/hermit#social-icons for more info.
[[params.social]]
name = "twitter"
url = "https://twitter.com/"