diff options
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 1184416..8ecafc6 100644 --- a/_config.yml +++ b/_config.yml @@ -18,10 +18,13 @@ collections: feed: collections: archive: - path: '/rss.xml' + path: "/feed.xml" + posts: + path: "/posts.xml" excerpt_only: true exclude: README.txt + gems: - jekyll-feed exclude: |
