fix(hugo.yml): fix static assets path
This commit is contained in:
parent
b12b7570e9
commit
e73eb22e06
12
hugo.yml
12
hugo.yml
@ -49,11 +49,11 @@ params:
|
|||||||
assets:
|
assets:
|
||||||
disableHLJS: true # disable highlight.js
|
disableHLJS: true # disable highlight.js
|
||||||
disableFingerprinting: true
|
disableFingerprinting: true
|
||||||
favicon: "favicon.ico"
|
favicon: "/favicon.ico"
|
||||||
favicon16x16: "favicon-16x16.png"
|
favicon16x16: "/favicon-16x16.png"
|
||||||
favicon32x32: "favicon-32x32.png"
|
favicon32x32: "/favicon-32x32.png"
|
||||||
apple_touch_icon: "apple-touch-icon.png"
|
apple_touch_icon: "/apple-touch-icon.png"
|
||||||
safari_pinned_tab: "favicon.svg"
|
safari_pinned_tab: "/favicon.svg"
|
||||||
|
|
||||||
# Home-info mode
|
# Home-info mode
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
@ -65,7 +65,7 @@ params:
|
|||||||
enabled: true # needs to be explicitly set
|
enabled: true # needs to be explicitly set
|
||||||
title: ひるき
|
title: ひるき
|
||||||
subtitle: "_Astra inclinant, sed non obligant._"
|
subtitle: "_Astra inclinant, sed non obligant._"
|
||||||
imageUrl: "images/profile.webp"
|
imageUrl: "/images/profile.webp"
|
||||||
imageWidth: 120
|
imageWidth: 120
|
||||||
imageHeight: 120
|
imageHeight: 120
|
||||||
imageTitle: Hiiruki's Profile Picture
|
imageTitle: Hiiruki's Profile Picture
|
||||||
|
Loading…
Reference in New Issue
Block a user