mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Attempt to fix relative path for images
This commit is contained in:
16
config.yaml
16
config.yaml
@@ -29,7 +29,7 @@ params:
|
|||||||
description: "TrudeEH's Blog and Personal Website"
|
description: "TrudeEH's Blog and Personal Website"
|
||||||
keywords: [Blog, Portfolio, Trude, TrudeEH]
|
keywords: [Blog, Portfolio, Trude, TrudeEH]
|
||||||
author: "TrudeEH"
|
author: "TrudeEH"
|
||||||
images: ["/logo.svg"]
|
images: ["logo.svg"]
|
||||||
DateFormat: "January 2, 2006"
|
DateFormat: "January 2, 2006"
|
||||||
defaultTheme: auto # dark, light
|
defaultTheme: auto # dark, light
|
||||||
disableThemeToggle: false
|
disableThemeToggle: false
|
||||||
@@ -53,15 +53,15 @@ params:
|
|||||||
assets:
|
assets:
|
||||||
# disableHLJS: true # to disable highlight.js
|
# disableHLJS: true # to 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: "/logo.svg"
|
safari_pinned_tab: "logo.svg"
|
||||||
|
|
||||||
label:
|
label:
|
||||||
text: "TrudeWeb"
|
text: "TrudeWeb"
|
||||||
icon: /apple-touch-icon.png
|
icon: apple-touch-icon.png
|
||||||
iconHeight: 35
|
iconHeight: 35
|
||||||
|
|
||||||
# profile-mode
|
# profile-mode
|
||||||
@@ -69,7 +69,7 @@ params:
|
|||||||
enabled: true # needs to be explicitly set
|
enabled: true # needs to be explicitly set
|
||||||
title: TrudeEH
|
title: TrudeEH
|
||||||
subtitle: "Software Developer • Computer Technician • Linux Enthusiast"
|
subtitle: "Software Developer • Computer Technician • Linux Enthusiast"
|
||||||
imageUrl: "/logo.jpg"
|
imageUrl: "logo.jpg"
|
||||||
imageWidth: 120
|
imageWidth: 120
|
||||||
imageHeight: 120
|
imageHeight: 120
|
||||||
imageTitle: Trude Logo
|
imageTitle: Trude Logo
|
||||||
|
|||||||
Reference in New Issue
Block a user