From d081032b6c7707fa3f2c9a2e7c1079b662b7b8e7 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 17 Jan 2026 23:51:32 +0800 Subject: docs(/content/rss.md): add rss page --- content/about.md | 14 -------------- content/rss.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 content/rss.md (limited to 'content') diff --git a/content/about.md b/content/about.md index 85df401..dd3f99f 100644 --- a/content/about.md +++ b/content/about.md @@ -34,20 +34,6 @@ showMeta: false - 所有文章内容使用[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)协议授权。 - 目前文章字数:{{< word-count "posts" >}} -## 订阅 - -如果你喜欢我的文字,可以用以下链接订阅: - -- [订阅全部文章](https://www.glowisle.me/atom.xml/) -- [订阅周刊](https://www.glowisle.me/categories/回声周刊/atom.xml) -- [订阅Telegram频道的消息](https://channel.glowisle.me/rss.xml/) - -订阅某个分类: - -``` -https://www.glowisle.me/categories/分类名/atom.xml -``` - ## 在哪找到我 - Email: [i@glowisle.me](mailto:i@glowisle.me/) diff --git a/content/rss.md b/content/rss.md new file mode 100644 index 0000000..27015c7 --- /dev/null +++ b/content/rss.md @@ -0,0 +1,36 @@ +--- +date: '2026-01-17T23:30:49+08:00' +draft: false +comments: false +showMeta: false +--- + +## 订阅所有文章 + +``` +https://www.glowisle.me/atom.xml +``` + +## 订阅周刊 + +``` +https://www.glowisle.me/categories/回声周刊/atom.xml +``` + +## 订阅某个分类: + +``` +https://www.glowisle.me/categories/分类名/atom.xml +``` + +## 订阅Mastodon的嘟文 + +``` +https://c7.io/@Verdant.rss +``` + +## 订阅Telegram频道消息 + +``` +https://channel.glowisle.me/rss.xml/ +``` -- cgit v1.2.3