Files
ally/config.toml
Madison Rye Progress 2697410ae0
All checks were successful
Deploy / deploy (push) Successful in 12s
Update for modern hugo, deploy on gitea
2026-03-15 18:35:15 -07:00

19 lines
272 B
TOML

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