diff options
author | Doge <[email protected]> | 2021-05-11 03:25:21 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-11 03:25:21 +0800 |
commit | 7343913f7d05e1c15d6e8fe1a78b0b481247b1ab (patch) | |
tree | 44ba265b0d3a0614d28c07aa47012f9df0bdf76b /_config.yml | |
parent | 622a7116d39d841cb084eefd601d79469579c441 (diff) | |
download | chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.tar.gz chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.tar.bz2 chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.zip |
Add rss podcast support
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 14 |
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: + email: '[email protected]' + category: Education + explicit: No
\ No newline at end of file |