feat: 🎉 initial commit

This commit is contained in:
Sebin Nyshkim 2024-10-11 21:47:59 +02:00
commit b3003321c9
35 changed files with 9015 additions and 0 deletions

7
src/layouts/page.njk Normal file
View file

@ -0,0 +1,7 @@
---
layout: base.njk
---
<section class="blogpost">
{{ content | safe }}
</section>