File tree 1 file changed +21
-11
lines changed
1 file changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
new_page_extension : md
3
3
auto_deploy : false
4
- admin_path : ' '
5
- webhook_url :
4
+ admin_path : " "
5
+ webhook_url :
6
6
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
13
22
upload_dir : uploads
14
23
public_path : " /uploads"
15
- front_matter_path : ' '
24
+ front_matter_path : " "
16
25
use_front_matter_path : true
17
26
file_template : " :filename:"
18
27
build :
19
28
preview_env :
20
- - JEKYLL_ENV=staging
29
+ - JEKYLL_ENV=staging
21
30
preview_output_directory : _site
22
31
install_dependencies_command : bundle install --path vendor/bundle
23
32
preview_docker_image : forestryio/ruby:2.6
24
33
mount_path : " /srv"
25
34
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
27
37
--port 8080 --host 0.0.0.0 -d _site
You can’t perform that action at this time.
0 commit comments