From 9c32210a7c3c3316162defa7d228d70d72b74240 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Mon, 2 Mar 2020 23:25:21 +0800 Subject: Created RSS Feed (markdown) --- RSS-Feed.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 RSS-Feed.md 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 -- cgit v1.2.3