All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 13s
16 lines
268 B
TOML
16 lines
268 B
TOML
baseURL = "https://shockrah.xyz"
|
|
languageCode = "en-us"
|
|
title = "Shockrah's Blog"
|
|
description = "Place to post stuff"
|
|
|
|
theme = "shockrah.xyz"
|
|
|
|
enableEmoji = true
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[params.author]
|
|
email = "dev@shockrah.xyz"
|
|
name = "shockrah"
|