Powered by Starship
🔥
New blog
v1.3 plans
Jul 2 2024
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...

read more

It works! :D
Jul 2 2024
6:15 PM

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!
Jul 2 2024
6:08 PM

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.

All systems go
Jul 2 2024
12:26 PM

Hello from Starship v1 publish.py! 🔥

All v1 targets have been reached. Next, I'll add a chunking system and tag support.

Previews!
Jul 2 2024
10:38 AM

Starship v1 is nearing completion. I've decided on a consistent format for drafts:

Drafts will be packaged as html snippets. Meta-information like title, tags, date, etc. are contained in a single html comment at the top of the draft file. For example:

...

read more

Wishful thinking
Jul 1 2024
10:24 PM

Man, if only I could import remote html with a text/html script element. Would make this so much easier.

One wonders...
Jul 1 2024
9:53 PM

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...

FOSS is cool
Jul 1 2024
7:36 PM

Starship source here

Thoughts
Jul 1 2024
5:03 PM

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...

read more

Hello World
Jul 1 2024
4:43 PM

Styling finished. Everything looks good! 🔥