Add production config

This commit is contained in:
Bjørn Erik Pedersen
2017-07-16 23:06:32 +02:00
parent b779fdc817
commit 2c25718040
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
baseurl = "http://gohugo.io/"
baseURL = "https://gohugo.io/"
paginate = 100
defaultContentLanguage = "en"
enableEmoji = true
+9
View File
@@ -1,3 +1,12 @@
[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.25.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.next.environment]
HUGO_VERSION = "0.25.1"
HUGO_ENV = "development"