forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yml
43 lines (43 loc) · 873 Bytes
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: heading
label: Content
- type: directory
path: docs/blog
label: Blog Posts
create: all
match: "**/*.md"
templates:
- blog
- type: directory
path: docs/docs
label: Docs
create: all
match: "**/*.md"
templates:
- making-a-site-with-user-authentication
- type: document
path: docs/blog/author.yaml
label: Authors
- type: document
path: docs/sites.yml
label: Featured Sites
- type: document
path: docs/starters.yml
label: Starters
upload_dir: www/src/uploads
public_path: "/src/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_command: npm run forestry:preview
publish_command: gatsby build
preview_env:
- BUILD_DIR=www/
preview_output_directory: public
output_directory: www/public