Skip to content
Snippets Groups Projects
Unverified Commit ead6b3da authored by Anxhelo Lushka's avatar Anxhelo Lushka
Browse files

Merge branch 'master' of github.com:uracreative/briar-styleguide

parents 975604e3 86e29630
No related branches found
No related tags found
No related merge requests found
...@@ -14,19 +14,20 @@ public_path: "/images" ...@@ -14,19 +14,20 @@ public_path: "/images"
front_matter_path: '' front_matter_path: ''
use_front_matter_path: false use_front_matter_path: false
file_template: ":filename:" file_template: ":filename:"
instant_preview:
build: build:
preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
publish_command: hugo -d public
preview_env: preview_env:
- HUGO_ENV=staging - HUGO_ENV=staging
- HUGO_VERSION=0.54.0 - 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: publish_env:
- HUGO_ENV=production - HUGO_ENV=production
- HUGO_VERSION=0.54.0 - HUGO_VERSION=0.54.0
preview_output_directory: public
output_directory: public output_directory: public
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
-d public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
version: 0.54.0 version: 0.54.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment