-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
89 lines (71 loc) · 1.54 KB
/
hugo.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
baseURL = "https://tachunwu.github.io/emergen-c/"
languageCode = "en-us"
title = "EMERGEN-C"
theme="archie"
copyright = "© Tachun Wu"
# Code Highlight
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "yourDisqusShortname"
paginate=100 # articles per page
[params]
mode="auto" # color-mode → light,dark,toggle or auto
useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
subtitle = "Distributed Systems, Databases, Art, Machine Learning, Design, Cannabis, Bangkok"
mathjax = true # enable MathJax support
katex = true # enable KaTeX support
# Social Tags
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/tachunwu"
# [[params.social]]
# name = "Twitter"
# icon = "twitter"
# url = "https://twitter.com/athulcajay/"
# [[params.social]]
# name = "GitLab"
# icon = "gitlab"
# url = "https://gitlab.com/athul/"
# Main menu Items
# [[menu.main]]
# name = "Home"
# url = "/"
# weight = 1
[[menu.main]]
name = "Dispensary"
url = "/dispensary"
weight = 2
[[menu.main]]
name = "Landscape"
url = "/landscape"
weight = 3
[[menu.main]]
name = "CockroachDB"
url = "/cockroachdb"
weight = 4
[[menu.main]]
name = "NATS"
url = "/nats"
weight = 5
[[menu.main]]
name = "Tinygrad"
url = "/tinygrad"
weight = 6
[[menu.main]]
name = "Distirbuted Systems"
url = "/distributed-systems"
weight = 7
[[menu.main]]
name = "Research"
url = "/research"
weight = 8
[[menu.main]]
name = "About"
url = "/about"
weight = 9
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 10