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-06-27 10:34:11 +02:00
.circleci copy CNAME into gh-pages 2019-06-01 16:10:14 +02:00
content/pages added opt-out page 2019-06-25 20:47:39 +02:00
theme clean up css 2019-06-27 10:34:11 +02:00
.gitignore prepare project structure for deployment 2019-05-31 16:57:57 +02:00
CNAME add CNAME 2019-06-01 16:05:55 +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 update page description 2019-06-01 14:19:43 +02:00
publishconf.py update production SITEURL 2019-06-01 16:06:24 +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