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 changeFri, 1 Nov 2024 23:53:45 +0000 (00:53 +0100)
shortlog
2024-11-01 Julian FietkauBugfix: publication identifiers re-added to share card... master
2024-10-29 Julian FietkauAllow creation of share card if no publication thumbnai...
2024-10-16 Julian FietkauAdd media git repositories to software template data
2024-10-16 Julian FietkauNew OpenGraph image cards for most non-overview, non...
2024-08-29 Julian FietkauAdd support for fietkau.me index.html easteregg
2024-08-25 Julian FietkauSort video subtitles matching article language to the top
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...
...
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.