-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
72 lines (63 loc) · 1.58 KB
/
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
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
baseURL = 'https://hazarre.github.io/'
languageCode = 'en-us'
title = "HenryChang"
enableEmoji = true
# -- Markup --
# These settings are required for the theme to function.
[params]
author = 'Li-Heng Henry Chang 張立恆'
custom_css = ["css/syntax.css","css/style.css", "css/tufte.css"]
custom_js = ["js/script.js"]
email = "[email protected]"
#social links#
[[params.social]]
icon_name = "fa-linkedin"
url = "https://www.linkedin.com/in/lihengchang/"
[[params.social]]
icon_name = "fa-github"
url = "https://github.com/Hazarre"
[[params.social]]
icon_name = "#fa-instagram"
url = "https://github.com/Hazarre"
[[params.social]]
icon_name = "#fa-medium"
url = "https://github.com/Hazarre"
[[params.social]]
icon_name = "#fa-twitter"
url = "https://github.com/Hazarre"
#other links#
[[params.otherSocial]]
icon_name = "fa-goodreads"
url = "https://www.goodreads.com/user/show/141376873-henry-chang"
[[params.otherSocialLinks]]
text = "Shadertoy"
url = "https://www.shadertoy.com/user/lihengc6"
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
pre = "pen-tool"
url = "/posts/"
weight = 2
[[menu.main]]
name = "Tags"
pre = "tag"
url = "/tags/"
weight = 3
[markup]
[markup.highlight]
noClasses = false
anchorLineNos = false
codeFences = true
hl_Lines = ''
lineAnchors = '1'
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noHl = false
style = 'monokai'
tabWidth = 4