Update from Forestry.io - Updated Forestry configuration
Sebastian Engels
committed Oct 04, 2018
commit 216fcdf71a5c11a8ca18db94151883e7f8d4fa55
Showing 1
changed file with
5 additions
and 1 deletions
.forestry/settings.yml
+5
-1
| @@ | @@ -11,9 +11,13 @@ sections: |
| - type: jekyll-posts | |
| label: Posts | |
| create: all | |
| - | - type: jekyll-pages |
| + | - type: directory |
| + | path: '' |
| label: Pages | |
| create: all | |
| + | match: "*" |
| + | exclude: "*README.md" |
| + | new_doc_ext: ".md" |
| upload_dir: uploads | |
| public_path: "/uploads" | |
| front_matter_path: '' | |