From ae746bf82ca6dc3bb15361fe7c31e03a1a78f535 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 12 Apr 2024 23:48:46 -0400 Subject: [PATCH] update links to photos, remove commented lines and mastodon links, remove theme switcher and redundant attribution --- config/_default/languages.en.toml | 5 ++--- config/_default/menus.en.toml | 36 +++++++++---------------------- config/_default/params.toml | 8 +++---- 3 files changed, 16 insertions(+), 33 deletions(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 5ed5ad3..c97c1b0 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -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" }, ] diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index c35931d..82f28fd 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -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 \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index 5e3a2bc..152ec34 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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]