Update Hugo from 0.55.6 to 0.78.1
This commit is contained in:
parent
bd4ddefff3
commit
24c59f3bfb
@ -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"
|
||||
|
@ -24,5 +24,12 @@
|
||||
"project": "projects",
|
||||
"author": "authors"
|
||||
},
|
||||
"pygmentsCodeFences": true
|
||||
"pygmentsCodeFences": true,
|
||||
"markup": {
|
||||
"goldmark": {
|
||||
"renderer": {
|
||||
"unsafe": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user