770b81795e
+ 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
10 lines
184 B
TOML
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
|