trwnh.com/blog.hugo/hugo.toml
2024-09-29 20:32:51 -05:00

9 lines
179 B
INI

baseURL = 'https://trwnh.com/blog/'
languageCode = 'en-us'
title = '~a blog'
markup.goldmark.renderer.unsafe = true
pagination.pagerSize = 100
[outputs]
home = ["HTML", "JSON"]