Posts categorized under: Packaging

Serving a static blog from a Snap

Out of curiosity, I decided to try and package this blog as a snap package, and it turns out to be an extremely easy and convenient way to deploy a static blog!

An image of fingers snapping, with the caption "aw
snap"

Why?

There are several advantages that the snappy packaging format bring to the table as far as applications …

Building a very simple debian package

I sometimes read "building packages X is much easier than building .debs".

While it is probably true that building a debian package is a little more involved than other systems, the debian packaging system adds a lot of value for end users, and properly packaged applications is what makes the …