Merge branch 'vojta001/update-hugo' into vojta001/talks-cal
Features of the new Hugo are needed for the iCals to build
This commit is contained in:
commit
9fb41b7b4a
@ -28,7 +28,7 @@ lint:
|
|||||||
build:
|
build:
|
||||||
stage: lint_build_test
|
stage: lint_build_test
|
||||||
image:
|
image:
|
||||||
name: klakegg/hugo:0.55.6-ext-alpine
|
name: klakegg/hugo:0.78.1-ext-alpine@sha256:7c2d3702546b5aaddf7f960d138715f12ba4b94906d9dfcc2d4a5a4e8c4cb760
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- "-c"
|
- "-c"
|
||||||
@ -44,7 +44,7 @@ build:
|
|||||||
test:
|
test:
|
||||||
stage: lint_build_test
|
stage: lint_build_test
|
||||||
image:
|
image:
|
||||||
name: klakegg/hugo:0.55.6-ext-alpine
|
name: klakegg/hugo:0.78.1-ext-alpine@sha256:7c2d3702546b5aaddf7f960d138715f12ba4b94906d9dfcc2d4a5a4e8c4cb760
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- "-c"
|
- "-c"
|
||||||
|
@ -24,5 +24,12 @@
|
|||||||
"project": "projects",
|
"project": "projects",
|
||||||
"author": "authors"
|
"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"
|
other = "Nadcházející a proběhlé Talky"
|
||||||
|
|
||||||
[talks-slides]
|
[talks-slides]
|
||||||
|
one = "Prezentace"
|
||||||
|
few = "Prezentace"
|
||||||
other = "Prezentace"
|
other = "Prezentace"
|
||||||
|
|
||||||
[talks-recording]
|
[talks-recording]
|
||||||
|
Loading…
Reference in New Issue
Block a user