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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e8c5c5c..eeea110 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -49,5 +49,10 @@ name = "Twitter"
icon = "twitter"
url = "https://twitter.com/gohugoio"
+[[params.social]]
+name = "RSS"
+icon = "rss"
+url = "/index.xml"
+
[taxonomies]
tag = "tags"