1
0
Fork 0

Add temporary Netlify hosting config

main
earnestma 2020-10-11 17:49:02 -04:00
parent 3a2cd50006
commit a16fe5850c
No known key found for this signature in database
GPG Key ID: 8F3121384430C0D8
2 changed files with 15 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Site Config
baseURL = "http://example.org/" # TODO This needs to be changed
baseURL = "https://tpc-discord-demo.netlify.app" # TODO This needs to be changed
languageCode = "en-us"
title = "The Podcaster's Community"

14
netlify.toml Normal file
View File

@ -0,0 +1,14 @@
# netlify.toml -- File-based configuration contexts unless
# otherwise overridden by more specific
# contexts.
# Settings in this context are global and applied to all
[build]
publish = "public"
command = "hugo --gc --minify"
HUGO_VERSION = "0.76.3"
# Production branch deploy settings
[context.production.environment]
HUGO_ENV = "production"
HUGO_VERSION = "0.76.3"