update website to include birds

This commit is contained in:
2026-09-02 20:11:35 -04:00
parent 4d505fe646
commit 5123b8e987
14 changed files with 60 additions and 133 deletions
+2 -19
View File
@@ -1,21 +1,4 @@
title: 'grasswren.net'
baseURL: 'https://grasswren.net'
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' ]
markup: { goldmark: { parser: { wrapStandAloneImageWithinParagraph: false } } }
minify: { minifyOutput: true }
renderer: { unsafe: true }