-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
65 lines (54 loc) · 1.31 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
title = "Beng Tan"
baseURL = "https://bengtan.com/"
languageCode = "en-au"
themesDir = "node_modules"
theme = "hugo-clarity"
[params]
author = "Beng Tan"
description = "Beng Tan's personal blog where I write about software, tech, startups and random things."
# introDescription = "Hi! I'm a freelance [software engineer](/resume). I write about software, tech, startups and random things."
introURL = false
dateFormat = "2 Jan 2006"
mainSections = ["post", "newsletter"]
since = 2021
mobileNavigation = "right"
showShare = false
logo = "/images/logo.png"
footerLogo = "/images/logo.png"
fallBackOgImage = "/images/logo.png"
# ga_analytics = "G-VTEK0C8GRX"
[menu]
[[menu.main]]
name = "About"
weight = 100
url = "/about"
[[menu.main]]
name = "Blog"
weight = 200
url = "/blog/"
[[menu.main]]
name = "Newsletter"
weight = 300
url = "/newsletter/"
[[menu.main]]
name = "Interesting Things"
weight = 400
url = "/interesting-things/"
[[menu.social]]
name = "github"
weight = 1
url = "https://github.com/bengtan"
[[menu.social]]
name = "twitter"
weight = 2
url = "https://twitter.com/bengtanAU"
[[menu.social]]
name = "rss"
weight = 4
url = "index.xml"
[taxonomies]
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true