Solved config issues, updated hugo version
This commit is contained in:
parent
90dfcb362c
commit
002288c617
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -24,6 +24,6 @@ jobs:
|
|||||||
# The repo to push the built site to
|
# The repo to push the built site to
|
||||||
repo: eesev9ie/eesev9ie.github.io
|
repo: eesev9ie/eesev9ie.github.io
|
||||||
# The version of hugo to use
|
# The version of hugo to use
|
||||||
hugoVersion: 0.69.0
|
hugoVersion: 0.88.1
|
||||||
# Arguments to pass to Hugo
|
# Arguments to pass to Hugo
|
||||||
args: # optional, default is --gc --minify --cleanDestinationDir
|
args: # optional, default is --gc --minify --cleanDestinationDir
|
||||||
|
@ -258,7 +258,7 @@ contentDir = "content/english"
|
|||||||
weight = 1
|
weight = 1
|
||||||
home = "Home"
|
home = "Home"
|
||||||
# copyright
|
# copyright
|
||||||
copyright = "Copyright © 2020 Georg-Cantor-Gymnasium Halle"
|
copyright = "Copyright © 2021 Georg-Cantor-Gymnasium Halle"
|
||||||
|
|
||||||
impressumURL = "impressum"
|
impressumURL = "impressum"
|
||||||
|
|
||||||
@ -270,7 +270,7 @@ contentDir = "content/german"
|
|||||||
weight = 2
|
weight = 2
|
||||||
home = "Startseite"
|
home = "Startseite"
|
||||||
# copyright
|
# copyright
|
||||||
copyright = "Copyright © 2020 Georg-Cantor-Gymnasium Halle(Saale)"
|
copyright = "Copyright © 2021 Georg-Cantor-Gymnasium Halle(Saale)"
|
||||||
|
|
||||||
impressumURL = "impressum"
|
impressumURL = "impressum"
|
||||||
impressumminURL = "impressum-min"
|
impressumminURL = "impressum-min"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user