11:33 PM
v1.3 release will primarily target category tags with various organization improvements.
Chunking already works for main feed, so it will be pretty easy to...
v1.3 release will primarily target category tags with various organization improvements.
Chunking already works for main feed, so it will be pretty easy to...
Chunking & overflow & href resolution all work great!
Still have to figure out how to deal with images. Might just use absolute paths from vmhl87.github.io/starship root and hope I don't change the repo name in the future or something :P
Chunking is now working on my personal Starship instance. Every block of 40 posts results in the creation of a new chunk. The index.html page contains 40 posts + however much overflow exists from new posts.
Currently propagating changes over to main branch; I might post again after that.
Hello from Starship v1 publish.py! 🔥
All v1 targets have been reached. Next, I'll add a chunking system and tag support.
Man, if only I could import remote html with a text/html script element. Would make this so much easier.
If it is possible to import html directly through a script tag, and have it interact normally with the rest of the page, copying CSS styling and all that...
Starship source here
In an ideal world, Starship would run in C.
However, compatibility is important. The current build system uses a collection of primarily Python scripts to collate static blog content.
Starship v1 is completely static. However, this won't scale well long-term, so...
Styling finished. Everything looks good! 🔥