Öffentliche Webseite der WTF Kooperative eG
Go to file
L3D 05e1fc6888
try to initialize drone connection
2021-06-06 15:25:09 +02:00
assets Improved kerning of white wtf logo. Converted text to curves. 2021-05-23 15:15:25 +02:00
content Merge pull request 'datenschutz_update' (#55) from datenschutz_update into main 2021-05-27 22:05:12 +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 update asseturl construct 2021-05-24 02:37:07 +02:00
.drone.yml try to initialize drone connection 2021-06-06 15:25:09 +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 Mention of 2nd contributor in licence file. 2021-05-24 18:01:39 +02: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.