Update from Forestry.io
sebastian.engels@fulbrightmail.org
committed Aug 23, 2018
commit df12d523fc66740cc60356e72c56b33abf08968e
Showing 20
changed files with
22 additions
and 3 deletions
.forestry/front_matter/templates/1-column-text.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: 1-column-text |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/2-column-media-element.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: 2-column-media-element |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/2-column-text.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: 2-column-text |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/3-column-text.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: 3-column-text |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/4-column-footer.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: 4-column-footer |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/content-feature.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: content-feature |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/default.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: default |
| hide_body: false | |
| is_partial: false | |
| fields: | |
.forestry/front_matter/templates/detail-content.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: detail-content |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/full-width-media-element.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: full-width-media-element |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/hero-banner-w-image.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: hero-banner-w-image |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/navigation-header-w-button.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: navigation-header-w-button |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/navigation-header.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: navigation-header |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/page-builder.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: page-builder |
| hide_body: true | |
| is_partial: false | |
| fields: | |
.forestry/front_matter/templates/signup-bar.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: signup-bar |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/simple-footer.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: simple-footer |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/simple-header.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: simple-header |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/text-1.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: text-1 |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/text-column.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: text-column |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/front_matter/templates/text-only-hero-banner.yml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| + | label: text-only-hero-banner |
| hide_body: false | |
| is_partial: true | |
| fields: | |
.forestry/settings.yml
+3
-3
| @@ | @@ -3,11 +3,11 @@ new_page_extension: md |
| auto_deploy: true | |
| admin_path: | |
| webhook_url: | |
| - | collections: |
| - | - path: _posts |
| + | sections: |
| + | - type: jekyll-posts |
| label: Posts | |
| create: all | |
| - | - path: '' |
| + | - type: jekyll-pages |
| label: Pages | |
| create: all | |
| upload_dir: uploads | |