clean up config files
This commit is contained in:
parent
2250789ae1
commit
60d01a20e1
5 changed files with 154 additions and 159 deletions
|
@ -17,8 +17,4 @@ title = "MycoSystems Co-Op"
|
||||||
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" },
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# -- Markup --
|
|
||||||
# These settings are required for the theme to function.
|
|
||||||
|
|
||||||
[goldmark]
|
[goldmark]
|
||||||
[goldmark.renderer]
|
[goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
pageRef = "stacks"
|
pageRef = "stacks"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
#[[main]]
|
[[footer]]
|
||||||
# identifier = "github"
|
identifier = "github"
|
||||||
# pre = "github"
|
pre = "github"
|
||||||
# url = "https://git.myco.systems/explore"
|
url = "https://git.myco.systems/explore"
|
||||||
# weight = 400
|
weight = 400
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
name = "Services"
|
name = "Services"
|
||||||
|
|
|
@ -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,7 +17,7 @@ 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
|
||||||
|
@ -34,15 +27,15 @@ smartTOCHideUnfocusedChildren = 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
|
||||||
|
@ -51,8 +44,8 @@ smartTOCHideUnfocusedChildren = 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
|
||||||
|
@ -69,12 +62,21 @@ smartTOCHideUnfocusedChildren = false
|
||||||
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
|
||||||
|
@ -93,7 +95,7 @@ smartTOCHideUnfocusedChildren = false
|
||||||
[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
|
||||||
|
@ -102,7 +104,7 @@ smartTOCHideUnfocusedChildren = 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue