-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
100 lines (90 loc) · 1.95 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
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
baseURL = "https://decade.github.io/"
languageCode = "zh-tw"
title = "Personal Digital Garden"
theme = "digitalgarden"
googleAnalytics = "UA-PROPERTY_ID"
[Params]
description = "My Digital Garden on the Internet"
images = ['/digital-garden-logo.png']
enableSearch = true
[Params.newsletter]
title = ""
description = "A curated weekly digest once a week to your mailbox"
# Supports buttondown, substack and revue
provider = "buttondown"
# Buttondown - URL from share page; Refer: https://blog.buttondown.email/2019/10/11/adding-a-buttondown-subscription-form-to-webflow#getting-your-subscription-url
# Substack - URL of the newsletter homepage; Example: https://on.substack.com/
# Revue - Username
path = "https://buttondown.email/api/emails/embed-subscribe/"
[menu]
[[menu.main]]
name = 'Home'
url = '/'
weight = 1
[[menu.main]]
name = 'Content'
params.header = true
weight = 2
[[menu.main]]
name = 'Articles'
url = '/articles'
weight = 3
[[menu.main]]
name = 'Portfolio'
url = '/portfolio'
weight = 4
[[menu.main]]
name = 'Stack'
url = '/stack'
weight = 5
[[menu.main]]
name = 'Links'
params.header = true
weight = 6
[[menu.main]]
name = 'Polywork'
url = 'https://polywork.com'
weight = 7
[[menu.social]]
name = 'Twitter'
url = 'https://twitter.com'
weight = 1
[[menu.social]]
name = 'GitHub'
url = 'https://github.com'
weight = 2
[[menu.social]]
name = 'LinkedIn'
url = 'https://linkedin.com'
weight = 3
[[menu.social]]
name = 'Instagram'
url = 'https://instagram.com'
weight = 4
[[menu.social]]
name = 'Dribbble'
url = 'https://dribbble.com'
weight = 5
[[menu.social]]
name = 'Codepen'
url = 'https://codepen.io'
weight = 6
[[menu.social]]
name = 'Twitch'
url = 'https://twitch.com'
weight = 7
[[menu.social]]
name = 'Email'
url = 'mailto:[email protected]'
weight = 8
[[menu.social]]
name = 'RSS'
url = '/articles/index.xml'
weight = 9
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true