-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
159 lines (149 loc) · 4.15 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Site
name: "DND 기술 블로그"
title: "DND"
description: "개발자와 디자이너가 함께 사이드 프로젝트를 진행해요. DND는 서울에서 활발히 활동하고 있는 현직자들이 서울에 편중되어 있는 기술공유와 세미나를 더 많은 사람들에게 나누기위해 기획된 비영리단체입니다. 모두가 지역의 한계를 벗어나 실무 프로젝트를 완료해보세요. 누구나 평등한 교육 기회를 가질 수 있습니다. tags: IT사이드프로젝트, 사이드프로젝트, dnd, d&d"
site_description: "프로젝트에 즐거움을, 모두에게 기회를!"
logo: "assets/images/logo/logo.png"
favicon: "assets/images/logo/logo.png"
og_image: "assets/images/logo/meta.png"
google_analytics: "UA-167083100-1"
disqus: "demowebsite"
mailchimp-list: "https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b"
include: ["_pages"]
permalink: /:title/
email: [email protected]
# Authors
authors:
Gidong:
name: 성기동
display_name: 성기동
gravatar: SeongGiDong.png
email: [email protected]
web: https://github.com/sgd122/
Huigu:
name: 권희구
display_name: 권희구
gravatar: GwonHuigu.png
email: [email protected]
web: https://dnd.ac/
Dayeong:
name: 정다영
display_name: 정다영
gravatar: JeongDayeong.png
email: [email protected]
web: https://dnd.ac/
Giyeol:
name: 정기열
display_name: 정기열
gravatar: JeongGiyeol.png
email: [email protected]
web: https://dnd.ac/
Hansol:
name: 김한솔
display_name: 김한솔
gravatar: KimHansol.png
email: [email protected]
web: https://dnd.ac/
Jeongdong:
name: 김정동
display_name: 김정동
gravatar: KimJeongdong.png
email: [email protected]
web: https://dnd.ac/
Seongjun:
name: 김성준
display_name: 김성준
gravatar: KimSeongjun.png
email: [email protected]
web: https://dnd.ac/
Dajeong:
name: 이다정
display_name: 이다정
gravatar: LeeDajeong.png
email: [email protected]
web: https://dnd.ac/
Hojun:
name: 이호준
display_name: 이호준
gravatar: LeeHojun.png
email: [email protected]
web: https://dnd.ac/
Yeongho:
name: 박영호
display_name: 박영호
gravatar: ParkYeongho.png
email: [email protected]
web: https://dnd.ac/
Hyeongon:
name: 손현곤
display_name: 손현곤
gravatar: SonHyeongon.png
email: [email protected]
web: https://dnd.ac/
Yeongwon:
name: 서영원
display_name: 서영원
gravatar: SuhYeongwon.png
email: [email protected]
web: https://dnd.ac/
Jongseong:
name: 우종성
display_name: 우종성
gravatar: WooJongseong.png
email: [email protected]
web: https://dnd.ac/
Yunji:
name: 우윤지
display_name: 우윤지
gravatar: WooYunji.png
email: [email protected]
web: https://dnd.ac/
Seonju:
name: 여선주
display_name: 여선주
gravatar: YoeSeonju.png
email: [email protected]
web: https://dnd.ac/
Cheolwoo:
name: 이철우
display_name: 이철우
gravatar: LeeCheolwoo.png
email: [email protected]
web: https://github.com/aaronLab
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-figure
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: "/category/:name/"
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
highlighter: rouge
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
adsense: "disabled"
adsense-data-ad-client: "ca-pub-3412143450191416"
adsense-data-ad-slot: "1363087678"
# Lazy Images ("enabled" or "disabled")
lazyimages: "disabled"
# Post Author Box ("enabled" or "disabled")
authorbox: "disabled"
# Sass
sass:
sass_dir: _sass
style: compressed
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock]