From 18b130b5ab1c7a51f1f8cb204aa44ce3d4fa74cd Mon Sep 17 00:00:00 2001 From: nntrn <17685332+nntrn@users.noreply.github.com> Date: Thu, 14 Dec 2023 03:37:53 -0600 Subject: [PATCH] Uncomment output --- _config.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index d57885b..e9de500 100644 --- a/_config.yml +++ b/_config.yml @@ -43,23 +43,18 @@ defaults: path: '_functions/*.md' values: layout: 'Functions' - - scope: - path: '**index.html' - values: - has_children: true - layout: 'default' - scope: path: 'recipes.jq' values: output: true -# collections: -# general: -# output: true -# permalink: general/:name -# tags: -# output: true -# permalink: functions/:name +collections: + general: + output: true + permalink: general/:name + tags: + output: true + permalink: functions/:name plugins: - jekyll-remote-theme