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:56 +0300
committerForestry.io <support@forestry.io>2021-02-14 06:58:56 +0300
commit7bd28b57679e094636280187204570573a8b9613 (patch)
treed86ab46f413340b3a59682f014ac6793aaf7fcec
parent8722c06ba93e761ee696452f92c8c64fff5f3945 (diff)
Update from Forestry.io - Updated Forestry configuration
-rw-r--r--exampleSite/.forestry/front_matter/templates/post.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/.forestry/front_matter/templates/post.yml b/exampleSite/.forestry/front_matter/templates/post.yml
new file mode 100644
index 0000000..39cce10
--- /dev/null
+++ b/exampleSite/.forestry/front_matter/templates/post.yml
@@ -0,0 +1,25 @@
+---
+label: Post
+hide_body: false
+fields:
+- type: text
+ name: title
+ label: title
+- type: datetime
+ name: date
+ label: date
+- type: text
+ name: description
+ label: description
+- type: text
+ name: type
+ label: type
+- type: file
+ name: image
+ label: image
+- type: list
+ name: categories
+ label: categories
+- type: list
+ name: tags
+ label: tags