feat: I found my old blog

It only had 2 posts, but whatever
This commit is contained in:
2025-04-13 19:48:15 +02:00
parent 796f5ac759
commit 479a1a3d27
8 changed files with 1880 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
demo:
docker build -t wip .
docker run --rm -it -p 8080:8080 wip hugo serve --bind 0.0.0.0 --port 8080