File tree 1 file changed +20
-21
lines changed
1 file changed +20
-21
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
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
7
+ - type : jekyll-pages
8
+ label : Pages
9
+ create : all
10
+ - type : jekyll-posts
11
+ label : Posts
12
+ create : all
13
+ - type : document
14
+ path : _data/sections.yml
15
+ label : Sections
16
+ - type : document
17
+ path : _data/config.yml
18
+ label : Config
19
+ - type : document
20
+ path : _data/texts.yml
21
+ label : Texts
22
22
upload_dir : uploads
23
23
public_path : " /uploads"
24
- front_matter_path : " "
24
+ front_matter_path : ' '
25
25
use_front_matter_path : true
26
26
file_template : " :filename:"
27
27
build :
28
28
preview_env :
29
- - JEKYLL_ENV=staging
29
+ - JEKYLL_ENV=staging
30
30
preview_output_directory : _site
31
31
install_dependencies_command : bundle install --path vendor/bundle
32
32
preview_docker_image : forestryio/ruby:2.6
33
33
mount_path : " /srv"
34
34
working_dir : " /srv"
35
- instant_preview_command :
36
- bundle exec jekyll serve --drafts --unpublished --future
35
+ instant_preview_command : bundle exec jekyll serve --drafts --unpublished --future
37
36
--port 8080 --host 0.0.0.0 -d _site
You can’t perform that action at this time.
0 commit comments