mirror of
https://github.com/offen/website.git
synced 2024-11-21 16:50:27 +01:00
.. | ||
content | ||
plugins | ||
theme | ||
Makefile | ||
pelicanconf.py | ||
postcss.config.js | ||
publishconf.py | ||
README.md | ||
requirements.txt | ||
tasks.py |
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