forked from ag_kommunikation/webseite
Öffentliche Webseite der WTF Kooperative eG
b330b40e1a
"Mitglied werden" Links harmonisieren |
||
---|---|---|
assets | ||
content | ||
databags | ||
flowblocks | ||
models | ||
templates | ||
.gitattributes | ||
.gitignore | ||
LICENCE | ||
README.md | ||
wtf-eg.lektorproject |
Öffentliche Seite der WTF eG
Öffentliche Website der Genossenschaft auf Basis des Static-Site-Generators Lektor.
Preview im Internet
Status
Kurz vor dem Release der Webseite...
Lokales entwickeln
Vorbereitung
Installation von Lektor, siehe offizielle Doku.
# install git requirements
sudo apt install git-lfs
# install lektor requirements
sudo apt install python3-pip imagemagick
# install lektor
pip3 install --user lektor
# clone git repo
git clone https://git.vebit.xyz/vebit/wtf-public-website.git
# change to repo
cd wtf-public-website
# install lfs
git lfs install
# download all LFS files
git lfs fetch --all
# run lektor
lektor server
Server starten
Der Server kann nun per lektor server
gestartet werden und sollte unter http://127.0.0.1:5000/ erreichbar sein.