4o1x5.dev/hugo.toml

45 lines
821 B
TOML
Raw Normal View History

2024-08-06 17:17:56 +02:00
baseURL = "https://4o1x5.dev"
2024-09-03 16:40:51 +02:00
lang = "en"
2024-08-06 17:17:56 +02:00
title = "4o1x5.dev"
2025-02-02 23:09:08 +01:00
theme="galaxy"
2024-08-06 17:17:56 +02:00
# Code Highlight
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2025-02-02 23:09:08 +01:00
paginate=3
2024-08-06 17:17:56 +02:00
[params]
mode="auto" # color-mode → light,dark,toggle or auto
mathjax = true # enable MathJax support
katex = true # enable KaTeX support
2024-09-03 16:40:51 +02:00
name="4o1x5"
about="Software developer, privacy and libre advocate."
2024-08-06 17:17:56 +02:00
2024-12-18 18:20:20 +01:00
[params.music]
2025-02-02 23:09:08 +01:00
prefix = "🎵 Probably listening to"
title = "Alejandro"
artist = "Bread Beatz"
url = "https://www.youtube.com/watch?v=-bBfGWwmDSY"
2024-08-06 17:17:56 +02:00
[[menu.main]]
name = "Home"
url = "/"
weight = 1
2024-08-08 19:57:56 +02:00
[[menu.main]]
name = "About me"
url = "/page/about-me"
weight = 2
[[menu.main]]
name = "Frontends"
url = "/page/privacy-frontends"
weight = 3
2024-12-18 18:20:20 +01:00
[[menu.main]]
name = "Projects"
url = "/page/projects"
weight = 4