mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 07:45:41 +00:00
23 lines
538 B
TOML
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
|