From 7820dee413f2e6537a7c0b33895390c2564e59a1 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 26 Mar 2022 09:41:09 +0100 Subject: [PATCH] feat: Add mkdisk to the list of projects --- content/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/_index.md b/content/_index.md index 401e8f9..28bf083 100644 --- a/content/_index.md +++ b/content/_index.md @@ -17,6 +17,7 @@ Self-hosting enthusiast, maintains some public services, loves Docker, Hitokage Some of my projects include: +- [mkdisk](https://github.com/ptrcnull/mkdisk) - Alpine Linux disk image builder for use in MicroVMs - [deobf](https://github.com/ptrcnull/deobf) - basic ECMAScript deobfuscator - [imagedrm](https://git.ddd.rip/ptrcnull/imagedrm) - library wrapping DRM as Go's draw.Image - [init](https://git.ddd.rip/ptrcnull/init) - Busybox-compatible init written in Go