File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - name : Setup Hugo
3030 run : |
31- curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.150.0 /hugo_extended_0.150.0_linux -amd64.tar.gz'
31+ curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.154.2 /hugo_extended_0.154.2_linux -amd64.tar.gz'
3232 tar -C ${RUNNER_TEMP} -zxvf /tmp/hugo.tar.gz hugo
3333 - name : Build
3434 run : ${RUNNER_TEMP}/hugo
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ params:
107107 # disableHLJS: true # to disable highlight.js
108108 # disableFingerprinting: true
109109 favicon : " /favicon.ico"
110- # favicon16x16: "/favicon-16x16.png "
111- # favicon32x32: "/favicon-32x32.png "
112- # apple_touch_icon: "/apple-touch-icon.png "
110+ favicon16x16 : " /favicon.ico "
111+ favicon32x32 : " /favicon.ico "
112+ apple_touch_icon : " /favicon.ico "
113113
114114
115115 label :
116116 text : " Home"
117- icon : /apple-touch-icon.png
117+ icon : " /favicon.ico "
118118 iconHeight : 35
119119
120120 # profile-mode
You can’t perform that action at this time.
0 commit comments