summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-11 03:25:21 +0800
committerDoge <[email protected]>2021-05-11 03:25:21 +0800
commit7343913f7d05e1c15d6e8fe1a78b0b481247b1ab (patch)
tree44ba265b0d3a0614d28c07aa47012f9df0bdf76b /_config.yml
parent622a7116d39d841cb084eefd601d79469579c441 (diff)
downloadchromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.tar.gz
chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.tar.bz2
chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.zip
Add rss podcast support
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index 13eea1f..1015b30 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,6 +2,7 @@ logo: false
timeformat: "MMM, D YYYY"
podcast: true
lazyload: true
+copyright: 'All rights reserved.'
highlight:
enable: true
lightmode: 'atom-one-light'
@@ -9,7 +10,14 @@ highlight:
navbar:
- ['mailto:[email protected]', 'fa fa-paper-plane']
- ['https://github.com/guiqiqi/chromate', 'fa fa-github']
- - ['/feed', 'fa fa-rss']
+ - ['/feed/', 'fa fa-rss']
menubar:
- - ['/about', '关于']
- - ['/archives', '归档'] \ No newline at end of file
+ - ['/about/', '关于']
+ - ['/archives/', '归档']
+rss:
+ enable: true
+ path: '/feed/'
+ config:
+ category: Education
+ explicit: No \ No newline at end of file