From a16fe5850cfa6bc7ca808e2ce2b4203ba7252b70 Mon Sep 17 00:00:00 2001 From: earnestma Date: Sun, 11 Oct 2020 17:49:02 -0400 Subject: [PATCH] Add temporary Netlify hosting config --- config.toml | 2 +- netlify.toml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 netlify.toml diff --git a/config.toml b/config.toml index 07372d3..cefd7e9 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..d40b393 --- /dev/null +++ b/netlify.toml @@ -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"