website/config.toml
Pagwin 9daae7b18c started work on universal_proc_tut
a "universal" tutorial on all procedural languages out there effectively
putting what I have in my head regarding all of them down in writing
2021-01-21 13:36:03 -05:00

27 lines
626 B
TOML

baseURL = "https://pagwin.xyz"
languageCode = "en-us"
title = "Pagwin's website"
theme = "liquorice"
[params]
author = "Pagwin"
[menu]
[[menu.main]]
identifier = "blog"
name = "blog"
url = "/blog/"
[[menu.main]]
identifier = "github"
name = "github"
url = "https://github.com/Pagwin-Fedora"
[[comment.menu.main]]
name = "getting started"
post = "<span class='alert'>New!</span>"
pre = "<i class='fa fa-road'></i>"
url = "/getting-started/"
weight = -100
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true