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"
|
||||
keywords: [Blog, Portfolio, Trude, TrudeEH]
|
||||
author: "TrudeEH"
|
||||
images: ["/logo.svg"]
|
||||
images: ["logo.svg"]
|
||||
DateFormat: "January 2, 2006"
|
||||
defaultTheme: auto # dark, light
|
||||
disableThemeToggle: false
|
||||
@@ -53,15 +53,15 @@ params:
|
||||
assets:
|
||||
# disableHLJS: true # to disable highlight.js
|
||||
# disableFingerprinting: true
|
||||
favicon: "/favicon.ico"
|
||||
favicon16x16: "/favicon-16x16.png"
|
||||
favicon32x32: "/favicon-32x32.png"
|
||||
apple_touch_icon: "/apple-touch-icon.png"
|
||||
safari_pinned_tab: "/logo.svg"
|
||||
favicon: "favicon.ico"
|
||||
favicon16x16: "favicon-16x16.png"
|
||||
favicon32x32: "favicon-32x32.png"
|
||||
apple_touch_icon: "apple-touch-icon.png"
|
||||
safari_pinned_tab: "logo.svg"
|
||||
|
||||
label:
|
||||
text: "TrudeWeb"
|
||||
icon: /apple-touch-icon.png
|
||||
icon: apple-touch-icon.png
|
||||
iconHeight: 35
|
||||
|
||||
# profile-mode
|
||||
@@ -69,7 +69,7 @@ params:
|
||||
enabled: true # needs to be explicitly set
|
||||
title: TrudeEH
|
||||
subtitle: "Software Developer • Computer Technician • Linux Enthusiast"
|
||||
imageUrl: "/logo.jpg"
|
||||
imageUrl: "logo.jpg"
|
||||
imageWidth: 120
|
||||
imageHeight: 120
|
||||
imageTitle: Trude Logo
|
||||
|
||||
Reference in New Issue
Block a user