Skip to content

Commit 357776e

Browse files
committed
chore: Add RSS feed configuration
1 parent f781359 commit 357776e

File tree

3 files changed

+300
-285
lines changed

3 files changed

+300
-285
lines changed

_config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ deploy:
107107
repo: https://github.com/AquaHydro/AquaHydro.github.io
108108
# example, https://github.com/hexojs/hexojs.github.io
109109
branch: gh-pages
110+
111+
#订阅RSS
112+
feed:
113+
type: atom
114+
path: atom.xml
115+
limit: false

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"hexo-deployer-git": "^4.0.0",
1717
"hexo-generator-archive": "^2.0.0",
1818
"hexo-generator-category": "^2.0.0",
19+
"hexo-generator-feed": "^3.0.0",
1920
"hexo-generator-index": "^4.0.0",
2021
"hexo-generator-tag": "^2.0.0",
2122
"hexo-permalink-pinyin": "^1.1.0",

0 commit comments

Comments
 (0)