Skip to content

Commit ceaa6ac

Browse files
emptymaleiForestry.io
authored andcommitted
Update from Forestry.io - Updated Forestry configuration
1 parent fcbce9e commit ceaa6ac

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.forestry/settings.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
new_page_extension: md
3+
auto_deploy: false
4+
admin_path:
5+
webhook_url:
6+
sections:
7+
- type: directory
8+
path: content
9+
label: Pages
10+
create: all
11+
match: "*"
12+
- type: directory
13+
path: content/tools
14+
label: Tools
15+
create: all
16+
match: "**/*"
17+
- type: directory
18+
path: content/search
19+
label: Search
20+
create: all
21+
match: "**/*"
22+
upload_dir: static/uploads
23+
public_path: "/uploads"
24+
front_matter_path: ''
25+
use_front_matter_path: false
26+
file_template: ":filename:"
27+
build:
28+
preview_env:
29+
- HUGO_ENV=staging
30+
- HUGO_VERSION=0.69.0
31+
preview_output_directory: public
32+
preview_docker_image: forestryio/hugo:latest
33+
mount_path: "/srv"
34+
working_dir: "/srv"
35+
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
36+
-d public
37+
version: 0.69.0

0 commit comments

Comments
 (0)