diff --git a/_config.yml b/_config.yml index aa50844..a4219e2 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,8 @@ collections: output: true pages: output: true + information: + output: true exclude: - Gemfile - Gemfile.lock @@ -24,4 +26,6 @@ plugins: - jekyll-seo-tag feed: collections: - - changelog \ No newline at end of file + - changelog + - information + - items \ No newline at end of file