update links to photos, remove commented lines and mastodon links, remove theme switcher and redundant attribution

This commit is contained in:
brooke 2024-04-12 23:48:46 -04:00
parent 500df4fccf
commit ae746bf82c
3 changed files with 16 additions and 33 deletions

View file

@ -8,17 +8,16 @@ title = "MycoSystems Co-Op"
isoCode = "en" isoCode = "en"
rtl = false rtl = false
dateFormat = "2 January 2006" dateFormat = "2 January 2006"
logo = "img/android-chrome-512x512.png" logo = "styles/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 = "img/android-chrome-512x512.png" image = "styles/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 = [ links = [
{ mastodon = "https://mastodon.social/@brookeee" },
{ github = "https://git.myco.systems/explore" }, { github = "https://git.myco.systems/explore" },
] ]

View file

@ -14,31 +14,10 @@
weight = 30 weight = 30
#[[main]] #[[main]]
# name = "Merch" # identifier = "github"
# url = "http://tee.pub/lic/qwSlWVBL5zc" # pre = "github"
# weight = 100 # url = "https://git.myco.systems/explore"
# weight = 400
#[[main]]
# name = "Test"
# pageRef = "pagTest"
# weight = 1000
[[main]]
identifier = "mastodon"
pre = "mastodon"
url = "https://mastodon.social/@brookeee"
weight = 300
[[main]]
identifier = "github"
pre = "github"
url = "https://git.myco.systems/explore"
weight = 400
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
[[footer]] [[footer]]
name = "Services" name = "Services"
@ -48,4 +27,9 @@
[[footer]] [[footer]]
name = "Showcase" name = "Showcase"
pageRef = "showcase" pageRef = "showcase"
weight = 20
[[footer]]
name = "Stacks"
pageRef = "stacks"
weight = 30 weight = 30

View file

@ -16,8 +16,8 @@ mainSections = ["services"]
disableImageOptimization = false disableImageOptimization = false
defaultBackgroundImage = "img/mushroom-1.png" defaultBackgroundImage = "styles/backgrounds/single-brick.png"
defaultFeaturedImage = "img/mushroom-2.png" defaultFeaturedImage = "styles/backgrounds/single-brick.png"
highlightCurrentMenuArea = true highlightCurrentMenuArea = true
smartTOC = true smartTOC = true
@ -29,8 +29,8 @@ smartTOCHideUnfocusedChildren = false
[footer] [footer]
showMenu = true showMenu = true
showCopyright = true showCopyright = true
showThemeAttribution = true showThemeAttribution = false
showAppearanceSwitcher = true showAppearanceSwitcher = false
showScrollToTop = true showScrollToTop = true
[homepage] [homepage]