Files
Grasswren/hugo.yaml
T

22 lines
669 B
YAML
Raw Normal View History

2026-07-11 14:54:56 -04:00
baseURL: 'https://grasswren.net'
2026-07-11 16:10:29 -04:00
languages:
home:
title: 'grasswren.net'
baseURL: 'https://grasswren.net'
contentDir: 'content/home'
disableKinds: [ 'RSS', 'sitemap', 'taxonomy', 'term' ]
blog:
title: 'blog.grasswren.net'
baseURL: 'https://blog.grasswren.net/'
contentDir: 'content/blog'
disableKinds: [ 'RSS', 'sitemap', 'taxonomy', 'term' ]
birds:
title: 'birds.grasswren.net'
baseURL: 'https://birds.grasswren.net/'
contentDIR: 'content/birds'
disableKinds: [ 'RSS', 'sitemap', 'taxonomy', 'term' ]
2026-07-11 14:54:56 -04:00
markup: { goldmark: { parser: { wrapStandAloneImageWithinParagraph: false } } }
minify: { minifyOutput: true }