4o1x5.dev/hugo.toml

45 lines
821 B
TOML

baseURL = "https://4o1x5.dev"
lang = "en"
title = "4o1x5.dev"
theme="galaxy"
# Code Highlight
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
paginate=3
[params]
mode="auto" # color-mode → light,dark,toggle or auto
mathjax = true # enable MathJax support
katex = true # enable KaTeX support
name="4o1x5"
about="Software developer, privacy and libre advocate."
[params.music]
prefix = "🎵 Probably listening to"
title = "Alejandro"
artist = "Bread Beatz"
url = "https://www.youtube.com/watch?v=-bBfGWwmDSY"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About me"
url = "/page/about-me"
weight = 2
[[menu.main]]
name = "Frontends"
url = "/page/privacy-frontends"
weight = 3
[[menu.main]]
name = "Projects"
url = "/page/projects"
weight = 4