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 895b9cc..74b8e51 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ You could add `params` into your site's `config.toml` file:
Summary = true # takes true or false
Content = false # takes true or false
# if both are set to true, summary is shown.
+ # FooterMsg = "Copyright Me 2016. Powered by Hugo."
```
if you use `config.yaml`, it could look like:
@@ -43,6 +44,7 @@ params:
Summary: true # takes true or false
Content: false # takes true or false
# if both are set to true, summary is shown
+ # FooterMsg: "Custom footer message. Powered by Hugo."
```
### Enable Disqus to your post