You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Dirk Deimeke 19bfcec235 Überschriften hervorgehoben 5 months ago
archetypes add initial version of webpage for ironblogging 1 year ago
assets add initial version of webpage for ironblogging 1 year ago
config/_default add initial version of webpage for ironblogging 1 year ago
content Überschriften hervorgehoben 5 months ago
static add .domains for CNAME 1 year ago
themes add theme congo 1 year ago
.gitignore add gitignore for hugo-projects 1 year ago
.gitmodules add initial version of webpage for ironblogging 1 year ago
README.md Alternatives Cloning via SSH 1 year ago

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