the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix rel=me

+8 -7
+6 -6
content/verify.md
··· 12 12 13 13 # accounts 14 14 15 - * Github: <a href="https://github.com/taciturnaxolotl" rel="me">@taciturnaxolotl</a> (formerly @kcoderhtml) 16 - * <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` 17 - * Bluesky: <a href="https://bsky.app/profile/dunkirk.sh" rel="me">@dunkirk.sh</a> 18 - * Mastodon: <a href="https://social.dino.icu/@taciturnaxolotl" rel="me">@taciturnaxolotl@social.dino.icu</a> 19 - * Youtube: <a href="https://www.youtube.com/@wanderer.archives" rel="me">@wanderer.archives</a> 20 - * 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) 15 + * Github: [@taciturnaxolotl](https://github.com/taciturnaxolotl) (formerly @kcoderhtml) 16 + * [Hackclub Slack](https://hackclub.com/slack/): [@krn](https://hackclub.slack.com/team/U062UG485EE) (display name changes quite often though) with userID `U062UG485EE` 17 + * Bluesky: [@dunkirk.sh](https://bsky.app/profile/dunkirk.sh) 18 + * Mastodon: [@taciturnaxolotl@social.dino.icu](https://social.dino.icu/@taciturnaxolotl) 19 + * Youtube: [@wanderer.archives](https://www.youtube.com/@wanderer.archives){rel="me"} 20 + * 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 blue moon so this isn't a great way to contact me urgently) 21 21 * Signal: `verox.89` 22 22 * Phone #: *Do you really think i'm going to publicly share that?*
+2 -1
templates/head.html
··· 99 99 <link rel="me" href="https://social.dino.icu/@taciturnaxoltol" /> 100 100 <link rel="me" href="https://github.com/taciturnaxolotl" /> 101 101 <link rel="me" href="https://bsky.app/profile/dunkirk.sh" /> 102 + <link rel="me" href="https://www.youtube.com/@wanderer.archives" /> 102 103 <meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" /> 103 104 104 105 <div class="h-card" style="display:none"> ··· 112 113 <p class="p-note"> 113 114 {% set time = now() | date(format="%s") | int - 1209254400 %}{{ time / 31536000 | round(method="floor") }}, typescript nerd, videographer, frc programmer, semi retired fpv pilot 114 115 </p> 115 - <a class="u-email" href="mailto:contact@dunkirk.sh">contact@dunkirk.sh</a> 116 + <a class="u-email" href="mailto:me@dunkirk.sh" rel="me">me@dunkirk.sh</a> 116 117 <div class="p-adr h-adr"> 117 118 <span class="p-country-name">United States of America</span> 118 119 </div>