Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Developer <themefisher.dev@gmail.com>2021-02-14 06:58:12 +0300
committerForestry.io <support@forestry.io>2021-02-14 06:58:12 +0300
commitf4db5534642afb05f2f4bca22c079f0f294c14ac (patch)
tree8f16a9756e2d6246b004cea88310b8d37ddce407
parent3bfc46b953c9617e1f5d690fb50b4b9df84ac629 (diff)
Update from Forestry.io - Updated Forestry configuration
-rw-r--r--exampleSite/.forestry/settings.yml24
1 files changed, 10 insertions, 14 deletions
diff --git a/exampleSite/.forestry/settings.yml b/exampleSite/.forestry/settings.yml
index 30bc990..9222f91 100644
--- a/exampleSite/.forestry/settings.yml
+++ b/exampleSite/.forestry/settings.yml
@@ -5,28 +5,24 @@ admin_path: ''
webhook_url:
sections:
- type: directory
- path: exampleSite/content
+ path: exampleSite/content/blog
label: Post
create: documents
match: "*"
templates:
- post
-- type: directory
- path: exampleSite/content/about
+- type: document
+ path: exampleSite/content/about.md
label: About
- create: none
- match: "*"
-- type: directory
- path: exampleSite/content/contact
+ match: "**/*"
+- type: document
+ path: exampleSite/content/contact.md
label: Contact
- create: none
- match: "*"
-- type: directory
- path: exampleSite
+ match: "**/*"
+- type: document
+ path: exampleSite/config.toml
label: Configuration
- create: all
- match: "*.toml"
- new_doc_ext: toml
+ match: "**/*"
upload_dir: exampleSite/static/images
public_path: "/images"
front_matter_path: ''