From 4b3d48fa6cfbb52ddbc1f71c6c58327260718bc5 Mon Sep 17 00:00:00 2001 From: azntaiji Date: Fri, 6 Dec 2024 16:55:46 -0800 Subject: [PATCH] edit2 --- _config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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