2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
website/homepage
2019-12-12 20:30:03 +01:00
..
content/pages interim blog page, update Offen notation 2019-12-12 20:30:03 +01:00
plugins remove sitemap update robots.txt 2019-10-20 08:38:31 +02:00
theme interim blog page, update Offen notation 2019-12-12 20:30:03 +01:00
Makefile use shared style across homepage and auditorium 2019-07-26 10:48:38 +02:00
pelicanconf.py interim blog page, update Offen notation 2019-12-12 20:30:03 +01:00
postcss.config.js add autoprefixer to css pipeline 2019-10-27 12:53:26 +01:00
publishconf.py use homepage for generating events in local development 2019-09-27 20:49:44 +02:00
README.md import homepage repository 2019-07-25 15:51:18 +02:00
requirements.txt add autoprefixer to css pipeline 2019-10-27 12:53:26 +01: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