-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
36 lines (31 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: DecaDojo - でかドージョー
title_short: DecaDojo
title_long: DecaDojo - でかドージョー | プログラミングであそぼう!
description: DecaDojo (でかドージョー) は近隣の CoderDojo が集まってプログラミングを楽しむお祭りです。
url: https://decadojo.coderdojo.jp
eye_catch_video: https://youtube.com/watch?v=7crNYAY0OWM
link_to_youtube: https://youtube.com/results?search_query=でかドージョー
link_to_twitter: https://twitter.com/search?q=DecaDojo+OR+でかドージョー
link_to_facebook: https://facebook.com/DecaDojo
link_to_github: https://github.com/coderdojo-japan/decadojo.coderdojo.jp
link_to_coderdojo: https://coderdojo.jp
link_to_dojocon: https://dojocon.coderdojo.jp
link_to_privacy: https://coderdojo.jp/privacy
copyright: DecaDojo & <a href='https://coderdojo.jp/'>CoderDojo Japan</a>
# Build settings
plugins:
- 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