diff --git a/_config.yml b/_config.yml index 9aeac67..790e771 100644 --- a/_config.yml +++ b/_config.yml @@ -14,11 +14,6 @@ theme_config: date_format: "%Y-%m-%d" # customize how date is formatted show_description: false # show blog description in home page -collections: - graphic-design: - output: true - permalink: /:collection/:path/ - sass: style: compressed @@ -32,6 +27,9 @@ source : . collections: posts: output : true + graphic-design: + output: true + permalink: /:collection/:path/ # Filtering Content show_drafts : null