From 87e6a4d48ded4d969d7d4b2c2cb77604e3ec2b91 Mon Sep 17 00:00:00 2001 From: Doge Date: Thu, 13 May 2021 22:22:10 +0800 Subject: Add Apple podcast categories support --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 3d16dc3..78c6e3a 100644 --- a/_config.yml +++ b/_config.yml @@ -23,5 +23,8 @@ rss: path: '/feed.rss' config: email: 'privet@utc3.live' - category: 'Education' + category: { + 'Education': ['How To', 'Language Learning'], + 'Technology': [] + } explicit: false \ No newline at end of file -- cgit v1.2.3