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>
19 lines
309 B
TOML
19 lines
309 B
TOML
[Recent]
|
|
other = '最近的文章'
|
|
[Popular]
|
|
other = '文章'
|
|
[error404]
|
|
other = '這個頁面並不存在'
|
|
[home]
|
|
other = '首頁'
|
|
[nothing]
|
|
other = '目前沒有東西存在 😉'
|
|
[previous]
|
|
other = '前一則'
|
|
[next]
|
|
other = '下一則'
|
|
[tags]
|
|
other = '標籤'
|
|
[Posts]
|
|
other = '文章'
|