diff --git a/.cache/mastodon.json b/.cache/mastodon.json index e212a59..fe2023a 100644 --- a/.cache/mastodon.json +++ b/.cache/mastodon.json @@ -1,5 +1,5 @@ { - "lastFetched": "2026-07-04T23:54:24.869Z", + "lastFetched": "2026-07-05T14:03:59.075Z", "posts": [ { "date": "2026-07-03T01:51:37.604Z", diff --git a/site/_data/i18n.cjs b/site/_data/i18n.cjs index a32e9e8..357d5ca 100644 --- a/site/_data/i18n.cjs +++ b/site/_data/i18n.cjs @@ -97,7 +97,8 @@ module.exports = { liked: "liked", changes: "changes", readingTime: "Reading time", - mastodonPageDescription: "This is an archive of all my Mastodon posts." + mastodonPageDescription: "This is an archive of all my Mastodon posts.", + addMe: "Add me" }, pt: { language: "português", @@ -170,6 +171,7 @@ module.exports = { liked: "curtiu", changes: "mudanças", readingTime: "Tempo de leitura", - mastodonPageDescription: "Essa página lista todas as minhas postagens do Mastodon." + mastodonPageDescription: "Essa página lista todas as minhas postagens do Mastodon.", + addMe: "Me adicionar" } }; \ No newline at end of file diff --git a/site/index.njk b/site/index.njk index 9bdb129..0c21367 100644 --- a/site/index.njk +++ b/site/index.njk @@ -46,7 +46,7 @@ layout: base.njk {{ i88x31("WEBP.gif") }} {{ i88x31("rainbowrain.gif") }} {{ i88x31("blasphemy.gif") }} - {{ i88x31("css3.gif") }} + {{ i88x31("wrongos.gif") }} {{ i88x31("best_viewed_with_open_eyes.gif") }} {{ i88x31("gnu-linux.gif") }} @@ -189,13 +189,15 @@ layout: base.njk
-

Friends

+

Hotlinks


{{ i88x31("mrnandokk.gif", i18n[langKey].mrnandoChannel, false) }} + {{ i88x31("appak.png", "appak", false) }}
+

{{ i18n[langKey].addMe }}?

diff --git a/site/misc/88x31/index.njk b/site/misc/88x31/index.njk index 62f9d32..62e3492 100644 --- a/site/misc/88x31/index.njk +++ b/site/misc/88x31/index.njk @@ -19,6 +19,8 @@ tags: misc

{{ t.me }}

{{ i88x31("tenkuma.gif") }} + {{ i88x31("tenkuma2.gif") }} + {{ i88x31("tenkuma-splash.gif") }} {{ i88x31("mrnandokk.gif") }}

{{ t.others }}

diff --git a/site/misc/about/index.njk b/site/misc/about/index.njk index 08cc8b8..204edbc 100644 --- a/site/misc/about/index.njk +++ b/site/misc/about/index.njk @@ -21,6 +21,7 @@ background: "bear3.jpg"
88x31.nl
dabamos.de
{{ t.neocitiesCommunity }}
+
88x31 generator
{{ t.clickSoundLabel }}
lilypids @ Myinstants
diff --git a/site/misc/bookmarks/index.njk b/site/misc/bookmarks/index.njk index ec34a11..343695b 100644 --- a/site/misc/bookmarks/index.njk +++ b/site/misc/bookmarks/index.njk @@ -30,7 +30,7 @@ backgroundOpacity: .2
{% for link in section.links %}
-
{{ link.name }}
+
{% ai link.link %}{{ link.name }}{% endai %}

{{ link.description[langKey] }} diff --git a/site/misc/hotlinking/en.json b/site/misc/hotlinking/en.json new file mode 100644 index 0000000..f3a17ac --- /dev/null +++ b/site/misc/hotlinking/en.json @@ -0,0 +1,5 @@ +{ + "pageTitle": "Hotlinking me", + "pageDescription": "Instructions and resources for other cool netizens linking me in their page.", + "intro": "You're here probably because you want to link me in your page, that's cooool! To help you I've compiled some resources and snippets that carry some of my visual identity. Of course you're free to modify, reupload or even not use these." +} \ No newline at end of file diff --git a/site/misc/hotlinking/index.njk b/site/misc/hotlinking/index.njk new file mode 100644 index 0000000..2d34e6e --- /dev/null +++ b/site/misc/hotlinking/index.njk @@ -0,0 +1,45 @@ +--- +layout: text.njk +pagination: + data: languages + size: 1 + alias: langKey +--- +{% from "macros.njk" import i88x31 with context %} + +
+
+

{{ t.pageTitle }}

+

{{ t.intro }}

+
+
+

88x31

+ {{ i88x31("tenkuma.gif") }} + {% highlight "html" %} + + {% endhighlight %} + {{ i88x31("tenkuma2.gif") }} + {% highlight "html" %} + + {% endhighlight %} + {{ i88x31("tenkuma-splash.gif") }} + {% highlight "html" %} + + {% endhighlight %} + +

HTML

+ +
+

tenkuma

+ Computer cursor arrow line drawing +
+
+ {% highlight "html" %} + +
+

tenkuma

+ Computer cursor arrow line drawing +
+
+ {% endhighlight %} +
\ No newline at end of file diff --git a/site/misc/hotlinking/pt.json b/site/misc/hotlinking/pt.json new file mode 100644 index 0000000..b0a9dc1 --- /dev/null +++ b/site/misc/hotlinking/pt.json @@ -0,0 +1,5 @@ +{ + "pageTitle": "Me linkando", + "pageDescription": "Instruções e recursos para outros internautas legais me colocarem nas suas páginas.", + "intro": "Você provavelmente veio aqui porque quer me linkar na sua página, que legaaaaal! Para te ajudar eu juntei uns recursos que carregam um pouco da minha identidade visual. Claro que você pode modificar, salvar ou nem usar eles." +} \ No newline at end of file diff --git a/static/images/88x31/appak.png b/static/images/88x31/appak.png new file mode 100644 index 0000000..1ad660d Binary files /dev/null and b/static/images/88x31/appak.png differ diff --git a/static/images/88x31/tenkuma-splash.gif b/static/images/88x31/tenkuma-splash.gif new file mode 100644 index 0000000..f4befbd Binary files /dev/null and b/static/images/88x31/tenkuma-splash.gif differ diff --git a/static/images/88x31/tenkuma2.gif b/static/images/88x31/tenkuma2.gif new file mode 100644 index 0000000..ed1e0a7 Binary files /dev/null and b/static/images/88x31/tenkuma2.gif differ diff --git a/static/images/88x31/wrongos.gif b/static/images/88x31/wrongos.gif new file mode 100644 index 0000000..d9b2dad Binary files /dev/null and b/static/images/88x31/wrongos.gif differ diff --git a/static/prism.css b/static/prism.css index a3b9ef3..e03e7e2 100644 --- a/static/prism.css +++ b/static/prism.css @@ -12,6 +12,7 @@ pre[class*="language-"] { font-size: 1em; text-align: left; white-space: pre; + overflow-x: auto; word-spacing: normal; word-break: normal; word-wrap: normal;