-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (35 loc) · 858 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
baseURL = "https://nekolicio.us/"
languageCode = "en-us"
title = "nekolicio.us"
theme = "hugo-ink"
copyright = "© 2022 Victor Neo. Licensed under CC BY-NC International License."
summaryLength = 4
[params]
subtitle = "Victor's Writings"
avatar = "/images/profile.jpg"
# Content types to disable Disqus on.
disableDisqusTypes = ["page"]
featherIconsCDN = true
mode = "auto"
customCSS = "css/custom.css"
customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
[[menu.main]]
name = "All Posts"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/victorneo"
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/victorneo"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"