-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
43 lines (39 loc) · 899 Bytes
/
config.toml
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
languageCode = "en-us"
title = "youngjin.io"
theme = "hugo-yj-theme"
baseURL = "https://youngjin.io/"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
description = "A student, programmer, and tech geek"
avatar = "img/avatar_512.jpg"
favicon = "img/avatar_512.jpg"
[permalinks]
posts = "/:year/:title/"
[menu]
[[menu.findme]]
name = 'github'
url = 'https://github.com/yjp20'
weight = 3
[[menu.findme]]
name = 'codeforces'
url = 'https://codeforces.com/profile/youngjinp20'
weight = 4
[[menu.findme]]
name = 'linkedin'
url = 'https://www.linkedin.com/in/youngjin-park-0412b81a0/'
weight = 4
[[menu.findme]]
name = 'resume'
url = 'https://youngjin.io/cv.pdf'
weight = 20
[[menu.navigation]]
name = 'design'
url = 'portfolio'
weight = 2
[[menu.navigation]]
name = 'posts'
url = 'posts'
weight = -1
[markup.goldmark.renderer]
unsafe = true