diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 72510b0..1184416 100644 --- a/_config.yml +++ b/_config.yml @@ -15,3 +15,15 @@ collections: projects: output: true +feed: + collections: + archive: + path: '/rss.xml' + excerpt_only: true + +exclude: README.txt +gems: + - jekyll-feed +exclude: + - Gemfile + - Gemfile.lock |
