2022-08-11 16:43:56 +00:00
|
|
|
---
|
|
|
|
new_page_extension: md
|
|
|
|
auto_deploy: false
|
2022-08-11 16:46:50 +00:00
|
|
|
admin_path: ''
|
2022-08-11 16:43:56 +00:00
|
|
|
webhook_url:
|
|
|
|
sections:
|
2022-08-11 19:40:42 +00:00
|
|
|
- type: document
|
|
|
|
path: content/_index.md
|
|
|
|
label: Introduction
|
2022-08-11 16:43:56 +00:00
|
|
|
- type: directory
|
|
|
|
path: content/posts
|
|
|
|
label: Posts
|
|
|
|
create: all
|
|
|
|
match: "**/*"
|
2022-08-11 16:46:33 +00:00
|
|
|
upload_dir: static
|
|
|
|
public_path: ''
|
2022-08-11 16:43:56 +00:00
|
|
|
front_matter_path: ''
|
|
|
|
use_front_matter_path: false
|
|
|
|
file_template: ":filename:"
|
|
|
|
build:
|
|
|
|
preview_env:
|
|
|
|
- HUGO_ENV=staging
|
|
|
|
- HUGO_VERSION=0.81.0
|
|
|
|
preview_output_directory: public
|
|
|
|
preview_docker_image: forestryio/hugo:latest
|
|
|
|
mount_path: "/srv"
|
|
|
|
working_dir: "/srv"
|
|
|
|
instant_preview_command: hugo server -D -E -F --renderToDisk -d public
|
|
|
|
version: 0.81.0
|