-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (42 loc) · 825 Bytes
/
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
baseURL = "/"
languageCode = "en-us"
title = "Freakston"
theme = "hugo-ink"
paginate = 5
copyright = "©Freakston"
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
subtitle = "やめてください [Twitter](https://twitter.com/Freakst0n)"
# Optional 64x64 avatar image.
avatar = "favc.png"
featherIconsCDN = true
mode = "dark" # "dark" or "auto"
# Nav.
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Resume"
url = "Resume.pdf"
weight = 4
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/Freakston"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"
[taxonomies]
tag = "tags"