move sites for subdomains
This commit is contained in:
@@ -1,12 +1,21 @@
|
|||||||
title: 'grasswren.net'
|
|
||||||
baseURL: 'https://grasswren.net'
|
baseURL: 'https://grasswren.net'
|
||||||
|
|
||||||
uglyURLs: true
|
languages:
|
||||||
disableKinds:
|
home:
|
||||||
- RSS
|
title: 'grasswren.net'
|
||||||
- sitemap
|
baseURL: 'https://grasswren.net'
|
||||||
- taxonomy
|
contentDir: 'content/home'
|
||||||
- term
|
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 } } }
|
markup: { goldmark: { parser: { wrapStandAloneImageWithinParagraph: false } } }
|
||||||
minify: { minifyOutput: true }
|
minify: { minifyOutput: true }
|
||||||
|
|||||||
Reference in New Issue
Block a user