blog/config.toml

12 lines
204 B
TOML
Raw Permalink Normal View History

2021-08-14 20:46:18 +00:00
baseURL = "https://shockrah.xyz"
languageCode = "en-us"
title = "Shockrah's Blog"
2021-08-17 06:10:10 +00:00
description = "Place to post stuff"
2021-08-14 20:46:18 +00:00
theme = "shockrah.xyz"
2023-03-29 22:39:46 +00:00
enableEmoji = true
[markup.goldmark.renderer]
unsafe = true