ptrcnull.me/config.toml

37 lines
739 B
TOML

baseURL = "http://example.org/"
languageCode = "en-us"
title = "ptrcnull.me"
theme = "smol"
[params]
subtitle = "writeups and other stuff"
dateFmt = "02.01.2006 15:04"
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "writeups"
name = "Writeups"
url = "/writeups/"
weight = 2
[[menu.footer]]
name = "GitHub"
url = "https://github.com/ptrcnull"
weight = 1
[[menu.footer]]
name = "Telegram"
url = "https://t.me/ptrcnull"
weight = 2
[[menu.footer]]
name = "Mail"
url = "mailto:hello@ptrcnull.me"
weight = 3