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

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-16 02:51:36 +0300
committerForestry.io <support@forestry.io>2019-08-16 02:51:36 +0300
commit5081bcedab8ca98613979b28491e6e42bcac6f71 (patch)
treeada71cc20344bd2dcbd4a1884be95eb09a72f8e1
parent4de9d31896890bf4468c88630d09de6076abba15 (diff)
Update from Forestry.io - Updated Forestry configuration
-rw-r--r--.forestry/settings.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.forestry/settings.yml b/.forestry/settings.yml
new file mode 100644
index 0000000..33c7a87
--- /dev/null
+++ b/.forestry/settings.yml
@@ -0,0 +1,27 @@
+---
+new_page_extension: md
+auto_deploy: false
+admin_path:
+webhook_url:
+sections:
+- type: directory
+ path: content
+ label: Pages
+ create: all
+ match: "*"
+upload_dir: static/uploads
+public_path: "/uploads"
+front_matter_path: ''
+use_front_matter_path: false
+file_template: ":filename:"
+build:
+ preview_env:
+ - HUGO_ENV=staging
+ - HUGO_VERSION=0.57.1
+ preview_output_directory: public
+ preview_docker_image: forestryio/hugo:latest
+ mount_path: "/srv"
+ working_dir: "/srv"
+ instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
+ -d public
+version: 0.57.1