A fast and simple blog backend.
Go to file
Brian Picciano 961ab48ca7 WIP: implementing asset.Loader
the image loader is implemented, working on the archive loader, I left a
note in the HTTP code with that was left off.

Once implemented then the get asset methods in both http and gmi should
use the loader directly, rather than loading from the store and doing
transforms. This way gmi will also gain the image transformations and
archive loading that http has (though I dunno if it really needs it).
2023-04-15 21:35:06 +02:00
src WIP: implementing asset.Loader 2023-04-15 21:35:06 +02:00
.gitignore Remove all 'old nix' stuff, plus configs and unused dev environment 2022-11-27 22:02:20 +01:00
flake.lock Update go to 1.19 (by updating nixpkgs) 2023-04-15 20:19:08 +02:00
flake.nix Update go to 1.19 (by updating nixpkgs) 2023-04-15 20:19:08 +02:00
LICENSE.txt