mirror of
https://github.com/Threnklyn/casper3-hugo-starter.git
synced 2026-05-18 20:13:28 +02:00
48 lines
935 B
YAML
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
|