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"
|
||||
headline = "Hi, welcome to MycoSystems Web!"
|
||||
bio = "Hi, welcome to MycoSystems Web!"
|
||||
links = [
|
||||
{ github = "https://git.myco.systems/explore" },
|
||||
]
|
||||
|
||||
|
||||
#links = [{ github = "https://git.myco.systems/explore" }]
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# -- Markup --
|
||||
# These settings are required for the theme to function.
|
||||
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
pageRef = "stacks"
|
||||
weight = 30
|
||||
|
||||
#[[main]]
|
||||
# identifier = "github"
|
||||
# pre = "github"
|
||||
# url = "https://git.myco.systems/explore"
|
||||
# weight = 400
|
||||
[[footer]]
|
||||
identifier = "github"
|
||||
pre = "github"
|
||||
url = "https://git.myco.systems/explore"
|
||||
weight = 400
|
||||
|
||||
[[footer]]
|
||||
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"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
defaultAppearance = "dark"
|
||||
autoSwitchAppearance = false
|
||||
|
||||
enableCodeCopy = true
|
||||
|
@ -24,7 +17,7 @@ smartTOC = true
|
|||
smartTOCHideUnfocusedChildren = false
|
||||
|
||||
[header]
|
||||
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
|
||||
layout = "fixed"
|
||||
|
||||
[footer]
|
||||
showMenu = true
|
||||
|
@ -34,15 +27,15 @@ smartTOCHideUnfocusedChildren = false
|
|||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||
# homepageImage = "/img/iceland.jpg" # used in: hero, and card
|
||||
layout = "background"
|
||||
homepageImage = "styles/backgrounds/single-brick.png"
|
||||
showRecent = true
|
||||
showRecentItems = 6
|
||||
showMoreLink = false
|
||||
showMoreLinkDest = "services"
|
||||
cardView = true
|
||||
cardViewScreenWidth = false
|
||||
layoutBackgroundBlur = true # only used when layout equals background
|
||||
layoutBackgroundBlur = true
|
||||
|
||||
[article]
|
||||
showDate = false
|
||||
|
@ -51,8 +44,8 @@ smartTOCHideUnfocusedChildren = false
|
|||
showDateUpdated = false
|
||||
showAuthor = false
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||
heroStyle = "background"
|
||||
layoutBackgroundBlur = true
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
|
@ -69,12 +62,21 @@ smartTOCHideUnfocusedChildren = false
|
|||
showAuthorsBadges = true
|
||||
showWordCount = false
|
||||
showSummary = true
|
||||
sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
|
||||
sharingLinks = [
|
||||
"linkedin",
|
||||
"twitter",
|
||||
"reddit",
|
||||
"whatsapp",
|
||||
"telegram",
|
||||
"pinterest",
|
||||
"facebook",
|
||||
"email",
|
||||
]
|
||||
|
||||
[list]
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||
heroStyle = "background"
|
||||
layoutBackgroundBlur = true
|
||||
layoutBackgroundHeaderSpace = false
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
|
@ -93,7 +95,7 @@ smartTOCHideUnfocusedChildren = false
|
|||
[taxonomy]
|
||||
showTermCount = true
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
heroStyle = "background"
|
||||
showBreadcrumbs = false
|
||||
showViews = true
|
||||
showLikes = true
|
||||
|
@ -102,7 +104,7 @@ smartTOCHideUnfocusedChildren = false
|
|||
|
||||
[term]
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
heroStyle = "background"
|
||||
showBreadcrumbs = false
|
||||
showViews = true
|
||||
showLikes = true
|
||||
|
|
Loading…
Add table
Reference in a new issue