Add temporary Netlify hosting config
parent
3a2cd50006
commit
a16fe5850c
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Site Config
|
# 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"
|
languageCode = "en-us"
|
||||||
title = "The Podcaster's Community"
|
title = "The Podcaster's Community"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
Reference in New Issue