makesite

You can use Git to clone the repository via the web URL. Download snapshot (zip)
 
descriptionModified static site/blog generator for my own use.
last changeSun, 25 Aug 2024 00:08:03 +0000 (02:08 +0200)
shortlog
2024-08-25 Julian FietkauSort video subtitles matching article language to the top master
2024-08-23 Julian FietkauAdd support for multiple subtitle languages on one...
2024-08-19 Julian FietkauMore sophisticated CSS selector mapping for slides...
2024-08-15 Julian FietkauDo not open all links in downloaded slides in new tabs
2024-08-14 Julian FietkauAdd support for embedding figures in HTML slides
2024-08-14 Julian FietkauImprovements to standalone slide rendering and general...
2024-08-14 Julian FietkauAdd initial support for inline HTML slides
2024-08-08 Julian FietkauAlays add HTML content for publications if it exists
2024-08-08 Julian FietkauAllow publication PDF downloads before official publica...
2024-05-05 Julian FietkauBlog posts with representative images now get informati...
2024-05-02 Julian FietkauPhase out datetime.utcnow() for timezone-aware datetime...
2024-04-18 Julian FietkauAspect ratio not yet needed for posters
2024-04-18 Julian FietkauProvide metadata for posters (like for slides)
2024-03-22 Julian FietkauProvide hashes for individual presentation slides
2024-03-22 Julian FietkauPreserve existing slide metadata instead of wiping...
2024-03-22 Julian FietkauSlides are now also provided as individual images with...
...
readme

makesite.py

Forked from Sunaina Pai's makesite and customized/extended to suit my needs.

This script is what builds my website in its entirety. This code is highly specific to the sections and contents I use and I expect that not very much of it will be useful to other people. Nonetheless, since the original project is MIT licensed, I'll keep that going and offer my modified code under MIT as well.