-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
34 lines (30 loc) · 875 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
baseURL = "https://pulzar.envs.net"
languageCode = "en-us"
title = "pulzar.envs.net"
theme = "hugo-theme"
copyright = '<a href="https://github.com/laszloszurok/hugo-website/blob/main/LICENSE" target="_blank" rel="noopener">MIT</a>'
[params]
messageTitle = "Welcome to my website!"
messageContent = "I store some IT related (mostly linux desktop specific) notes here for personal use."
customUrl = "https://github.com/laszloszurok"
[params.author]
name = "László Szurok"
[[menu.main]]
name = "Notes"
url = "/notes/"
weight = 1
[[menu.main]]
name = "Books I read"
url = "/books/"
weight = 2
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 3
[frontmatter]
enableGitInfo = true
lastmod = ["lastmod", ":fileModTime", ":default"]
[markup]
[markup.highlight]
codeFences = true
style = "catppuccin-mocha"