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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ Merelo <jjmerelo@gmail.com>2017-06-10 09:22:32 +0300
committerJJ Merelo <jjmerelo@gmail.com>2017-06-10 09:22:32 +0300
commitbffa14637c4126073057ce20978f64c7c6e05ce0 (patch)
tree848247503adccb7ca535ebd7deab76dde94c84b3
parent89f98930acf32d7991c6e3efdfde946ea287d35c (diff)
Adds instructions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c7c6986..8f44696 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,12 @@ _./config.toml example:_
linkedin = "the2ne"
```
+You can also configure the headline of the index page:
+```toml
+[params]
+ indexHeadline = "This just in:"
+```
+which will substitute the "Yay!" in the default page.
## Contributing