Skip to content

Commit

Permalink
chore: add rss support
Browse files Browse the repository at this point in the history
  • Loading branch information
ARui-tw committed Mar 5, 2024
1 parent b898553 commit ae49c4c
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,13 @@ social:
#Weibo: https://weibo.com/yourname || fab fa-weibo
#Google: https://plus.google.com/yourname || fab fa-google
#Twitter: https://twitter.com/yourname || fab fa-twitter
Facebook: https://www.facebook.com/ARuiTW/ || fab fa-facebook
# Facebook: https://www.facebook.com/ARuiTW/ || fab fa-facebook
LinkedIn: https://www.linkedin.com/in/arui-tw/ || fab fa-linkedin
#StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow
#YouTube: https://youtube.com/yourname || fab fa-youtube
#Instagram: https://instagram.com/yourname || fab fa-instagram
#Skype: skype:yourname?call|chat || fab fa-skype
RSS: /atom.xml || fa fa-rss-square

social_icons:
enable: true
Expand Down
18 changes: 18 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,21 @@ symbols_count_time:
time: false
total_time: false
total_symbols: false

feed:
enable: true
type:
- atom
- rss2
path:
- atom.xml
- rss.xml
limit: 20
hub:
# content: true
# content_limit: 140
# content_limit_delim: " "
order_by: -date
# icon: icon.png
autodiscovery: true
# template:
22 changes: 22 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"hexo-deployer-git": "^4.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/2023FallCourses.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories: NYCU

# 作業系統

- 英文課名:Operating System
- 英文課名:Operating System
- 永久課號:CSIC30015
- 教師:吳俊峯

Expand Down

0 comments on commit ae49c4c

Please sign in to comment.