My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas B b2959c258f add fallback urls to all include_url calls. improve http timeout handling. 2 months ago
.github/workflows update deprecated github workflow versions 2 months ago
input add fallback urls to all include_url calls. improve http timeout handling. 2 months ago
static randomly show gb cam avatar on index 2 months ago
.gitignore removed music link from header 4 years ago
README.md properly use base_url macro and set it for github mirror 7 months ago
localtest.sh add ble remote project 5 months ago
macros.py add fallback urls to all include_url calls. improve http timeout handling. 2 months ago
page.html add render timestamp to page template 3 months ago
poole.py fixes for py2 py3 compat 8 months ago
video-thumb publish laser engraver page. add video-thumb script. 2 years ago
web-image-resize include web-image-resize and call automatically if needed 2 years ago

README.md

Website

This is the repo for my website xythobuz.de. It uses an (old, modified) version of poole ported to run on both Python 2 and 3.

To run a local test instance call the localtest.sh script. This is also a good starting point for integration into a CI workflow.

An automated cloud mirror on GitHub is available on xythobuz.github.io.

Includes SHJS and lightGallery.

To Do

All large static files (photos, videos) are just put into this git repo. That was never a good idea and should probably be changed…