diff --git a/.gitignore b/.gitignore index 5c4866d719f9..6b8b39eff20d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ codekit-config.json example/_site Gemfile.lock node_modules -npm-debug.log* \ No newline at end of file +npm-debug.log* +vendor/bundle diff --git a/_config.yml b/_config.yml index 05932211712a..7080ab55a344 100644 --- a/_config.yml +++ b/_config.yml @@ -251,8 +251,8 @@ whitelist: # - Archive page should exist at path when using Liquid method or you can # expect broken links (especially with breadcrumbs enabled) # - /tags/my-awesome-tag/index.html ~> path: /tags/ -# - path: /categories/ -# - path: / +# - /categories/my-awesome-category/index.html ~> path: /categories/ +# - /my-awesome-category/index.html ~> path: / category_archive: type: liquid path: /categories/