diff --git a/_config.yml b/_config.yml index 871edd53..2ae2e305 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,11 @@ plugins: # Archives jekyll-archives: - enabled: all + enabled: + - categories + - years + - months + - days layout: archive permalinks: category: '/archives/:name/' @@ -41,6 +45,11 @@ defaults: values: layout: "archive" type: "authors" + - scope: + path: "_posts/community" + values: + layout: "post" + permalink: /community-blog/:title/ # Pagination paginate: 6 diff --git a/_layouts/archive.html b/_layouts/archive.html index 613fcaeb..7257da17 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -11,16 +11,14 @@
No community posts found.