From 50cb551e78517004d160a98d7eb18f0e463fe893 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Tue, 21 Dec 2021 12:59:06 +0000 Subject: [PATCH] feat: rss link --- assets/icons/rss.svg | 6 ++++++ config.yaml | 8 ++++++++ content/post/055.NewBlog/055.md | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 assets/icons/rss.svg diff --git a/assets/icons/rss.svg b/assets/icons/rss.svg new file mode 100644 index 0000000..2d64eda --- /dev/null +++ b/assets/icons/rss.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/config.yaml b/config.yaml index fd1d91c..0f99f07 100644 --- a/config.yaml +++ b/config.yaml @@ -192,6 +192,14 @@ menu: weight: -100 params: icon: home + + - identifier: rss + name: RSS + url: /index.xml + weight: -50 + params: + icon: rss + newtab: true social: - identifier: github diff --git a/content/post/055.NewBlog/055.md b/content/post/055.NewBlog/055.md index e2b4c68..aadf265 100644 --- a/content/post/055.NewBlog/055.md +++ b/content/post/055.NewBlog/055.md @@ -21,6 +21,10 @@ date: "2021-12-21 11:56:00" +偏好 RSS 订阅的用户,订阅地址:[https://xingez.me/index.xml](https://xingez.me/index.xml) + + + 正如很多人所说,玩静态站是要折腾的,我刚开始也不懂怎么配置这个主题,后来折腾了好几天,把基本的一些文章、页面和右侧栏原主题自带的组件给搬了过来,有些还不免要自己扩充主题,重写组件和 scss 等