diff --git a/_config.yml b/_config.yml index b6ae36a..8b9fa98 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ theme: jekyll-theme-cayman collections: mission: output: true - folder: mission + folder: _mission shop: output: true - folder: shop + folder: _shop diff --git a/_mission/_config.yml b/_mission/_config.yml deleted file mode 100644 index f903a61..0000000 --- a/_mission/_config.yml +++ /dev/null @@ -1,5 +0,0 @@ -source: "./" -theme: jekyll-theme-cayman -collections: - missions: - output: true diff --git a/_shop/_config.yml b/_shop/_config.yml deleted file mode 100644 index 42d92a7..0000000 --- a/_shop/_config.yml +++ /dev/null @@ -1,21 +0,0 @@ -source: "./" -theme: jekyll-theme-cayman -collections: - balls: - output: true - permalink: /collection - caps: - output: true - permalink: /collection - coats: - output: true - permalink: /collection - fur: - output: true - permalink: /collection - items: - output: true - permalink: /collection - shoes: - output: true - permalink: /collection