-
Notifications
You must be signed in to change notification settings - Fork 0
/
smol-config.toml
53 lines (42 loc) · 1.01 KB
/
smol-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
title = "𝙽̶𝚘̶𝚝̶ 𝙽̶𝚎̶𝚌̶𝚎̶𝚜̶𝚜̶𝚊̶𝚛̶𝚒̶𝚕̶𝚢̶ 𝙿̶𝚛̶𝚊̶𝚌̶𝚝̶𝚒̶𝚌̶𝚊̶𝚕̶"
theme = "smol"
language="en-us"
baseURL = "https://blog.sigaltstack.com"
rssLimit = 20
enableRobotsTxt = true
hasCJKLanguage = true
dieable404 = false
summaryLength = 30
# Parameters
[params]
subtitle = "vilroi's blog"
dateFmt = "02.01.2006 15:04"
# Header
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 3
# Footer
[[menu.footer]]
name = "Github"
url = "https://github.com/vilroi"
weight = 1
[[menu.footer]]
name = "rss"
url = "https://blog.sigaltstack.com/index.xml"
weight = 2
# Taxonomies
[taxomomies]
tag = 'tags'