summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/config/_default/params.toml
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
commite77051ccc4b47951bfa4fde2be436b1bb2fb113b (patch)
treef0b75ee3521da9c8cd39dac4359212348f70e4e8 /themes/blowfish/exampleSite/config/_default/params.toml
parent4b355837824ac2422d371acef790f0f4249255c7 (diff)
use https://github.com/nunocoracao/blowfish.git
Diffstat (limited to 'themes/blowfish/exampleSite/config/_default/params.toml')
-rw-r--r--themes/blowfish/exampleSite/config/_default/params.toml147
1 files changed, 147 insertions, 0 deletions
diff --git a/themes/blowfish/exampleSite/config/_default/params.toml b/themes/blowfish/exampleSite/config/_default/params.toml
new file mode 100644
index 0000000..0022e15
--- /dev/null
+++ b/themes/blowfish/exampleSite/config/_default/params.toml
@@ -0,0 +1,147 @@
+# -- 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 = "blowfish"
+defaultAppearance = "dark" # valid options: light or dark
+autoSwitchAppearance = true
+
+enableSearch = true
+enableCodeCopy = true
+
+mainSections = ["docs"]
+# robots = ""
+
+disableImageOptimization = false
+disableTextInHeader = false
+
+defaultBackgroundImage = "/img/background.svg"
+defaultFeaturedImage = "/img/featured.svg"
+
+highlightCurrentMenuArea = true
+smartTOC = true
+smartTOCHideUnfocusedChildren = false
+
+[header]
+ layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
+
+[footer]
+ showMenu = true
+ showCopyright = true
+ showThemeAttribution = true
+ showAppearanceSwitcher = true
+ showScrollToTop = true
+
+[homepage]
+ layout = "custom" # valid options: page, profile, hero, card, background, custom
+ # homepageImage = "/img/iceland.jpg" # used in: hero, and card
+ showRecent = false
+ showRecentItems = 6
+ showMoreLink = true
+ showMoreLinkDest = "docs"
+ cardView = true
+ cardViewScreenWidth = false
+ layoutBackgroundBlur = true # only used when layout equals background
+
+[article]
+ showDate = false
+ showViews = true
+ showLikes = true
+ showDateOnlyInArticle = false
+ showDateUpdated = false
+ showAuthor = true
+ # showAuthorBottom = false
+ showHero = true
+ heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
+ layoutBackgroundBlur = true # only used when heroStyle equals background
+ showBreadcrumbs = true
+ showDraftLabel = true
+ showEdit = true
+ editURL = "https://github.com/nunocoracao/blowfish/tree/main/exampleSite/content"
+ editAppendPath = true
+ seriesOpened = false
+ showHeadingAnchors = true
+ showPagination = true
+ invertPagination = false
+ showReadingTime = true
+ showTableOfContents = true
+ showRelatedContent = true
+ relatedContentLimit = 6
+ showTaxonomies = true
+ showAuthorsBadges = true
+ showWordCount = false
+ sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
+ showZenMode = true
+
+[list]
+ showHero = true
+ heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
+ layoutBackgroundBlur = true # only used when heroStyle equals background
+ layoutBackgroundHeaderSpace = false
+ showBreadcrumbs = false
+ showSummary = false
+ showViews = true
+ showLikes = true
+ showTableOfContents = true
+ showCards = true
+ groupByYear = false
+ cardView = true
+ cardViewScreenWidth = false
+ constrainItemsWidth = false
+
+[sitemap]
+ excludedKinds = []
+
+[taxonomy]
+ showTermCount = true
+ showHero = true
+ heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
+ showBreadcrumbs = false
+ showViews = true
+ showLikes = true
+ showTableOfContents = true
+ cardView = false
+
+[term]
+ showHero = true
+ heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
+ showBreadcrumbs = false
+ showViews = true
+ showLikes = true
+ showTableOfContents = true
+ groupByYear = false
+ cardView = true
+ cardViewScreenWidth = false
+
+[firebase]
+ apiKey = "AIzaSyB5tqlqDky77Vb4Tc4apiHV4hRZI18KGiY"
+ authDomain = "blowfish-21fff.firebaseapp.com"
+ projectId = "blowfish-21fff"
+ storageBucket = "blowfish-21fff.appspot.com"
+ messagingSenderId = "60108104191"
+ appId = "1:60108104191:web:039842ebe1370698b487ca"
+ measurementId = "G-PEDMYR1V0K"
+
+[fathomAnalytics]
+ # site = "ABC12345"
+ # domain = "llama.yoursite.com"
+
+[umamiAnalytics]
+ # websiteid = "ABC12345"
+ # domain = "llama.yoursite.com"
+
+[buymeacoffee]
+ identifier = "nunocoracao"
+ globalWidget = true
+ globalWidgetMessage = ""
+ globalWidgetColor = "#FFDD00"
+ globalWidgetPosition = "Right"
+
+[verification]
+ # google = ""
+ # bing = ""
+ # pinterest = ""
+ # yandex = ""