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

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2018-01-01 17:13:42 +0300
committerNan Xiao <road2stat@gmail.com>2018-01-01 17:13:42 +0300
commitb5675801833fdce0cf858b57b4fa78aedb357911 (patch)
treea73752874070e0ab586c7ef70ae6dca0235dc5b5
parentf24af3a432a67aee7f60be45945f48c267d01729 (diff)
add rss link
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 45fd325..2c60028 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -34,3 +34,7 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
name = "Twitter"
url = "https://twitter.com/road2stat"
weight = 4
+[[menu.main]]
+ name = "RSS"
+ url = "/index.xml"
+ weight = 5