mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Add production config
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
baseurl = "http://gohugo.io/"
|
||||
baseURL = "https://gohugo.io/"
|
||||
paginate = 100
|
||||
defaultContentLanguage = "en"
|
||||
enableEmoji = true
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user