Make blog compatible with latest hugo releases
This commit is contained in:
parent
0b38fc7b38
commit
789cce06d6
3 changed files with 5 additions and 3 deletions
|
|
@ -8,4 +8,4 @@ steps:
|
||||||
build:
|
build:
|
||||||
image: registry.nemunai.re/plugins/hugo
|
image: registry.nemunai.re/plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.119.0
|
hugo_version: 0.147.7
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,11 @@ theme = "hugo-theme-roland"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
preserveTaxonomyNames = true
|
preserveTaxonomyNames = true
|
||||||
paginate = 5 #frontpage pagination
|
|
||||||
copyright = "happyDomain"
|
copyright = "happyDomain"
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 5
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9000fbd75218ddffc83fd56cc490a0403e72b45f
|
Subproject commit 4ac68ab13d54c1bb8597ccbc9f96d8294d3aff78
|
||||||
Loading…
Add table
Add a link
Reference in a new issue