-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
73 lines (61 loc) · 1.61 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
seurl = "http://www.bencheng.net"
title = "Ben Cheng"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "geekythings"
googleAnalytics = "UA-2687665-1"
[params]
author = "Ben Cheng"
info = "Founder, Coder, Activist"
description = "Ben Cheng's Personal Site"
keywords = "blog,developer,personal,startups"
avatarurl = "images/avatar.jpg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
footercontent = "The three most harmful addictions are heroin, carbon hydrates, and a monthly salary."
hidecredits = false
hidecopyright = true
rtl = false
math = true
custom_css = ["css/custom.css"]
[params.fathomAnalytics]
siteID = "1"
# Social links
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 1
url = "https://github.com/chpapa/"
[[params.social]]
name = "Facebook"
icon = "fab fa-facebook fa-2x"
weight = 2
url = "https://facebook.com/chpapa"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/chpapa/"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "/posts/"
[[menu.main]]
name = "About"
weight = 2
url = "/about/"
[[menu.main]]
name = "README"
weight = 3
url = "https://oursky.notion.site/Ben-README-02bd22c28e1f41e49921c07d99169639"
[[menu.main]]
name = "Newsletter"
weight = 3
url = "https://bencheng.substack.com/"