feat: blowfish theme test

This commit is contained in:
2026-05-10 08:55:13 +02:00
parent 1b861dbdbf
commit 88e98c2c3b
288 changed files with 189848 additions and 35748 deletions
+57 -32
View File
@@ -1,42 +1,67 @@
baseURL = "https://arch-linux.cz/"
languageCode = "cs"
title = "Arch Linux CZ"
theme = "hugo-blog-awesome"
paginate = 10
defaultContentLanguage = "cs"
theme = "blowfish"
# Blowfish defaultně načítá další configy
[languages]
[languages.cs]
languageName = "Čeština"
languageCode = "cs"
weight = 1
title = "Arch Linux CZ"
[languages.cs.params]
logo = "img/logo.png"
description = "Česká komunita Arch Linuxu"
[languages.cs.params.author]
name = "Arch Linux CZ"
headline = "Česká komunita Arch Linuxu"
bio = "Návody, novinky a podpora pro uživatele Arch Linuxu v češtině."
links = [
{ mastodon = "https://mastodon.arch-linux.cz/@archlinux" },
{ matrix = "https://matrix.to/#/#archlinuxcz:matrix.org" },
{ rss = "/index.xml" }
]
[params]
siteName = "Arch Linux CZ"
description = "Česká komunita Arch Linuxu"
colorScheme = "blowfish"
defaultAppearance = "dark"
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
mainSections = ["posts"]
showReadingTime = true
showToc = true
goToTop = true
showAppearanceSwitcher = true
showScrollToTop = true
[params.author]
name = "archos"
email = "archos@arch-linux.cz"
avatar = "logo.png"
intro = "Arch Linux CZ"
description = "Návody, novinky a podpora pro uživatele Arch Linuxu v češtině."
[params.homepage]
layout = "background"
homepageImage = ""
showRecent = true
showRecentItems = 5
showMoreLink = true
[params.article]
showDate = true
showAuthor = true
showReadingTime = true
showTaxonomies = true
showTableOfContents = true
showPagination = true
showComments = false
[params.list]
showHero = false
showBreadcrumbs = true
showSummary = true
showTableOfContents = false
showCards = true
groupByYear = false
paginationWidth = 1
[params.footer]
copyright = "© 20242026 Arch Linux CZ"
[params.logo]
img = "/logo.png"
alt = "Arch Linux CZ"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.arch-linux.cz/@archlinux"
[[params.socialIcons]]
name = "matrix"
url = "https://matrix.to/#/#archlinuxcz:matrix.org"
[[params.socialIcons]]
name = "rss"
url = "/index.xml"
showCopyright = true
showThemeAttribution = true
[[menu.main]]
name = "Domů"