Skip to content

Commit fb33396

Browse files
committed
fix favicon and update hugo to latest version
1 parent bc2c95c commit fb33396

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

hugo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)