2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
Mirror of github.com/offen/website
Go to file
2019-05-31 17:08:03 +02:00
.circleci add circle config 2019-05-31 17:08:03 +02:00
content/pages prepare project structure for deployment 2019-05-31 16:57:57 +02:00
theme prepare project structure for deployment 2019-05-31 16:57:57 +02:00
.gitignore prepare project structure for deployment 2019-05-31 16:57:57 +02:00
LICENSE Create LICENSE 2019-05-21 14:06:37 +02:00
Makefile prepare project structure for deployment 2019-05-31 16:57:57 +02:00
pelicanconf.py prepare project structure for deployment 2019-05-31 16:57:57 +02:00
publishconf.py initial commit 2019-05-21 09:41:23 +02:00
README.md prepare project structure for deployment 2019-05-31 16:57:57 +02:00
requirements.txt prepare project structure for deployment 2019-05-31 16:57:57 +02:00
tasks.py initial commit 2019-05-21 09:41:23 +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