Theme fest ins Repo uebernehmen statt als Submodule
Ein normaler git clone holt Submodules nicht mit - geprueft: nach dem Klonen des Repos war themes/gokarna leer. Portainer klont ebenso, der Build im Container waere also an dem fehlenden Theme gescheitert. Gokarna liegt jetzt direkt im Repo, festgeschrieben auf Commit 8306042, den Stand, mit dem die Seite bisher gebaut wurde. .gitmodules entfaellt. Nachteil: Theme-Updates muessen kuenftig von Hand eingespielt werden. Dafuer baut das Repo aus jedem beliebigen Klon heraus, ohne Sonderbehandlung. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
19
themes/gokarna/theme.toml
Normal file
19
themes/gokarna/theme.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
name = "Gokarna"
|
||||
description = "Gokarna is an opinionated theme with a focus on minimalism and simplicity"
|
||||
|
||||
license = "GNU GPLv3"
|
||||
licenselink = "https://github.com/gokarna-theme/gokarna-hugo/blob/main/LICENSE"
|
||||
|
||||
homepage = "https://github.com/gokarna-theme/gokarna-hugo"
|
||||
demosite = "https://gokarna-hugo.netlify.app"
|
||||
|
||||
tags = ["blog", "minimal", "dark", "light", "responsive", "personal", "portfolio"]
|
||||
|
||||
features = ["Blog", "Responsive", "Minimal", "Clean", "Simple", "SEO", "Bootstrap", "Fast", "Dark", "Light"]
|
||||
|
||||
authors = [
|
||||
{name = "Yash Mehrotra", homepage = "https://yashmehrotra.com"},
|
||||
{name = "Avijit Gupta", homepage = "https://526avijitgupta.github.io"}
|
||||
]
|
||||
|
||||
min_version = "0.81.0"
|
||||
Reference in New Issue
Block a user