Files
ally/config.toml
2019-12-26 15:09:00 -08:00

17 lines
264 B
TOML

baseURL = "https://ally.id/"
languageCode = "en-us"
title = "ally"
theme= "ally"
paginatePath = ""
[permalinks]
news = "/:year/:month/:day/:slug/"
[taxonomies]
tag = "tags"
category = "categories"
[markup.goldmark.renderer]
unsafe = true
xHTML = true