Go to file
Dirk Deimeke 19bfcec235 Überschriften hervorgehoben 2023-01-02 17:11:41 +01:00
archetypes add initial version of webpage for ironblogging 2022-01-15 16:47:36 +01:00
assets add initial version of webpage for ironblogging 2022-01-15 16:47:36 +01:00
config/_default add initial version of webpage for ironblogging 2022-01-15 16:47:36 +01:00
content Überschriften hervorgehoben 2023-01-02 17:11:41 +01:00
static add .domains for CNAME 2022-01-15 17:46:12 +01:00
themes add theme congo 2022-01-15 16:52:03 +01:00
.gitignore add gitignore for hugo-projects 2022-01-09 15:38:07 +01:00
.gitmodules add initial version of webpage for ironblogging 2022-01-15 16:47:36 +01:00
README.md Alternatives Cloning via SSH 2022-05-08 08:29:10 +02:00

README.md

Repository für die TILpod-Ironblogger

lokales Setup für die Entwicklung

  • Hugo in Version >= 0.91.2+extended
  • Checkout des Repos und Submodule
git clone https://codeberg.org/TILpod/Ironblogging.git test
# Alternativ: git clone ssh://git@codeberg.org/TILpod/Ironblogging.git test
git submodule init
git submodule update
  • Checkout des Branches pages in Ordner public
git clone --branch pages https://codeberg.org/TILpod/Ironblogging.git public
# Alternativ: git clone --branch pages ssh://git@codeberg.org/TILpod/Ironblogging.git public

Vorgehen für Änderungen

  • Anpassung im main
  • hugo ausführen
  • mit Aufruf "hugo serve" unter http://localhost:1313/ testen
  • mit Aufruf "hugo" bauen. Dabei werden die statischen Dateien in public abgelegt
  • Commit im Ordner public in den Branch pages