diff options
author | Doge <[email protected]> | 2021-05-13 22:22:10 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-13 22:22:10 +0800 |
commit | 87e6a4d48ded4d969d7d4b2c2cb77604e3ec2b91 (patch) | |
tree | 6d563cebb8f236d3f2ccbd8b3ac2ddc03a7d690b /_config.yml | |
parent | b1caf481e325aad09392f771a4bee6c589c380f0 (diff) | |
download | chromate-87e6a4d48ded4d969d7d4b2c2cb77604e3ec2b91.tar.gz chromate-87e6a4d48ded4d969d7d4b2c2cb77604e3ec2b91.tar.bz2 chromate-87e6a4d48ded4d969d7d4b2c2cb77604e3ec2b91.zip |
Add Apple podcast categories support
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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: '[email protected]' - category: 'Education' + category: { + 'Education': ['How To', 'Language Learning'], + 'Technology': [] + } explicit: false
\ No newline at end of file |