|
| 1 | +# -- Theme Options -- |
| 2 | +# These options control how the theme functions and allow you to |
| 3 | +# customise the display of your website. |
| 4 | +# |
| 5 | +# Refer to the theme docs for more details about each of these parameters. |
| 6 | +# https://blowfish.page/docs/configuration/#theme-parameters |
| 7 | + |
| 8 | +colorScheme = "blowfish" |
| 9 | +defaultAppearance = "light" # valid options: light or dark |
| 10 | +autoSwitchAppearance = true |
| 11 | + |
| 12 | +enableA11y = false |
| 13 | +enableSearch = true |
| 14 | +enableCodeCopy = false |
| 15 | + |
| 16 | +replyByEmail = false |
| 17 | + |
| 18 | +# mainSections = ["section1", "section2"] |
| 19 | +# robots = "" |
| 20 | + |
| 21 | +disableImageOptimization = false |
| 22 | +disableImageOptimizationMD = false |
| 23 | +disableTextInHeader = false |
| 24 | +# backgroundImageWidth = 1200 |
| 25 | + |
| 26 | +# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images |
| 27 | +# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles |
| 28 | +# defaultSocialImage = "/android-chrome-512x512.png" # used as default for social media sharing (Open Graph and Twitter) |
| 29 | + |
| 30 | +# highlightCurrentMenuArea = true |
| 31 | +# smartTOC = true |
| 32 | +# smartTOCHideUnfocusedChildren = true |
| 33 | + |
| 34 | +fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384", "sha256" |
| 35 | + |
| 36 | +giteaDefaultServer = "https://git.fsfe.org" |
| 37 | +forgejoDefaultServer = "https://v11.next.forgejo.org" |
| 38 | + |
| 39 | +[header] |
| 40 | + layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur |
| 41 | + |
| 42 | +[footer] |
| 43 | + showMenu = true |
| 44 | + showCopyright = true |
| 45 | + showThemeAttribution = true |
| 46 | + showAppearanceSwitcher = true |
| 47 | + showScrollToTop = true |
| 48 | + |
| 49 | +[homepage] |
| 50 | + layout = "profile" # valid options: page, profile, hero, card, background, custom |
| 51 | + #homepageImage = "IMAGE.jpg" # used in: hero, and card |
| 52 | + showRecent = false |
| 53 | + showRecentItems = 5 |
| 54 | + showMoreLink = false |
| 55 | + showMoreLinkDest = "/posts/" |
| 56 | + cardView = false |
| 57 | + cardViewScreenWidth = false |
| 58 | + layoutBackgroundBlur = false # only used when layout equals background |
| 59 | + disableHeroImageFilter = false # only used when layout equals hero |
| 60 | + |
| 61 | +[article] |
| 62 | + showDate = true |
| 63 | + showViews = false |
| 64 | + showLikes = false |
| 65 | + showDateOnlyInArticle = false |
| 66 | + showDateUpdated = false |
| 67 | + showAuthor = true |
| 68 | + # showAuthorBottom = false |
| 69 | + showHero = false |
| 70 | + # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground |
| 71 | + layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground |
| 72 | + layoutBackgroundHeaderSpace = true # only used when heroStyle equals background |
| 73 | + showBreadcrumbs = false |
| 74 | + showDraftLabel = true |
| 75 | + showEdit = false |
| 76 | + # editURL = "https://github.com/username/repo/" |
| 77 | + editAppendPath = true |
| 78 | + seriesOpened = false |
| 79 | + showHeadingAnchors = true |
| 80 | + showPagination = true |
| 81 | + invertPagination = false |
| 82 | + showReadingTime = true |
| 83 | + showTableOfContents = false |
| 84 | + # showRelatedContent = false |
| 85 | + # relatedContentLimit = 3 |
| 86 | + showTaxonomies = false # use showTaxonomies OR showCategoryOnly, not both |
| 87 | + showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both |
| 88 | + showAuthorsBadges = false |
| 89 | + showWordCount = true |
| 90 | + # sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram", "line"] |
| 91 | + showZenMode = false |
| 92 | + |
| 93 | +[list] |
| 94 | + showHero = false |
| 95 | + # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground |
| 96 | + layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground |
| 97 | + layoutBackgroundHeaderSpace = true # only used when heroStyle equals background |
| 98 | + showBreadcrumbs = false |
| 99 | + showSummary = false |
| 100 | + showViews = false |
| 101 | + showLikes = false |
| 102 | + showTableOfContents = false |
| 103 | + showCards = false |
| 104 | + orderByWeight = false |
| 105 | + groupByYear = true |
| 106 | + cardView = false |
| 107 | + cardViewScreenWidth = false |
| 108 | + constrainItemsWidth = false |
| 109 | + |
| 110 | +[sitemap] |
| 111 | + excludedKinds = ["taxonomy", "term"] |
| 112 | + |
| 113 | +[taxonomy] |
| 114 | + showTermCount = true |
| 115 | + showHero = false |
| 116 | + # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground |
| 117 | + showBreadcrumbs = false |
| 118 | + showViews = false |
| 119 | + showLikes = false |
| 120 | + showTableOfContents = false |
| 121 | + cardView = false |
| 122 | + |
| 123 | +[term] |
| 124 | + showHero = false |
| 125 | + # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground |
| 126 | + showBreadcrumbs = false |
| 127 | + showViews = false |
| 128 | + showLikes = false |
| 129 | + showTableOfContents = true |
| 130 | + groupByYear = false |
| 131 | + cardView = false |
| 132 | + cardViewScreenWidth = false |
| 133 | + |
| 134 | +[firebase] |
| 135 | + # apiKey = "XXXXXX" |
| 136 | + # authDomain = "XXXXXX" |
| 137 | + # projectId = "XXXXXX" |
| 138 | + # storageBucket = "XXXXXX" |
| 139 | + # messagingSenderId = "XXXXXX" |
| 140 | + # appId = "XXXXXX" |
| 141 | + # measurementId = "XXXXXX" |
| 142 | + |
| 143 | +[fathomAnalytics] |
| 144 | + # site = "ABC12345" |
| 145 | + # domain = "llama.yoursite.com" |
| 146 | + |
| 147 | +[umamiAnalytics] |
| 148 | + # websiteid = "ABC12345" |
| 149 | + # domain = "llama.yoursite.com" |
| 150 | + # dataDomains = "yoursite.com,yoursite2.com" |
| 151 | + # scriptName = "" |
| 152 | + # enableTrackEvent = true |
| 153 | + |
| 154 | +[selineAnalytics] |
| 155 | + # token = "XXXXXX" |
| 156 | + # enableTrackEvent = true |
| 157 | + |
| 158 | +[buymeacoffee] |
| 159 | + # identifier = "" |
| 160 | + # globalWidget = true |
| 161 | + # globalWidgetMessage = "Hello" |
| 162 | + # globalWidgetColor = "#FFDD00" |
| 163 | + # globalWidgetPosition = "Right" |
| 164 | + |
| 165 | +[verification] |
| 166 | + # google = "" |
| 167 | + # bing = "" |
| 168 | + # pinterest = "" |
| 169 | + # yandex = "" |
| 170 | + # fediverse = "" |
| 171 | + |
| 172 | +[rssnext] |
| 173 | + # feedId = "" |
| 174 | + # userId = "" |
| 175 | + |
| 176 | +[advertisement] |
| 177 | + # adsense = "" |
0 commit comments