-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
executable file
·33 lines (27 loc) · 948 Bytes
/
_config_dev.yml
File metadata and controls
executable file
·33 lines (27 loc) · 948 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
28
29
30
31
32
33
#
# This config-file is only needed for development. Instead of changing the url
# everytime you work locally on the project, you start both config-files, overwriting
# the first one with the development variables needed.
#
# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
url: 'http://localhost:4000'
baseurl: ''
liquid:
error_mode: warn
# See › https://github.com/jekyll/jekyll-gist#disabling-noscript-support
gist:
noscript: false
sass:
# http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
style: :expanded
# line_numbers: true
# trace_selectors: true
# debug_info: true
# FUTURE https://github.com/jekyll/jekyll-sass-converter/issues/12
# sourcemap: true
# Disable when not in production
google_analytics_tracking_id: ''
# Google App Scripts
#google:
# scripts:
# url: "https://script.google.com/macros/s/AKfycbwGW3TbW-1kMRDcjuCcnwwUHDbCigUa0hgqEsnsQ3m4/dev"