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:
|
||||
image: registry.nemunai.re/plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.119.0
|
||||
hugo_version: 0.147.7
|
||||
|
|
|
|||
|
|
@ -3,9 +3,11 @@ theme = "hugo-theme-roland"
|
|||
languageCode = "en-us"
|
||||
defaultContentLanguage = "en"
|
||||
preserveTaxonomyNames = true
|
||||
paginate = 5 #frontpage pagination
|
||||
copyright = "happyDomain"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 5
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9000fbd75218ddffc83fd56cc490a0403e72b45f
|
||||
Subproject commit 4ac68ab13d54c1bb8597ccbc9f96d8294d3aff78
|
||||
Loading…
Add table
Add a link
Reference in a new issue