|
2 months ago | |
---|---|---|
content | 11 months ago | |
layouts/partials | 11 months ago | |
static | 11 months ago | |
themes | 3 months ago | |
.drone.yml | 2 months ago | |
.gitignore | 1 year ago | |
.gitmodules | 2 months ago | |
README.md | 2 months ago | |
build-phail.ed | 11 months ago | |
config.toml | 2 months ago |
repo clonen:
git clone --recursive $(remote url)
Als static site generator wird hugo verwendet. Installationsanleitung: https://gohugo.io/getting-started/installing/
Die website wird mit githubpages gehostet, hierfür werden anstelle von .md-Dateien HTML,CSS und JavaScript Dateien benötigt. Diese befinden sich im Ordner public/
.
Der aktuelle Stand der website wird mit hugo -t minimage
generiert.
Für die Entwicklung, kann mit hugo serve -t minimage
ein lokaler webserver gestaret werden.
Die Datein, welche relevant sind liegen unter content/
. Bilder liegen unter static/img/
.
Die website ist derzeit unter https://bewegungsappar.at erreichbar.