-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_config_dev.yml
More file actions
27 lines (22 loc) · 684 Bytes
/
Copy path_config_dev.yml
File metadata and controls
27 lines (22 loc) · 684 Bytes
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
#
# This config-file is only for development.
# It helps to give a faster turnaround on local development as well as turning off code compation to be easier to debug.
#
# gradle serve dev OR gradle fastDev[Style]
url: 'http://localhost:4000'
# Make sure the site is ready to be served in a subfolder with a simple config change
baseurl: '/dev'
urlimg: '/dev/images/'
# Need to be unsafe for {{ var | debug }} plugin
safe: false
skip_boilerplate: true
show_drafts: true
unpublished: true
future: true
sass:
style: :expanded
line_numbers: true
#trace_selectors: true
#debug_info: true
# FUTURE https://github.com/jekyll/jekyll-sass-converter/issues/12
#sourcemap: true