This commit is contained in:
parent
e91e43d1a3
commit
1b4826f173
2 changed files with 5 additions and 5 deletions
|
@ -8,13 +8,13 @@ displayName = "EN"
|
|||
isoCode = "en"
|
||||
rtl = false
|
||||
dateFormat = "2 January 2006"
|
||||
logo = "styles/blue/android-chrome-512x512.png"
|
||||
logo = "/styles/blue/android-chrome-512x512.png"
|
||||
description = "Hi, welcome to MycoSystems Web!"
|
||||
copyright = "Articles are copyleft, no rights reserved. Thank you to the devs @ [Blowfish](https://blowfish.page)"
|
||||
|
||||
[author]
|
||||
name = "MycoSystems"
|
||||
image = "styles/blue/android-chrome-512x512.png"
|
||||
image = "/styles/blue/android-chrome-512x512.png"
|
||||
headline = "Hi, welcome to MycoSystems Web!"
|
||||
bio = "Hi, welcome to MycoSystems Web!"
|
||||
#links = [{ github = "https://git.myco.systems/explore" }]
|
|
@ -8,8 +8,8 @@ mainSections = ["services"]
|
|||
|
||||
disableImageOptimization = false
|
||||
|
||||
defaultBackgroundImage = "styles/backgrounds/single-brick.png"
|
||||
defaultFeaturedImage = "styles/backgrounds/single-brick.png"
|
||||
defaultBackgroundImage = "/styles/backgrounds/single-brick.png"
|
||||
defaultFeaturedImage = "/styles/backgrounds/single-brick.png"
|
||||
|
||||
highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
|
@ -27,7 +27,7 @@ showScrollToTop = true
|
|||
|
||||
[homepage]
|
||||
layout = "background"
|
||||
homepageImage = "styles/backgrounds/single-brick.png"
|
||||
homepageImage = "/styles/backgrounds/single-brick.png"
|
||||
showRecent = true
|
||||
showRecentItems = 6
|
||||
showMoreLink = false
|
||||
|
|
Loading…
Add table
Reference in a new issue