2024-08-06 17:17:56 +02:00
|
|
|
baseURL = "https://4o1x5.dev"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "4o1x5.dev"
|
|
|
|
theme="archie"
|
|
|
|
|
|
|
|
# Code Highlight
|
|
|
|
pygmentsstyle = "monokai"
|
|
|
|
pygmentscodefences = true
|
|
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
|
|
|
|
|
|
|
|
paginate=3
|
|
|
|
|
|
|
|
[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", ]
|
|
|
|
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "Forgejo"
|
|
|
|
icon = "forgejo"
|
|
|
|
url = "https://git.4o1x5.dev/4o1x5"
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "Matrix"
|
|
|
|
icon = "message"
|
|
|
|
url = "https://matrix.to/#/@4o1x5:4o1x5.dev"
|
|
|
|
# Main menu Items
|
|
|
|
|
|
|
|
[[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-08-06 17:17:56 +02:00
|
|
|
|
|
|
|
|