-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatsby-site-meta-data.ts
218 lines (214 loc) · 5.49 KB
/
gatsby-site-meta-data.ts
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
export default {
title: `jeong-min.com`,
description: `개발자 단민`,
language: `ko`,
siteUrl: `https://jeong-min.com/`,
ogImage: `/og-image.png`,
comments: {
utterances: {
repo: `danmin20/danmin-gatsby-blog`,
},
},
author: {
name: `이정민`,
nickname: `단민`,
stack: ['Frontend', 'React', 'Typescript'],
bio: {
email: `[email protected]`,
residence: 'Seoul, South Korea',
bachelorDegree: 'Kyunghee Univ. Computer Engineering (2018.03-2022.02)',
},
social: {
github: `https://github.com/danmin20`,
linkedIn: `https://www.linkedin.com/in/danmin/`,
resume: `https://www.figma.com/file/dtkCl6G7G5DVe18DN2LWny/%EC%9D%B4%EC%A0%95%EB%AF%BC-%EC%9D%B4%EB%A0%A5%EC%84%9C?node-id=0%3A1`,
},
dropdown: {
tistory: 'https://danminblog.tistory.com/',
velog: 'https://velog.io/@danmin20',
},
},
/**
* definition of featured posts
*/
featured: [
{
title: '인턴만 다섯 번을 한 사람이 있다?',
category: 'featured-인턴회고',
},
{
title: 'LIFE',
category: 'featured-회고',
},
{
title: 'EXPERIENCE',
category: 'featured-Experience',
},
],
/**
* metadata for About Page
*/
timestamps: [
{
category: 'Career',
date: '2022.01.04 - NOW',
en: 'Woowa Brothers Corp.',
kr: '우아한형제들',
info: 'Web front development group',
},
{
category: 'Career',
date: '2021.09.27 - 2021.12.26',
en: 'Daangn',
kr: '당근마켓 (인턴)',
info: 'MVP Intership',
},
{
category: 'Career',
date: '2021.07.05 - 2021.08.31',
en: 'Woowa Brothers Corp.',
kr: '우아한형제들 (인턴)',
info: 'Tech camp 4th',
},
{
category: 'Career',
date: '2021.03.02 - 2021.04.09',
en: 'Naver',
kr: '네이버 (인턴)',
info: 'Glace CIC / smart place service',
},
{
category: 'Career',
date: '2020.11.02 - 2021.02.28',
en: 'Megazone Cloud',
kr: '메가존클라우드 (인턴)',
info: 'Cloud Tech Center / CloudOne',
},
{
category: 'Career',
date: '2020.06.29 - 2020.10.16',
en: 'TwentyOZ',
kr: '트웬티온스 (인턴)',
info: 'Field training',
},
{
category: 'Activity',
date: '2023.07 - NOW',
en: 'SIPE',
kr: '사이프',
info: 'Community for IT workers',
link: 'https://sipe.team/',
},
{
category: 'Activity',
date: '2022.09 - 2023.01',
en: 'SOPT makers',
kr: '솝트 메이커스',
info: 'Organization makes products for SOPT',
link: 'https://sopt-makers.oopy.io/',
},
{
category: 'Activity',
date: '2020.09 - NOW',
en: 'AUSG',
kr: '아우쓱',
info: 'AWS university student group',
link: 'https://ausg.me/',
},
{
category: 'Activity',
date: '2020.07 - 2021.12',
en: 'Depromeet',
kr: '디프만',
info: 'Club with designers and programmers',
link: 'https://depromeet.com/',
},
{
category: 'Activity',
date: '2020.03 - 2020.08',
en: 'SOPT',
kr: '솝트',
info: 'College student start-up IT club',
link: 'https://sopt.org/',
},
{
category: 'Activity',
date: '2020.03 - 2020.06',
en: 'Like Lion',
kr: '멋쟁이사자처럼',
info: 'College student start-up IT club',
link: 'https://www.likelion.net/',
},
],
/**
* metadata for Playground Page
*/
playground: {
projects: [
{
title: 'first portfolio website',
description: '첫번째 포폴 사이트',
techStack: ['React', 'Next.js', 'TS'],
thumbnailUrl: 'first-portfolio.png',
links: {
post: '',
github: 'https://github.com/danmin20/LeeJeongMin',
demo: 'https://first-portfolio.jeong-min.com/',
googlePlay: '',
appStore: '',
},
},
{
title: 'second portfolio website',
description: '두번째 포폴 사이트',
techStack: ['React', 'Next.js', 'TS'],
thumbnailUrl: 'second-portfolio.png',
links: {
post: '',
github: 'https://github.com/danmin20/danmin',
demo: 'https://second-portfolio.jeong-min.com/',
googlePlay: '',
appStore: '',
},
},
{
title: 'dynamic blob',
description: 'a dynamic, sticky blob',
techStack: ['React', 'Vite', 'TS'],
thumbnailUrl: 'dynamic-blob.png',
links: {
post: '',
github: 'https://github.com/danmin20/dynamic-blob',
demo: 'https://dynamic-blob.jeong-min.com/',
googlePlay: '',
appStore: '',
},
},
{
title: 'venom controller',
description: 'a dynamic, sticky venom',
techStack: ['React', 'Vite', 'TS', 'Three.js'],
thumbnailUrl: 'venom-controller.png',
links: {
post: '',
github: 'https://github.com/danmin20/venom-controller',
demo: 'https://venom-controller.jeong-min.com/',
googlePlay: '',
appStore: '',
},
},
],
},
/**
* metadata for Buy Me A Coffee
*/
remittances: {
toss: {
link: 'https://toss.me/danmin',
qrCode: 'toss_qr.svg', // Path to your in the 'assets' folder
},
kakaopay: {
qrCode: 'kakao_qr.svg', // Path to your in the 'assets' folder
},
},
};