update links to images
All checks were successful
Hugo / build (push) Successful in 29s

This commit is contained in:
brooke 2024-04-16 19:53:12 -04:00
parent fcab7aea63
commit fc56c807ee
2 changed files with 5 additions and 5 deletions

View file

@ -8,13 +8,13 @@ displayName = "EN"
isoCode = "en" isoCode = "en"
rtl = false rtl = false
dateFormat = "2 January 2006" dateFormat = "2 January 2006"
logo = "/styles/blue/android-chrome-512x512.png" logo = "/blue/android-chrome-512x512.png"
description = "Hi, welcome to MycoSystems Web!" description = "Hi, welcome to MycoSystems Web!"
copyright = "Articles are copyleft, no rights reserved. Thank you to the devs @ [Blowfish](https://blowfish.page)" copyright = "Articles are copyleft, no rights reserved. Thank you to the devs @ [Blowfish](https://blowfish.page)"
[author] [author]
name = "MycoSystems" name = "MycoSystems"
image = "/styles/blue/android-chrome-512x512.png" image = "/blue/android-chrome-512x512.png"
headline = "Hi, welcome to MycoSystems Web!" headline = "Hi, welcome to MycoSystems Web!"
bio = "Hi, welcome to MycoSystems Web!" bio = "Hi, welcome to MycoSystems Web!"
#links = [{ github = "https://git.myco.systems/explore" }] #links = [{ github = "https://git.myco.systems/explore" }]

View file

@ -9,8 +9,8 @@ mainSections = ["services"]
disableImageOptimization = false disableImageOptimization = false
defaultBackgroundImage = "/styles/backgrounds/single-brick.png" defaultBackgroundImage = "img/single-brick.png"
defaultFeaturedImage = "/styles/backgrounds/single-brick.png" defaultFeaturedImage = "img/single-brick.png"
highlightCurrentMenuArea = true highlightCurrentMenuArea = true
smartTOC = true smartTOC = true
@ -28,7 +28,7 @@ showScrollToTop = true
[homepage] [homepage]
layout = "background" layout = "background"
homepageImage = "/styles/backgrounds/single-brick.png" homepageImage = "img/single-brick.png"
showRecent = true showRecent = true
showRecentItems = 6 showRecentItems = 6
showMoreLink = false showMoreLink = false