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

18
site/languages.njk Normal file
View file

@ -0,0 +1,18 @@
---
permalink: "/index.html"
layout: base.njk
langKey: "en"
---
<script src="{{ '/static/scripts/language.js' | url }}" defer></script>
<style>
#headerLinks {
display: none!important;
}
</style>
<main>
<h1 id="languageTitle">Pick a language</h1>
<ul id="languageList">
<li><a href="{{ '/en/' | url }}">English</a></li>
<li><a href="{{ '/pt/' | url }}">Português Brasileiro</a></li>
</ul>
</main>