mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:31:51 +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/
|
||||
resources/_gen
|
||||
node_modules
|
||||
.hugo_build.lock
|
|
@ -8,3 +8,6 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
|
|||
|
||||
[imaging]
|
||||
quality = 95
|
||||
[security]
|
||||
[security.funcs]
|
||||
getenv = [ "^HUGO_", "CONTEXT" ]
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "hugo -b $URL"
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.95.0"
|
||||
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_ENV = "production"
|
||||
|
|
Loading…
Reference in a new issue