all: rebuild nikola build rebuild: rm -rf git dump ./export.py rm git/pages/updates.md nikola: venv/bin/nikola init -q git cp site/conf.py git cd git; nikola plugin -i localsearch cd git; nikola theme -n ccc --parent=bootstrap4 cp -r site/themes/ccc git/themes/ cp -r site/data site/shortcodes git/ cp -r site/index.rst site/index.en.rst site/search.html site/cpu site/themen git/pages/ build: cd git; nikola build --backend=sqlite3