diff --git a/_config.yml b/_config.yml index 871edd53..3deae83e 100644 --- a/_config.yml +++ b/_config.yml @@ -33,6 +33,9 @@ collections: authors: output: true permalink: /authors/:path/ + community: + output: true + permalink: /community-blog/:title/ defaults: - scope: @@ -41,6 +44,12 @@ defaults: values: layout: "archive" type: "authors" + - scope: + path: "" + type: "community" + values: + layout: "post" + type: "community" # Pagination paginate: 6 diff --git a/_layouts/default.html b/_layouts/default.html index 2b32d4b3..9227dd8f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -153,12 +153,20 @@ Library --> - {% if page.url == "/coc/" %} + {% if page.url == "/blog/" %}
No community posts found.