Skip to content

Commit dec32d7

Browse files
authored
Merge pull request #1 from BMLP/add-yamls-to-forestry
added _data yamls to forestry config
2 parents 37e0c78 + 9aa9409 commit dec32d7

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

.forestry/settings.yml

+21-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,37 @@
11
---
22
new_page_extension: md
33
auto_deploy: false
4-
admin_path: ''
5-
webhook_url:
4+
admin_path: ""
5+
webhook_url:
66
sections:
7-
- type: jekyll-pages
8-
label: Pages
9-
create: all
10-
- type: jekyll-posts
11-
label: Posts
12-
create: all
7+
- type: jekyll-pages
8+
label: Pages
9+
create: all
10+
- type: jekyll-posts
11+
label: Posts
12+
create: all
13+
- type: document
14+
label: Sections
15+
path: _data/sections.yml
16+
- type: document
17+
label: Config
18+
path: _data/config.yml
19+
- type: document
20+
label: Texts
21+
path: _data/texts.yml
1322
upload_dir: uploads
1423
public_path: "/uploads"
15-
front_matter_path: ''
24+
front_matter_path: ""
1625
use_front_matter_path: true
1726
file_template: ":filename:"
1827
build:
1928
preview_env:
20-
- JEKYLL_ENV=staging
29+
- JEKYLL_ENV=staging
2130
preview_output_directory: _site
2231
install_dependencies_command: bundle install --path vendor/bundle
2332
preview_docker_image: forestryio/ruby:2.6
2433
mount_path: "/srv"
2534
working_dir: "/srv"
26-
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
35+
instant_preview_command:
36+
bundle exec jekyll serve --drafts --unpublished --future
2737
--port 8080 --host 0.0.0.0 -d _site

0 commit comments

Comments
 (0)