-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (38 loc) · 1.01 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
baseURL = "https://blog.sigaltstack.com"
#title = "𝙽̶𝚘̶𝚝̶ 𝙽̶𝚎̶𝚌̶𝚎̶𝚜̶𝚜̶𝚊̶𝚛̶𝚒̶𝚕̶𝚢̶ 𝙿̶𝚛̶𝚊̶𝚌̶𝚝̶𝚒̶𝚌̶𝚊̶𝚕̶"
title = "Ꞥꝋⱦ Ꞥēȼēꞩꞩⱥɍīłɏ Ꝑɍⱥȼⱦīȼⱥł"
languageCode = "en-us"
theme="archie"
copyright = "© vilroi"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
mode="auto"
useCDN=false
subtitle = "vilroi's blog"
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/vilroi"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
[[menu.main]]
identifier = "notes"
name = "Notes"
url = "/notes"
[[menu.main]]
identifier = "links"
name = "Links"
url = "/links"
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"