mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 22:11:53 +00:00
Update Hugo version
This commit is contained in:
parent
444c0bb3ca
commit
ba57449f9d
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
public/
|
public/
|
||||||
resources/_gen
|
resources/_gen
|
||||||
node_modules
|
node_modules
|
||||||
|
.hugo_build.lock
|
|
@ -8,3 +8,6 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||||
|
|
||||||
[imaging]
|
[imaging]
|
||||||
quality = 95
|
quality = 95
|
||||||
|
[security]
|
||||||
|
[security.funcs]
|
||||||
|
getenv = [ "^HUGO_", "CONTEXT" ]
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
[build]
|
[build]
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "hugo -b $URL"
|
command = "hugo -b $URL"
|
||||||
|
[build.environment]
|
||||||
|
HUGO_VERSION = "0.95.0"
|
||||||
|
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
|
|
Loading…
Reference in a new issue