From 7189fd0975ca6bbc914e088aaffd9dd2c34a0026 Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Wed, 2 Feb 2022 20:48:51 +0000 Subject: [PATCH 1/4] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index fcf7e44..92b57bf 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -4,9 +4,6 @@ auto_deploy: false admin_path: webhook_url: sections: -- type: document - path: config.toml - label: Config - type: directory path: exampleSite/content/en label: Pages @@ -17,6 +14,9 @@ sections: label: Posts create: all match: "**/*" +- type: document + path: config.toml + label: Config upload_dir: exampleSite/static/images public_path: "/images" front_matter_path: '' From f26613baff13c6f65ed98ff9b7c3834887231b9e Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Wed, 2 Feb 2022 21:05:51 +0000 Subject: [PATCH 2/4] Update from Forestry.io - Updated menus Luke Slowen updated config.yaml --- config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 2670a38..608958b 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,4 @@ +--- module: hugoVersion: - min: "0.64.0" \ No newline at end of file + min: 0.64.0 From 06d999a4cbd30813ea675975640a4e67f37bebed Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Wed, 2 Feb 2022 21:06:26 +0000 Subject: [PATCH 3/4] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/page.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .forestry/front_matter/templates/page.yml diff --git a/.forestry/front_matter/templates/page.yml b/.forestry/front_matter/templates/page.yml new file mode 100644 index 0000000..0da0071 --- /dev/null +++ b/.forestry/front_matter/templates/page.yml @@ -0,0 +1,16 @@ +--- +label: Page +hide_body: false +fields: +- type: text + name: title + label: title +- type: text + name: description + label: description +- type: text + name: featured_image + label: featured_image +- type: boolean + name: omit_header_text + label: omit_header_text From b75174bf8ed98794572d6d769337861bdc7e404d Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Wed, 2 Feb 2022 21:09:57 +0000 Subject: [PATCH 4/4] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/post.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .forestry/front_matter/templates/post.yml diff --git a/.forestry/front_matter/templates/post.yml b/.forestry/front_matter/templates/post.yml new file mode 100644 index 0000000..a7015b5 --- /dev/null +++ b/.forestry/front_matter/templates/post.yml @@ -0,0 +1,22 @@ +--- +label: Post +hide_body: false +fields: +- type: datetime + name: date + label: date +- type: text + name: description + label: description +- type: file + name: featured_image + label: featured_image +- type: list + name: tags + label: tags +- type: text + name: title + label: title +- type: boolean + name: disable_share + label: disable_share