diff --git a/config.toml b/config.toml index e1d6314..55a3bc0 100644 --- a/config.toml +++ b/config.toml @@ -112,7 +112,7 @@ dateFormatList = "2006-01-02" url = "/aboutme" weight = 5 [[languages.zh-cn.menu.main]] - identifier = "rss" - name = "RSS" - url = "/index.xml" + identifier = "subscribe" + name = "订阅" + url = "/subscribe" weight = 10 diff --git a/content/subscribe.md b/content/subscribe.md new file mode 100644 index 0000000..9e9ad69 --- /dev/null +++ b/content/subscribe.md @@ -0,0 +1,30 @@ +--- +title: 订阅 +date: 2022-08-07 + +--- + +## 通过RSS订阅文章更新 + +将RSS资源地址加入到你的RSS阅读器中即可订阅 + +你可以添加这个地址来订阅所有文章 +https://blog.colinx.one/index.xml + +也可以使用这个地址仅订阅技术类文章 +https://blog.colinx.one/categories/%E6%8A%80%E6%9C%AF/index.xml + + +## 订阅评论 +博客评论是基于Github Issue的,你在某篇文章下使用Github账户登录进行评论后,后续所有的新评论和回复会自动发到你的邮箱,不用担心错过评论回复。 + +## 通过邮箱订阅文章更新 +暂未开放,有足够多的需求时再考虑开放 + + +## 通过浏览器消息订阅文章更新 +使用Push API + Service Worker实现 + + +暂未开放,有足够多的需求时再考虑开放 +