+1
-1
content/_index.md
+1
-1
content/_index.md
···-<img src="/pfps/starry.webp" alt="an image of kieran holding a white kitten" width="512" height="512"/>+<img src="/pfps/starry.webp" alt="an image of kieran holding a white kitten" width="512" height="512" class="u-photo"/>
+6
-6
content/verify.md
+6
-6
content/verify.md
···-* [Hackclub Slack](https://hackclub.com/slack/): [@krn](https://hackclub.slack.com/team/U062UG485EE) (display name changes quite often though) with userID `U062UG485EE`-* Matrix: [@kieran:dumpsterfire.icu](https://matrix.to/#/@kieran.matrix.dumpsterfire.icu) or [@sclacker:matrix.org](https://matrix.to/#/@sclacker:matrix.org) (i'm active on here once in a bluemoon so this isn't a great way to contact me urgently)+* Github: <a href="https://github.com/taciturnaxolotl" rel="me">@taciturnaxolotl</a> (formerly @kcoderhtml)+* <a href="https://hackclub.com/slack/">Hackclub Slack</a>: <a href="https://hackclub.slack.com/team/U062UG485EE" rel="me">@krn</a> (display name changes quite often though) with userID `U062UG485EE`+* Mastodon: <a href="https://social.dino.icu/@taciturnaxolotl" rel="me">@taciturnaxolotl@social.dino.icu</a>+* Youtube: <a href="https://www.youtube.com/@wanderer.archives" rel="me">@wanderer.archives</a>+* Matrix: <a href="https://matrix.to/#/@kieran.matrix.dumpsterfire.icu" rel="me">@kieran:dumpsterfire.icu</a> or <a href="https://matrix.to/#/@sclacker:matrix.org" rel="me">@sclacker:matrix.org</a> (i'm active on here once in a bluemoon so this isn't a great way to contact me urgently)
+19
templates/head.html
+19
templates/head.html
···<script async src="https://abacus.jasoncameron.dev/hit/dunkirk.sh/counter{%- if url | split(pat='/') | slice(start=3) | join != '' -%}-{{url | split(pat='/') | slice(start=3) | join(sep=' ') | slugify}}{%- endif -%}?callback=cb"></script>+{% set time = now() | date(format="%s") | int - 1209254400 %}{{ time / 31536000 | round(method="floor") }}, typescript nerd, videographer, frc programmer, semi retired fpv pilot+<img class="u-photo" src="/pfps/starry.webp" alt="an image of kieran holding a white kitten" />
+1
-1
templates/shortcodes/age.md
+1
-1
templates/shortcodes/age.md
···-{% set result = 1 %}{% for _ in range(end=length) %}{% set_global result = result * 10 %}{% endfor %}{% set time = now() | date(format="%s") | int - 1209254400 %}{{ time / 31536000 * result | round() / result }}+{% set time = now() | date(format="%s") | int - 1209254400 %}{{ (time / 31536000) | round(method="floor", precision=length) }}