updates for netlify vanilla build

This commit is contained in:
John Bowdre 2022-07-25 08:47:16 -05:00
parent d0eedee88e
commit 295c363051
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
baseurl = "https://vanilla.virtuallypotato.com/" # Include trailing slash

View file

@ -0,0 +1 @@
comments = true

View file

@ -16,6 +16,13 @@
[context.drafts]
command = "hugo --environment drafts -D"
[[headers]]
for = "/*"
[headers.values]
X-Robots-Tag = "noindex"
[context.vanilla]
command = "hugo --environment vanilla"
[[headers]]
for = "/*"
[headers.values]