4o1x5.dev/hugo.toml

48 lines
959 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"
theme="archie"
# Code Highlight
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2024-09-03 16:40:51 +02:00
paginate=8
2024-08-06 17:17:56 +02:00
[params]
mode="auto" # color-mode → light,dark,toggle or auto
useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
mathjax = true # enable MathJax support
katex = true # enable KaTeX support
customcss = ["css/purple.css", ]
2024-09-03 16:40:51 +02:00
name="4o1x5"
about="Software developer, privacy and libre advocate."
2024-09-16 21:55:44 +02:00
ListeningToTitle = "Chemically Insane - Toxic Machinery"
ListeningToUrl = "https://youtu.be/MPHx_8A-r64?si=CSUARLsTQKKfIu77&t=40"
2024-08-06 17:17:56 +02:00
2024-09-03 16:40:51 +02:00
[params.listening_to]
title = "too late to be sorry"
artist = "CXSMPX"
url = "https://example.com"
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