File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments