mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 02:31:27 +08:00
feat: add subscribe description
This commit is contained in:
@@ -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
|
||||
|
||||
30
content/subscribe.md
Normal file
30
content/subscribe.md
Normal 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实现
|
||||
|
||||
|
||||
暂未开放,有足够多的需求时再考虑开放
|
||||
|
||||
Reference in New Issue
Block a user