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

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc02f7d..9eedbcd 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ You could add `params` into your site's `config.toml` file:
Content = false # takes true or false
# if both are set to true, summary is shown.
# FooterMsg = "Copyright Me 2016. Powered by Hugo."
+ mainSections = ["post"]
```
if you use `config.yaml`, it could look like:
@@ -45,6 +46,7 @@ params:
Content: false # takes true or false
# if both are set to true, summary is shown
# FooterMsg: "Custom footer message. Powered by Hugo."
+ mainSections: ["post"]
```
### Enable Disqus to your post