update to Hugo v0.74.3

This commit is contained in:
Robert Kaussow 2020-08-01 20:07:01 +02:00
parent a5e7eceaa8
commit 4c2f65b994
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.72.0-ext-alpine
image: klakegg/hugo:0.74.3-ext-alpine
commands:
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
- hugo-official -s exampleSite/ -b http://localhost/
@ -153,7 +153,7 @@ steps:
- curl -sSL https://github.com/xoxys/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C exampleSite/themes/hugo-geekblog/ --strip-components=1
- name: build
image: klakegg/hugo:0.72.0-ext-alpine
image: klakegg/hugo:0.74.3-ext-alpine
commands:
- hugo-official -s exampleSite/

View File

@ -1,2 +1,4 @@
- ENHANCEMENT
- include custom twitter-card metadata and switch to `summary` instead of `summary_large_image`
- INTERNAL
- upgrade CI pipelines to use Hugo v0.74.3