This commit is contained in:
2025-01-29 02:03:00 +01:00
parent 3f63b3ed98
commit 1741bb0b53
42 changed files with 278 additions and 194 deletions

View File

@@ -1,69 +1,38 @@
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/
theme = "blowfish" # UNCOMMENT THIS LINE
# baseURL = "https://your_domain.com/"
theme = "blowfish"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
summaryLength = 0
buildDrafts = false
buildFuture = false
enableEmoji = true
# googleAnalytics = "G-XXXXXXXXX"
baseURL = "https://plantctrl.org/"
[pagination]
pagerSize = 100
pagerSize = 100
[imaging]
anchor = 'Center'
anchor = "Center"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]
home = [ "HTML" ]
[related]
threshold = 0
toLower = false
threshold = 100
toLower = false
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]
[[related.indices]]
name = "tags"
weight = 100
[params]
recentArticles = 2
mainSections = ["hardware","software"]
[[related.indices]]
name = "categories"
weight = 100
[[related.indices]]
name = "series"
weight = 50
[[related.indices]]
name = "authors"
weight = 20
[[related.indices]]
name = "date"
weight = 10
[[related.indices]]
applyFilter = false
name = 'fragmentrefs'
type = 'fragments'
weight = 10

View File

@@ -9,9 +9,7 @@ displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
logo = "example.png"
logo = "logo.png"
description = "OpenSource DIY Watering and Monitoring for Plants"
author = { name = "Empire-Phoenix", image = "author_logo.jpg" }
[author]
image = "author_logo.jpg"
secondaryLogo = "logo.png"

View File

@@ -1,12 +1,6 @@
[[main]]
none = "none"
[[main]]
name = "About"
pageRef = "About"
identifier = "u4ojocQKbq"
weight = 3
[[main]]
name = "Hardware"
pageRef = "Hardware"

View File

@@ -19,30 +19,29 @@ layout = "basic"
showMenu = true
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showAppearanceSwitcher = false
showScrollToTop = true
[homepage]
layout = "background"
showRecent = true
showRecentItems = 5
showMoreLink = false
showMoreLinkDest = "/posts/"
showRecentItems = "90"
cardView = true
cardViewScreenWidth = false
cardViewScreenWidth = ""
layoutBackgroundBlur = false
homepageImage = "IMG_20240907_135042.jpg"
[article]
showDate = true
showDate = false
showViews = false
showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = true
showHero = false
showHero = true
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
layoutBackgroundHeaderSpace = false
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
@@ -51,15 +50,17 @@ seriesOpened = false
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
showReadingTime = false
showTableOfContents = true
showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
showZenMode = false
heroStyle = "background"
relatedContentLimit = "99"
[list]
showHero = false
showHero = true
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
@@ -73,18 +74,20 @@ groupByYear = true
cardView = false
cardViewScreenWidth = false
constrainItemsWidth = false
heroStyle = "background"
[sitemap]
excludedKinds = [ "taxonomy", "term" ]
[taxonomy]
showTermCount = true
showTermCount = false
showHero = ""
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = false
cardView = ""
cardView = false
heroStyle = "background"
[term]
showHero = false