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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-03-02 18:25:56 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-03-02 18:25:56 +0300
commit0a214b3626ecde0821d4ce037e1cb38d0c2ea870 (patch)
tree84448f22a68593f3314faac9654eb58710f5f26a /exampleSite
parent1bb9347f4e122b573ff3e4f94e5954e1bcfb95ff (diff)
Add RSS Feed.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8123d9f..cd8b882 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -29,4 +29,8 @@ weight = 3
[[menu.main]]
url = "/posts"
name = "Archive"
-weight = 1 \ No newline at end of file
+weight = 1
+[[menu.main]]
+url = "/index.xml"
+name = "RSS Feed"
+weight = 4