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.
|
5 months ago | |
---|---|---|
archetypes | 1 year ago | |
assets | 1 year ago | |
config/_default | 1 year ago | |
content | 5 months ago | |
static | 1 year ago | |
themes | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
README.md | 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