2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage
2022-02-03 11:16:01 +01:00
..
content Update 0210-offen-protocol.md 2022-01-17 15:54:21 +01:00
plugins update pelican, remove vendored plugin 2021-01-11 21:20:43 +01:00
theme Update index.html 2022-02-03 11:16:01 +01:00
Makefile use shared style across homepage and auditorium 2019-07-26 10:48:38 +02:00
pelicanconf.py add new article 2022-01-13 14:39:46 +01:00
postcss.config.js use cssnano instead of cssmin for building css 2020-02-23 15:58:00 +01:00
publishconf.py include article content in rss feed 2021-03-04 09:37:39 +01:00
README.md import homepage repository 2019-07-25 15:51:18 +02:00
requirements.txt install pip package via https 2021-11-02 20:38:03 +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