You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
noisicaa/website
Ben Niemann 7011658cf1 Blog post: Development update (January 3) 3 years ago
..
blog Blog post: Development update (January 3) 3 years ago
css Tweak website CSS. 4 years ago
img Blog post: Development update (January 3) 3 years ago
js Initial website sources. 4 years ago
templates Blog post: Development update (January 3) 3 years ago
README.md Blog post: waf migration 4 years ago
imprint.md Initial website sources. 4 years ago
index.md Add screenshot to home page. 4 years ago
robots.txt Initial website sources. 4 years ago
siteconf.py Blog post: Development update (July 6) 4 years ago

README.md

This is the source code for the http://noisicaa.odahoda.de/ website.

Note that it's using a static site generator called odasite, which is currently not publically available, so the following instructions only work for myself.

Install odasite

venv/bin/pip install -e ~/projects/odasite

Editing

cd website/
../venv/bin/python -m odasite serve

View website at http://localhost:8000/

Upload

../venv/bin/python -m odasite remote-diff  # Review changes
../venv/bin/python -m odasite upload