mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 03:25:42 +00:00
a "universal" tutorial on all procedural languages out there effectively putting what I have in my head regarding all of them down in writing
27 lines
626 B
TOML
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
|