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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-07-08 12:01:11 +0300
committerdataCobra <datacobra@thinkbot.de>2021-07-08 12:01:11 +0300
commit7bb8739cf6a91f7dc65107eb1606bead92e5ac4f (patch)
tree3d45ee296063d5cd2bdbb8069ad09929ed5442dc
parent4870f7ced407ccbfc76b0e470d20649b2d222a05 (diff)
Refactor exampleSite/config.toml
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 51d316f..21f6f16 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -49,7 +49,7 @@ googleAnalytics = ""
#favicon = true
# Add list of sections that should show up on the homepage
- mainSections = ["post"]
+ mainSections = ["post"]
# Add list of Sections/Types that should no be considered by RSS
#nofeedSections = ["post"]
@@ -59,12 +59,12 @@ googleAnalytics = ""
# Custom CSS applied to default styles. (Path could be "static/css/")
#customCSS = "css/custom.css"
-
+
# Show reading time on a post
readingTime = false
# Show word count on a post
- wordCount = false
+ wordCount = false
# Show author on a post (groups with readingTime and wordCount)
hideAuthorOnPost = true