File tree 2 files changed +26
-26
lines changed
2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 2
2
new_page_extension : md
3
3
auto_deploy : false
4
4
admin_path : public
5
- webhook_url :
5
+ webhook_url :
6
6
sections :
7
- - type : directory
8
- path : content
9
- label : Pages
10
- create : all
11
- match : " *"
12
- - type : directory
13
- path : content/about
14
- label : About
15
- create : all
16
- match : " **/*"
17
- - type : directory
18
- path : content/resources
19
- label : Resources
20
- create : all
21
- match : " **/*"
22
- - type : directory
23
- path : content/posts
24
- label : Posts
25
- create : all
26
- match : " **/*"
7
+ - type : directory
8
+ path : content
9
+ label : Pages
10
+ create : all
11
+ match : " *"
12
+ - type : directory
13
+ path : content/about
14
+ label : About
15
+ create : all
16
+ match : " **/*"
17
+ - type : directory
18
+ path : content/resources
19
+ label : Resources
20
+ create : all
21
+ match : " **/*"
22
+ - type : directory
23
+ path : content/posts
24
+ label : Posts
25
+ create : all
26
+ match : " **/*"
27
27
upload_dir : static/uploads
28
28
public_path : " /uploads"
29
- front_matter_path : ' '
29
+ front_matter_path : " "
30
30
use_front_matter_path : false
31
31
file_template : " :filename:"
32
32
build :
33
33
preview_env :
34
- - HUGO_ENV=staging
35
- - HUGO_VERSION=0.63.2
34
+ - HUGO_ENV=staging
35
+ - HUGO_VERSION=0.63.2
36
36
preview_output_directory : public
37
37
preview_docker_image : forestryio/hugo:latest
38
38
mount_path : " /srv"
39
39
working_dir : " /srv"
40
- instant_preview_command : hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
40
+ instant_preview_command :
41
+ hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
41
42
-d public
42
43
version : 0.63.2
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}"
3
3
date : {{ .Date }}
4
4
draft : true
5
5
---
6
-
You can’t perform that action at this time.
0 commit comments