diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 1cf24a8..3002ba8 100644 --- a/_config.yml +++ b/_config.yml @@ -54,6 +54,13 @@ gems: - jekyll-github-metadata - jemoji +feed: + collections: + posts: + output: true + featured: + output: true + plugins: - jekyll-paginate |
