clean up config files

This commit is contained in:
brooke 2024-04-13 18:20:01 -04:00
parent 2250789ae1
commit 60d01a20e1
5 changed files with 154 additions and 159 deletions

View file

@ -10,48 +10,48 @@ buildDrafts = false
buildFuture = false buildFuture = false
[imaging] [imaging]
anchor = 'Center' anchor = 'Center'
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"
category = "categories" category = "categories"
author = "authors" author = "authors"
series = "series" series = "series"
[sitemap] [sitemap]
changefreq = 'always' changefreq = 'always'
filename = 'sitemap.xml' filename = 'sitemap.xml'
priority = 0.5 priority = 0.5
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["HTML", "RSS", "JSON"]
[related] [related]
threshold = 0 threshold = 0
toLower = false toLower = false
[[related.indices]] [[related.indices]]
name = "tags" name = "tags"
weight = 100 weight = 100
[[related.indices]] [[related.indices]]
name = "categories" name = "categories"
weight = 100 weight = 100
[[related.indices]] [[related.indices]]
name = "series" name = "series"
weight = 50 weight = 50
[[related.indices]] [[related.indices]]
name = "authors" name = "authors"
weight = 20 weight = 20
[[related.indices]] [[related.indices]]
name = "date" name = "date"
weight = 10 weight = 10
[[related.indices]] [[related.indices]]
applyFilter = false applyFilter = false
name = 'fragmentrefs' name = 'fragmentrefs'
type = 'fragments' type = 'fragments'
weight = 10 weight = 10

View file

@ -4,21 +4,17 @@ weight = 1
title = "MycoSystems Co-Op" title = "MycoSystems Co-Op"
[params] [params]
displayName = "EN" 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 = "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 = "styles/blue/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 = [{ github = "https://git.myco.systems/explore" }]
{ github = "https://git.myco.systems/explore" },
]

View file

@ -1,13 +1,10 @@
# -- Markup --
# These settings are required for the theme to function.
[goldmark] [goldmark]
[goldmark.renderer] [goldmark.renderer]
unsafe = true unsafe = true
[highlight] [highlight]
noClasses = false noClasses = false
[tableOfContents] [tableOfContents]
startLevel = 2 startLevel = 2
endLevel = 4 endLevel = 4

View file

@ -1,35 +1,35 @@
[[main]] [[main]]
name = "Services" name = "Services"
pageRef = "services" pageRef = "services"
weight = 10 weight = 10
[[main]] [[main]]
name = "Showcase" name = "Showcase"
pageRef = "showcase" pageRef = "showcase"
weight = 20 weight = 20
[[main]] [[main]]
name = "Stacks" name = "Stacks"
pageRef = "stacks" pageRef = "stacks"
weight = 30 weight = 30
#[[main]]
# identifier = "github"
# pre = "github"
# url = "https://git.myco.systems/explore"
# weight = 400
[[footer]] [[footer]]
name = "Services" identifier = "github"
pageRef = "services" pre = "github"
weight = 10 url = "https://git.myco.systems/explore"
weight = 400
[[footer]] [[footer]]
name = "Showcase" name = "Services"
pageRef = "showcase" pageRef = "services"
weight = 20 weight = 10
[[footer]] [[footer]]
name = "Stacks" name = "Showcase"
pageRef = "stacks" pageRef = "showcase"
weight = 30 weight = 20
[[footer]]
name = "Stacks"
pageRef = "stacks"
weight = 30

View file

@ -1,12 +1,5 @@
# -- Theme Options --
# These options control how the theme functions and allow you to
# customise the display of your website.
#
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "forest" colorScheme = "forest"
defaultAppearance = "dark" # valid options: light or dark defaultAppearance = "dark"
autoSwitchAppearance = false autoSwitchAppearance = false
enableCodeCopy = true enableCodeCopy = true
@ -24,92 +17,101 @@ smartTOC = true
smartTOCHideUnfocusedChildren = false smartTOCHideUnfocusedChildren = false
[header] [header]
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-fill-blur layout = "fixed"
[footer] [footer]
showMenu = true showMenu = true
showCopyright = true showCopyright = true
showThemeAttribution = false showThemeAttribution = false
showAppearanceSwitcher = false showAppearanceSwitcher = false
showScrollToTop = true showScrollToTop = true
[homepage] [homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom layout = "background"
# homepageImage = "/img/iceland.jpg" # used in: hero, and card homepageImage = "styles/backgrounds/single-brick.png"
showRecent = true showRecent = true
showRecentItems = 6 showRecentItems = 6
showMoreLink = false showMoreLink = false
showMoreLinkDest = "services" showMoreLinkDest = "services"
cardView = true cardView = true
cardViewScreenWidth = false cardViewScreenWidth = false
layoutBackgroundBlur = true # only used when layout equals background layoutBackgroundBlur = true
[article] [article]
showDate = false showDate = false
showViews = false showViews = false
showLikes = false showLikes = false
showDateUpdated = false showDateUpdated = false
showAuthor = false showAuthor = false
showHero = true showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground heroStyle = "background"
layoutBackgroundBlur = true # only used when heroStyle equals background layoutBackgroundBlur = true
showBreadcrumbs = true showBreadcrumbs = true
showDraftLabel = true showDraftLabel = true
showEdit = false showEdit = false
editAppendPath = false editAppendPath = false
seriesOpened = false seriesOpened = false
showHeadingAnchors = true showHeadingAnchors = true
showPagination = true showPagination = true
invertPagination = false invertPagination = false
showReadingTime = true showReadingTime = true
showTableOfContents = true showTableOfContents = true
showRelatedContent = true showRelatedContent = true
relatedContentLimit = 6 relatedContentLimit = 6
showTaxonomies = true showTaxonomies = true
showAuthorsBadges = true showAuthorsBadges = true
showWordCount = false showWordCount = false
showSummary = true showSummary = true
sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"] sharingLinks = [
"linkedin",
"twitter",
"reddit",
"whatsapp",
"telegram",
"pinterest",
"facebook",
"email",
]
[list] [list]
showHero = true showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground heroStyle = "background"
layoutBackgroundBlur = true # only used when heroStyle equals background layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = false layoutBackgroundHeaderSpace = false
showBreadcrumbs = false showBreadcrumbs = false
showSummary = false showSummary = false
showViews = true showViews = true
showLikes = true showLikes = true
showTableOfContents = true showTableOfContents = true
showCards = true showCards = true
groupByYear = false groupByYear = false
cardView = true cardView = true
cardViewScreenWidth = false cardViewScreenWidth = false
constrainItemsWidth = true constrainItemsWidth = true
[sitemap] [sitemap]
excludedKinds = ["taxonomy","term"] excludedKinds = ["taxonomy", "term"]
[taxonomy] [taxonomy]
showTermCount = true showTermCount = true
showHero = true showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground heroStyle = "background"
showBreadcrumbs = false showBreadcrumbs = false
showViews = true showViews = true
showLikes = true showLikes = true
showTableOfContents = true showTableOfContents = true
cardView = false cardView = false
[term] [term]
showHero = true showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground heroStyle = "background"
showBreadcrumbs = false showBreadcrumbs = false
showViews = true showViews = true
showLikes = true showLikes = true
showTableOfContents = true showTableOfContents = true
groupByYear = false groupByYear = false
cardView = true cardView = true
cardViewScreenWidth = false cardViewScreenWidth = false
[firebase] [firebase]