1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-18 20:54:53 +00:00

Update Hugo version

This commit is contained in:
Tixie 2022-03-26 14:51:37 +01:00
parent 444c0bb3ca
commit ba57449f9d
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
public/
resources/_gen
node_modules
.hugo_build.lock

View file

@ -8,3 +8,6 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
[imaging]
quality = 95
[security]
[security.funcs]
getenv = [ "^HUGO_", "CONTEXT" ]

View file

@ -1,6 +1,9 @@
[build]
publish = "public"
command = "hugo -b $URL"
[build.environment]
HUGO_VERSION = "0.95.0"
[context.production.environment]
HUGO_ENV = "production"