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:
authorSojon <sojonatmail@gmail.com>2021-10-03 09:20:24 +0300
committerSojon <sojonatmail@gmail.com>2021-10-03 09:20:24 +0300
commit13224ebf20bcc27508a53e3463c885e226bd566c (patch)
treee15c1157d8a3cbd8df83c1017f5fdeef2daea7e2
parentb153340745f35865e6563296a0f5fc8219395492 (diff)
.forestry setting updated
-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: ''