-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
82 lines (72 loc) · 2.21 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
78
79
80
81
# Site settings
# You can create any custom variable you would like,
# and they will be accessible like {{ site.your_variable }}.
timezone: Asia/Tokyo
year: 2024
title: DojoCon Japan
subtitle: Dream Up!
description: >-
DojoCon Japan は CoderDojo コミュニティのカンファレンスイベントです。CoderDojo 関係者を対象に運営ノウハウの共有や関係者同士の交流などを目的として毎年開催されています。
url: https://dojocon2024.coderdojo.jp
date_published: 2024年7月7日
date_event: 2024年9月15日(日曜)
venue: 杜の街グレース
map: https://maps.app.goo.gl/4jicdzYEBzjtHd916
twitter: DojoConJapan
facebook: DojoConJapan
email: [email protected]
court:
contact: https://forms.gle/7wSMSLEmjc4ucVoHA
registration: https://dojocon-japan.doorkeeper.jp/events/176163
# 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/
- tasks/
- 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