website/config.toml
2020-09-29 19:54:28 -04:00

23 lines
538 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