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

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'RSS-Feed.md')
-rw-r--r--RSS-Feed.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RSS-Feed.md b/RSS-Feed.md
new file mode 100644
index 0000000..34db669
--- /dev/null
+++ b/RSS-Feed.md
@@ -0,0 +1,11 @@
+RSS Feed is located at `http://your-site/index.xml`.
+To customize the contents of RSS Feed, please edit `/index.rss.xml`
+
+To add it to the sidebar:
+Edit `config.toml`
+```toml
+[[menu.main]]
+url = "/index.xml"
+name = "RSS Feed"
+weight = 4
+``` \ No newline at end of file