Skip to content

Commit 654dd06

Browse files
committed
formatting
1 parent a54ff67 commit 654dd06

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.forestry/settings.yml

+26-25
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,42 @@
22
new_page_extension: md
33
auto_deploy: false
44
admin_path: public
5-
webhook_url:
5+
webhook_url:
66
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: "**/*"
2727
upload_dir: static/uploads
2828
public_path: "/uploads"
29-
front_matter_path: ''
29+
front_matter_path: ""
3030
use_front_matter_path: false
3131
file_template: ":filename:"
3232
build:
3333
preview_env:
34-
- HUGO_ENV=staging
35-
- HUGO_VERSION=0.63.2
34+
- HUGO_ENV=staging
35+
- HUGO_VERSION=0.63.2
3636
preview_output_directory: public
3737
preview_docker_image: forestryio/hugo:latest
3838
mount_path: "/srv"
3939
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
4142
-d public
4243
version: 0.63.2

archetypes/default.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}"
33
date: {{ .Date }}
44
draft: true
55
---
6-

0 commit comments

Comments
 (0)