-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgatsby-meta-config.js
89 lines (86 loc) ยท 3.16 KB
/
gatsby-meta-config.js
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
module.exports = {
title: `FromCoding`,
description: `From Coding To Everyone Else`,
language: `ko`, // `ko`, `en` => currently support versions for Korean and English
siteUrl: `https://yjksw.github.io`,
ogImage: `/og-image.png`, // Path to your in the 'static' folder
comments: {
utterances: {
repo: `yjksw/yjksw.github.io`, // `zoomkoding/zoomkoding-gatsby-blog`,
},
},
ga: `G-0MLHCKSMVJ`, // Google Analytics Tracking ID
author: {
name: `๊น์ค์ `,
bio: {
role: `๊ฐ๋ฐ์`,
description: ['์ฌ๋์ ๊ฐ์น๋ฅผ ๋๋', '๋ฅ๋์ ์ผ๋ก ์ผํ๋', '์ด๋ก์ด ๊ฒ์ ๋ง๋๋'],
thumbnail: 'sample.png', // Path to the image in the 'asset' folder
},
social: {
github: `/~https://github.com/yjksw`, // `/~https://github.com/zoomKoding`,
linkedIn: `https://www.linkedin.com/in/%EC%9C%A4%EC%A0%95-%EA%B9%80-0299b0226/`, // `https://www.linkedin.com/in/jinhyeok-jeong-800871192`,
email: `cairofaith@gmail.com`, // `zoomkoding@gmail.com`,
},
},
// metadata for About Page
about: {
timestamps: [
// ===== [Timestamp Sample and Structure] =====
// ===== ๐ซ Don't erase this sample (์ฌ๊ธฐ ์ง์ฐ์ง ๋ง์ธ์!) =====
{
date: '',
activity: '',
links: {
github: '',
post: '',
googlePlay: '',
appStore: '',
demo: '',
},
},
// ========================================================
// ========================================================
{
date: '2021.02 ~',
activity: '๊ฐ์ธ ๋ธ๋ก๊ทธ ๊ฐ๋ฐ ๋ฐ ์ด์',
links: {
post: '/gatsby-starter-zoomkoding-introduction',
github: '/~https://github.com/zoomkoding/zoomkoding-gatsby-blog',
demo: 'https://www.zoomkoding.com',
},
},
],
projects: [
// ===== [Project Sample and Structure] =====
// ===== ๐ซ Don't erase this sample (์ฌ๊ธฐ ์ง์ฐ์ง ๋ง์ธ์!) =====
{
title: '',
description: '',
techStack: ['', ''],
thumbnailUrl: '',
links: {
post: '',
github: '',
googlePlay: '',
appStore: '',
demo: '',
},
},
// ========================================================
// ========================================================
{
title: '๊ฐ๋ฐ ๋ธ๋ก๊ทธ ํ
๋ง ๊ฐ๋ฐ',
description:
'๊ฐ๋ฐ ๋ธ๋ก๊ทธ๋ฅผ ์ด์ํ๋ ๊ธฐ๊ฐ์ด ์กฐ๊ธ์ฉ ๋์ด๋๊ณ ์ ์ ๋ง์ ์๊ฐ๊ณผ ๊ฒฝํ์ด ๋ธ๋ก๊ทธ์ ์์๊ฐ๋ฉด์ ์ ์ด์ผ๊ธฐ๋ฅผ ๋ด๊ณ ์๋ ๋ธ๋ก๊ทธ๋ฅผ ์ง์ ๋ง๋ค์ด๋ณด๊ณ ์ถ๊ฒ ๋์์ต๋๋ค. ๊ทธ๋์ ์ฌ๋ฌ ๊ฐ๋ฐ ๋ธ๋ก๊ทธ๋ฅผ ๋ณด๋ฉด์ ์ข์๋ ๋ถ๋ถ๊ณผ ๋ถํธํ๋ ๋ถ๋ถ๋ค์ ๋ฐํ์ผ๋ก ๋ ํผ๋ฐ์ค๋ฅผ ์ฐธ๊ณ ํ์ฌ ์ง์ ๋ธ๋ก๊ทธ ํ
๋ง๋ฅผ ๋ง๋ค๊ฒ ๋์์ต๋๋ค.',
techStack: ['gatsby', 'react'],
thumbnailUrl: 'blog.png',
links: {
post: '/gatsby-starter-zoomkoding-introduction',
github: '/~https://github.com/zoomkoding/zoomkoding-gatsby-blog',
demo: 'https://www.zoomkoding.com',
},
},
],
},
};