2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage
2019-09-19 14:20:52 +02:00
..
content/pages update internal auditorium link 2019-09-09 21:48:27 +02:00
plugins add basic asset pipeline for pelican site 2019-08-30 13:08:06 +02:00
theme update homepage wording 2019-09-19 14:20:52 +02:00
.gitignore import homepage repository 2019-07-25 15:51:18 +02:00
Makefile use shared style across homepage and auditorium 2019-07-26 10:48:38 +02:00
pelicanconf.py fix deletion of outdated user keys 2019-09-10 09:28:44 +02:00
publishconf.py configure production environment 2019-09-11 12:55:17 +02:00
README.md import homepage repository 2019-07-25 15:51:18 +02:00
requirements.txt add basic asset pipeline for pelican site 2019-08-30 13:08:06 +02:00
tasks.py import homepage repository 2019-07-25 15:51:18 +02:00

offen.dev

Organization homepage

The site is using Pelican

Site development

Create a Python virtual environment using the tools of your choice and install the requirements. E.g.:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Serve the site locally on http://localhost:8000:

make devserver

License

MIT © Frederik Ring, Hendrik Niefeld