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

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.forestry/settings.yml')
-rw-r--r--.forestry/settings.yml32
1 files changed, 21 insertions, 11 deletions
diff --git a/.forestry/settings.yml b/.forestry/settings.yml
index 2fb67d7..b602fde 100644
--- a/.forestry/settings.yml
+++ b/.forestry/settings.yml
@@ -89,20 +89,30 @@ sections:
templates:
- new-page
- type: heading
- label: Translations
-- type: directory
- path: exampleSite/i18n
- label: i18n
- create: documents
- match: "**/*"
-- type: heading
label: Configuration
-- type: directory
- path: exampleSite
+- type: document
+ path: exampleSite/config/_default/config.toml
label: Configuration
+- type: document
+ path: exampleSite/config/_default/params.toml
+ label: Parameters
+- type: document
+ path: config.toml
+ label: Variables & Plugins
+- type: document
+ path: exampleSite/config/_default/languages.toml
+ label: Languages
+- type: document
+ path: exampleSite/config/_default/menus.en.toml
+ label: Menu (en)
+- type: document
+ path: exampleSite/config/_default/menus.fr.toml
+ label: Menu (fr)
+- type: directory
+ path: exampleSite/i18n
+ label: i18n Translations
create: all
- match: "*.toml"
- new_doc_ext: toml
+ match: "**/*"
upload_dir: exampleSite/static/images
public_path: "/images"
front_matter_path: ''