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:
10
themes/gokarna/exampleSite/content/projects/_index.md
Normal file
10
themes/gokarna/exampleSite/content/projects/_index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Projects"
|
||||
type: page
|
||||
---
|
||||
|
||||
## Hello, my projects are:
|
||||
|
||||
1. [Tatooine](/projects/tatooine/)
|
||||
2. [Hydra](/projects/hydra/)
|
||||
3. [Bludhaven](/projects/bludhaven/)
|
||||
8
themes/gokarna/exampleSite/content/projects/bludhaven.md
Normal file
8
themes/gokarna/exampleSite/content/projects/bludhaven.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Blüdhaven
|
||||
type: page
|
||||
---
|
||||
|
||||
## History
|
||||
|
||||
Blüdhaven was a former whaling town, which was officially incorporated as a "Commonwealth" in 1912. The town had a generally poor socio-economic populace, owing in part to failed efforts to transform itself into a manufacturing and shipping center.
|
||||
8
themes/gokarna/exampleSite/content/projects/hydra.md
Normal file
8
themes/gokarna/exampleSite/content/projects/hydra.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Hydra
|
||||
type: page
|
||||
---
|
||||
|
||||
## Motto
|
||||
|
||||
Cut off one head, and two will take their place.
|
||||
8
themes/gokarna/exampleSite/content/projects/tatooine.md
Normal file
8
themes/gokarna/exampleSite/content/projects/tatooine.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Tatooine
|
||||
type: page
|
||||
---
|
||||
|
||||
## A long time ago in a galaxy far, far away....
|
||||
|
||||
A project was planned, but never completed.
|
||||
Reference in New Issue
Block a user