Files
casper3-hugo-starter/.forestry/settings.yml
T
Frank Taillandier 68e22540ae Setup Forestry
2020-01-24 14:08:21 +01:00

48 lines
935 B
YAML

---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: Content
- type: directory
path: content/post
label: Post
create: documents
match: "**/*"
templates:
- post
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/homepage
label: Homepage
create: all
match: "**/*"
- type: heading
label: Docs
- type: document
path: README.md
label: README
read_only: true
upload_dir: static/images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.63.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.59.1