-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
57 lines (48 loc) · 1.16 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
baseURL = 'https://nyrs.garden/'
languageCode = 'en-us'
title = "Nyrs' garden"
theme = "bonsai"
[params]
user = "[nyrs"
hostname = "home]"
readingTime =true
[params.author]
name = "Nyrs' garden"
email = "[email protected]"
[[params.social]]
key = 0
name = "github"
url = "https://github.com/Aiclys"
[[params.social]]
key = 1
name = "codeberg"
url = "https://www.codeberg.org/Nyrs"
[[params.social]]
key = 2
name = "gitlab"
url = "https://www.gitlab.com/Aiclys"
[[params.social]]
key = 3
name = "email"
url = "mailto:[email protected]"
Name = "Nyrs"
HeaderUsername = "welcome"
HeaderHostname = "nyrs.garden"
About = "Welcome to my corner of the internet! This is a place for me to share my thoughts on random topics, mostly related to online privacy, philosophy, programming and anything else I find interesting."
[menu]
[[menu.header]]
name = "about"
weight = 0
url = "/about"
[[menu.header]]
name = "posts"
weight = 0
url = "posts/postsintro"
[[menu.header]]
name = "projects"
weight = 0
url = "/projects"
[[menu.header]]
name = "resources"
weight = 0
url = "/resources"