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:
-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: ''