added: forestry support

This commit is contained in:
ronopixels
2020-05-05 00:44:48 +06:00
parent f8d6727f6b
commit 309ab1e4be
7 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: document
path: data/counter.yml
label: Counter
- type: document
path: data/team.yml
label: Team
- type: document
path: data/clients.yml
label: Clients
- type: document
path: data/testimonial.yml
label: Testimonials
- type: document
path: config.toml
label: Configuration
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/blog
label: Blog
create: all
match: "**/*"
- type: directory
path: content/contact
label: Contact
create: all
match: "**/*"
- type: directory
path: content/about
label: About
create: all
match: "**/*"
- type: directory
path: content/portfolio
label: Portfolio
create: all
match: "**/*"
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.2
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.63.2