trwnh.com/blog.hugo/hugo.toml

10 lines
179 B
INI
Raw Normal View History

2024-09-30 01:32:51 +00:00
baseURL = 'https://trwnh.com/blog/'
languageCode = 'en-us'
title = '~a blog'
2024-10-05 06:27:07 +00:00
markup.goldmark.renderer.unsafe = true
2024-09-30 01:32:51 +00:00
pagination.pagerSize = 100
[outputs]
home = ["HTML", "JSON"]