Öffentliche Webseite der WTF Kooperative eG
Go to file
Stephan 3b9fc36c42 Added jinja2 filters via lektor plugin to enable debug prints. 2021-04-06 21:42:31 +02:00
assets Replaced layout <br>s via css. 2021-04-06 21:28:54 +02:00
content Replaced layout <br>s via css. 2021-04-06 21:28:54 +02:00
databags WIP: Restructured basic page and changed "Kunden" to "about" with basic content. 2021-03-16 18:26:42 +01:00
flowblocks Reenabled flow section on about page. 2021-03-21 15:15:03 +01:00
models Added image model to enable content files for images. 2021-04-06 21:22:36 +02:00
packages/jinja2-filters Added jinja2 filters via lektor plugin to enable debug prints. 2021-04-06 21:42:31 +02:00
templates Linked to single post or episodes via menu. 2021-04-06 21:22:36 +02:00
.gitattributes Add Podcast Data 2021-03-31 20:47:44 +02:00
.gitignore Added jinja2 filters via lektor plugin to enable debug prints. 2021-04-06 21:42:31 +02:00
LICENCE ADD MIT License 2021-02-16 21:36:01 +01:00
README.md Add some help 2021-03-18 22:14:51 +01: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

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.