Öffentliche Webseite der WTF Kooperative eG
Go to file
Stephan d940444fdc Moved navigation to separate block and fixed highlighting of active page.
Highlighting is done via color (orange) and typography (underline) on purpose to make it recognizable even if one can't see colors properly.
2021-04-11 16:08:56 +02:00
assets Moved navigation to separate block and fixed highlighting of active page. 2021-04-11 16:08:56 +02:00
content Added proper heading to 'Aktuelles' page. 2021-04-11 10:10:01 +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 Moved navigation to separate block and fixed highlighting of active page. 2021-04-11 16:08:56 +02:00
.gitattributes Add Podcast Data 2021-03-31 20:47:44 +02:00
.gitignore erster Blogpost Version 0.9 2021-04-06 23:21:45 +02:00
LICENCE ADD MIT License 2021-02-16 21:36:01 +01:00
README.md Improve readme 2021-04-08 21:26:00 +02:00
wtf-eg.lektorproject Add preview deploy server 2021-02-19 00:01:58 +01:00

README.md

Öffentliche Seite der WTF eG

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

Preview im Internet

preview.wtf-kooperative.de

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