-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (32 loc) · 1.24 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
title: DojoCon Japan - CoderDojo Conference
title_short: DojoCon Japan
title_long: DojoCon Japan - 年1回の CoderDojo カンファレンス
description: DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスイベントです。
url: https://dojocon.coderdojo.jp
eye_catch_video: https://youtube.com/watch?v=16lvmFgqslQ
link_to_youtube: https://youtube.com/@DojoConJapan
link_to_twitter: https://twitter.com/DojoConJapan
link_to_facebook: https://facebook.com/DojoConJapan
link_to_github: https://github.com/coderdojo-japan/dojocon.coderdojo.jp
link_to_coderdojo: https://coderdojo.jp
link_to_decadojo: https://decadojo.coderdojo.jp
link_to_privacy: https://coderdojo.jp/privacy
copyright: DojoCon Japan & <a href='https://coderdojo.jp/'>CoderDojo Japan</a>
# Build settings
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-sitemap # This must be LAST to include contents generated by gems above
# Feed settings: https://github.com/jekyll/jekyll-feed
feed:
path: /feed.xml
posts_limit: 1000
exclude:
- .sass-cache/
- .jekyll-cache/
- Gemfile
- Gemfile.lock
- Rakefile
sass:
style: compressed
sourcemap: always