-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
78 lines (68 loc) · 2.27 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Site settings
# You can create any custom variable you would like,
# and they will be accessible like {{ site.your_variable }}.
year: 2021
title: DojoCon Japan
subtitle: '見渡す'
description: >-
CoderDojo コミュニティによる日本最大の祭典「DojoCon Japan」は CoderDojo 関係者を対象としたカンファレンスです。運営ノウハウの共有や関係者同士の交流などを目的として毎年開催されています。
url: https://dojocon2021.coderdojo.jp
date_published: 2021年11月13日
date_event: 2021年12月18日(土曜)10:00〜
venue: >-
オンライン<br><small>(セッションは <a href='https://www.youtube.com/channel/UCX3tz875ZDtU85rFkYuwl5w' style='text-decoration: underline' target='_blank' rel='noopener'>YouTube</a> でライブ配信します)</small>
price: 無料
twitter: DojoConJapan
facebook: DojoConJapan
email: [email protected]
# Build settings
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-minifier
- jekyll-sitemap # This must be LAST to include contents generated by gems above
- jekyll-liquify # This enable to use variables in frontmatter
sass:
style: compressed
sourcemap: always
feed:
posts_limit: 100
collections:
pages:
output: true
defaults:
- scope:
path: ""
type: "posts"
values:
permalink: /:categories/:title.html
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# 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