Merge branch 'vojta001/update-hugo' into 'master'

Update Hugo from 0.55.6 to 0.78.1

See merge request patek-devs/patek.cz!53
This commit is contained in:
Vojtěch Káně 2020-11-11 15:10:28 +00:00
commit 4b933552b4
3 changed files with 12 additions and 3 deletions

View File

@ -28,7 +28,7 @@ lint:
build:
stage: lint_build_test
image:
name: klakegg/hugo:0.55.6-ext-alpine
name: klakegg/hugo:0.78.1-ext-alpine@sha256:7c2d3702546b5aaddf7f960d138715f12ba4b94906d9dfcc2d4a5a4e8c4cb760
entrypoint:
- /bin/sh
- "-c"
@ -44,7 +44,7 @@ build:
test:
stage: lint_build_test
image:
name: klakegg/hugo:0.55.6-ext-alpine
name: klakegg/hugo:0.78.1-ext-alpine@sha256:7c2d3702546b5aaddf7f960d138715f12ba4b94906d9dfcc2d4a5a4e8c4cb760
entrypoint:
- /bin/sh
- "-c"

View File

@ -24,5 +24,12 @@
"project": "projects",
"author": "authors"
},
"pygmentsCodeFences": true
"pygmentsCodeFences": true,
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
}
}

View File

@ -33,6 +33,8 @@ other = "Datum přednášky"
other = "Nadcházející a proběhlé Talky"
[talks-slides]
one = "Prezentace"
few = "Prezentace"
other = "Prezentace"
[talks-recording]