blog/config.toml
shockrah 770b81795e + Pictures for new post
+ Also had to add some raw HTML to the post to get properly sized images
This also means the site config has "unsafe" in it but its fine for our case
2021-09-19 20:37:56 -07:00

10 lines
184 B
TOML

baseURL = "https://shockrah.xyz"
languageCode = "en-us"
title = "Shockrah's Blog"
description = "Place to post stuff"
theme = "shockrah.xyz"
[markup.goldmark.renderer]
unsafe = true