-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
_config.yml
47 lines (40 loc) · 1.34 KB
/
_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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
title: 未踏ジュニア
description: >-
独創的なアイデアを持つ小中高生クリエータに対し、各界で活躍するメンターやその他専門家による指導、また最大50万円の開発資金の援助を行います。
# the base hostname & protocol for your site, e.g. http://example.com
url: "https://jr.mitou.org"
baseurl: "/" # the subpath of your site, e.g. /blog
# Build settings
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-minifier
- jekyll-sitemap # This must be LAST to include contents generated by gems above
# Exclude following pages from sitemap.xml
# https://github.com/jekyll/jekyll-sitemap#readme
defaults:
- scope:
path: 'redirects/*'
values:
sitemap: false
# Feed settings: https://github.com/jekyll/jekyll-feed
feed:
path: /feed.xml
posts_limit: 1000
exclude:
- tasks/
- Rakefile
sass:
style: compressed
sourcemap: always
# 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