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:
authorRise <8315221+AmazingRise@users.noreply.github.com>2020-03-02 18:25:21 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-03-02 18:25:21 +0300
commit9c32210a7c3c3316162defa7d228d70d72b74240 (patch)
tree4eec09e22f46fd788ed67a875268384baf866439
parent5eb799b0ced6a49ebd562c6684876afc2b7f897a (diff)
Created RSS Feed (markdown)
-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