-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (30 loc) · 722 Bytes
/
config.toml
File metadata and controls
37 lines (30 loc) · 722 Bytes
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
baseurl = "https://www.jayasinghe.de/"
languageCode = "en-us"
title = "rob's website"
theme = "solar-theme-hugo"
paginate = 5
copyright = "© 2023 - Robin de Silva Jayasinghe"
[params]
scheme = "light"
description = "Don't panic or you won't enjoy the apocalypse! 🤪"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Articles"
url = "/post"
weight = 2
[[menu.main]]
name = "Imprint"
url = "/page/imprint"
weight = 3
[[menu.main]]
name = "Contact"
url = "/page/contact"
weight = 4
[[menu.main]]
name = "About"
url = "/page/about"
weight = 5