Add social page with archived mastodon posts, move source to /site

This commit is contained in:
天クマ 2026-07-04 16:57:55 -03:00
commit 648869bf76
40 changed files with 58 additions and 2 deletions

6
site/_includes/text.njk Normal file
View file

@ -0,0 +1,6 @@
---
layout: base.njk
---
<main class="fullWidth">
{{ content | safe }}
</main>