feat: add subscribe description

This commit is contained in:
2022-08-07 12:08:13 +08:00
parent 2b88d459e1
commit 8f8d3d5ee0
2 changed files with 33 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ dateFormatList = "2006-01-02"
url = "/aboutme" url = "/aboutme"
weight = 5 weight = 5
[[languages.zh-cn.menu.main]] [[languages.zh-cn.menu.main]]
identifier = "rss" identifier = "subscribe"
name = "RSS" name = "订阅"
url = "/index.xml" url = "/subscribe"
weight = 10 weight = 10

30
content/subscribe.md Normal file
View File

@@ -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实现
暂未开放,有足够多的需求时再考虑开放