diff options
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 |