Öffentliche Webseite der WTF Kooperative eG
Go to file
Stephan ecd21f9781 Added auto generation of the signature corner on images via css and svg. 2021-05-24 17:51:21 +02:00
assets Added auto generation of the signature corner on images via css and svg. 2021-05-24 17:51:21 +02:00
content Merge branch 'main' into mrschizo-patch-1 2021-05-23 14:48:04 +02:00
databags Added missing 'visible' attribute to navigation object. 2021-04-11 16:06:29 +02:00
flowblocks Change template and add image (thanks frlan 2021-04-06 21:55:31 +02:00
models Created new aggregator page for 'Aktuelles'. 2021-04-10 22:13:17 +02:00
templates Added auto generation of the signature corner on images via css and svg. 2021-05-24 17:51:21 +02:00
.gitattributes Add Podcast Data 2021-03-31 20:47:44 +02:00
.gitignore update server name to live 2021-04-15 17:02:45 +02:00
LICENCE ADD MIT License 2021-02-16 21:36:01 +01:00
README.md change download git dir 2021-04-14 01:52:36 +02:00
wtf-eg.lektorproject update server name to live 2021-04-15 17:02:45 +02:00

README.md

Öffentliche Seite der WTF Kooperative eG

Öffentliche Website der Genossenschaft auf Basis des Static-Site-Generators Lektor.

WTF Logo

Das Git Repository zur Webseite ist auf git.wtf-eg.de/ag_kommunikation/webseite.

Status

Release Party am Mittwoch, den 14.04

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 to folder wtf-webseite
git clone https://git.wtf-eg.de/ag_kommunikation/webseite.git wtf-webseite

# change to repo
cd wtf-webseite

# install lfs
git lfs install

# download all LFS files
git lfs fetch

# 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.