-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
29 lines (26 loc) · 897 Bytes
/
_config.yml
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
# the base hostname & protocol for your site, e.g. http://example.com
url: "https://map.coderdojo.jp"
baseurl: "/" # the subpath of your site, e.g. /blog
# Build settings
plugins:
- jekyll-sitemap # This must be LAST to include contents generated by gems above
exclude:
- README.md
- LICENSE.md
- CODE_OF_CONDUCT.md
- dojo2dojo.csv
- get_data_from_earth.rb
- get_data_from_japan.rb
- upsert_dojos_geojson.rb
- compact_geojson.rb
# See the official README for more options:
# https://github.com/digitalsparky/jekyll-minifier
#jekyll-minifier:
# preserve_php: false
# compress_css: false # Comppressed by Sass. No need to set this 'true'
# compress_javascript: false # TODO: Setting this 'true' fails to build files.
# compress_json: true
# simple_doctype: false
# preserve_line_breaks: false
# simple_boolean_attributes: false
# compress_js_templates: false