From 7343913f7d05e1c15d6e8fe1a78b0b481247b1ab Mon Sep 17 00:00:00 2001 From: Doge Date: Tue, 11 May 2021 03:25:21 +0800 Subject: Add rss podcast support --- _config.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to '_config.yml') 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:privet@utc3.live', '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: 'privet@utc3.live' + category: Education + explicit: No \ No newline at end of file -- cgit v1.2.3