diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 9597a014b3397e7451bc1cc3f7fcb49b8347f419..5c60fe759dbd3a4aa8db1344133fb1885037e642 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -14,19 +14,20 @@ public_path: "/images" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" +instant_preview: build: - preview_command: hugo -E -F -D -b $DEPLOY_URL -d public - publish_command: hugo -d public preview_env: - HUGO_ENV=staging - HUGO_VERSION=0.54.0 + preview_output_directory: public + preview_docker_image: forestryio/hugo:latest + mount_path: "/srv" + instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk + -d public + publish_command: hugo -d public publish_env: - HUGO_ENV=production - HUGO_VERSION=0.54.0 - preview_output_directory: public output_directory: public - instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk - -d public - preview_docker_image: forestryio/hugo:latest - mount_path: "/srv" + preview_command: hugo -E -F -D -b $DEPLOY_URL -d public version: 0.54.0