add parser for blog articles

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:22:16 +02:00
parent 5147b61c9d
commit 333211d4d0
5 changed files with 427 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
go 1.25
use (
.
go-sqlite3
goldmark
)