diff --git a/_config.yml b/_config.yml index 539bc1ed..9bad16bb 100644 --- a/_config.yml +++ b/_config.yml @@ -89,9 +89,17 @@ kramdown: smart_quotes: lsquo,rsquo,ldquo,rdquo enable_coderay: false +# Collections +collections: + recipes: + output: true + permalink: /:collection/:categories/:path/ + pets: + output: true + permalink: /:collection/:categories/:path/ + # Defaults defaults: - # _posts - scope: path: "" @@ -101,13 +109,24 @@ defaults: comments: true share: true related: true - # _pages - scope: path: _pages type: pages values: layout: post + # _recipes + - scope: + path: _recipes + type: recipes + values: + layout: post + # _pets + - scope: + path: _pets + type: pets + values: + layout: post # Plugins gems: @@ -151,5 +170,4 @@ author: twitter : *twitter weibo : xing : - youtube : - + youtube : \ No newline at end of file diff --git a/_pages/404.md b/_pages/404.md index 9d0f8606..ae3be79d 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -4,7 +4,6 @@ excerpt: "Page not found. Your pixels are in another canvas." sitemap: false permalink: /404.html --- - Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.