mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 13:10:40 +00:00
update to Hugo v0.74.3
This commit is contained in:
parent
a5e7eceaa8
commit
4c2f65b994
@ -18,7 +18,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.72.0-ext-alpine
|
image: klakegg/hugo:0.74.3-ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
|
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
|
||||||
- hugo-official -s exampleSite/ -b http://localhost/
|
- 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
|
- 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
|
- name: build
|
||||||
image: klakegg/hugo:0.72.0-ext-alpine
|
image: klakegg/hugo:0.74.3-ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s exampleSite/
|
- hugo-official -s exampleSite/
|
||||||
|
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
- ENHANCEMENT
|
- ENHANCEMENT
|
||||||
- include custom twitter-card metadata and switch to `summary` instead of `summary_large_image`
|
- include custom twitter-card metadata and switch to `summary` instead of `summary_large_image`
|
||||||
|
- INTERNAL
|
||||||
|
- upgrade CI pipelines to use Hugo v0.74.3
|
||||||
|
Loading…
Reference in New Issue
Block a user