update links to photos, remove commented lines and mastodon links, remove theme switcher and redundant attribution
This commit is contained in:
parent
500df4fccf
commit
ae746bf82c
3 changed files with 16 additions and 33 deletions
|
@ -8,17 +8,16 @@ title = "MycoSystems Co-Op"
|
|||
isoCode = "en"
|
||||
rtl = false
|
||||
dateFormat = "2 January 2006"
|
||||
logo = "img/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 = "img/android-chrome-512x512.png"
|
||||
image = "styles/blue/android-chrome-512x512.png"
|
||||
headline = "Hi, welcome to MycoSystems Web!"
|
||||
bio = "Hi, welcome to MycoSystems Web!"
|
||||
links = [
|
||||
{ mastodon = "https://mastodon.social/@brookeee" },
|
||||
{ github = "https://git.myco.systems/explore" },
|
||||
]
|
||||
|
||||
|
|
|
@ -14,31 +14,10 @@
|
|||
weight = 30
|
||||
|
||||
#[[main]]
|
||||
# name = "Merch"
|
||||
# url = "http://tee.pub/lic/qwSlWVBL5zc"
|
||||
# weight = 100
|
||||
|
||||
#[[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.
|
||||
# identifier = "github"
|
||||
# pre = "github"
|
||||
# url = "https://git.myco.systems/explore"
|
||||
# weight = 400
|
||||
|
||||
[[footer]]
|
||||
name = "Services"
|
||||
|
@ -48,4 +27,9 @@
|
|||
[[footer]]
|
||||
name = "Showcase"
|
||||
pageRef = "showcase"
|
||||
weight = 30
|
||||
weight = 20
|
||||
|
||||
[[footer]]
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
weight = 30
|
|
@ -16,8 +16,8 @@ mainSections = ["services"]
|
|||
|
||||
disableImageOptimization = false
|
||||
|
||||
defaultBackgroundImage = "img/mushroom-1.png"
|
||||
defaultFeaturedImage = "img/mushroom-2.png"
|
||||
defaultBackgroundImage = "styles/backgrounds/single-brick.png"
|
||||
defaultFeaturedImage = "styles/backgrounds/single-brick.png"
|
||||
|
||||
highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
|
@ -29,8 +29,8 @@ smartTOCHideUnfocusedChildren = false
|
|||
[footer]
|
||||
showMenu = true
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = true
|
||||
showThemeAttribution = false
|
||||
showAppearanceSwitcher = false
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
|
|
Loading…
Add table
Reference in a new issue