13 lines
215 B
TOML
13 lines
215 B
TOML
baseURL = "https://shockrah.neocities.org"
|
|
languageCode = "en-us"
|
|
title = "Shockrah's Blog"
|
|
description = "Place to post stuff"
|
|
|
|
theme = "shockrah.xyz"
|
|
|
|
enableEmoji = true
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|