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.

feat: update pfp

+8 -5
+1 -1
content/_index.md
··· 2 2 +++ 3 3 4 4 <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 2rem;"> 5 - <img src="/pfps/dithered-fall.webp" alt="A photo of kieran wearing a black hoodie set against chaotic, mosaic-like background of orange, blue, brown, and black pixels." width="512" height="512" class="u-photo"/> 5 + <img src="/pfps/fall-pixelated-dithered.webp" alt="A dithered photo in muted blacks, cremes, and dark indigos of kieran with a hoodie set against a mosaic-like background" width="512" height="512" class="u-photo"/> 6 6 {{ is() }} 7 7 </div> 8 8
+4
content/pfp.md
··· 6 6 7 7 # 2026 8 8 9 + ![A dithered photo in muted blacks, cremes, and dark indigos of kieran with a hoodie set against a mosaic-like background](/pfps/fall-pixelated-dithered.webp) 10 + 11 + March 2nd 2026 to April 21st 2026 12 + 9 13 ![A photo of kieran wearing a black hoodie set against chaotic, mosaic-like background of orange, blue, brown, and black pixels.](/pfps/dithered-fall.webp) 10 14 11 15 # 2025
static/pfps/fall-pixelated-dithered.webp

This is a binary file and will not be displayed.

+3 -4
templates/head.html
··· 122 122 <link rel="me" href="https://www.youtube.com/@kieran.rambles" /> 123 123 <link rel="me" href="https://keyoxide.org/aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A" /> 124 124 <link rel="me" href="https://serif.blue" /> 125 - <meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" /> 126 125 127 126 <link rel="indieauth-metadata" href="https://indiko.dunkirk.sh/.well-known/oauth-authorization-server" /> 128 127 <link rel="authorization_endpoint" href="https://indiko.dunkirk.sh/auth/authorize" /> ··· 141 140 <p class="p-sex">male</p> 142 141 <p class="p-note"> 143 142 {% set time = now() | date(format="%s") | int - 1209254400 %}{{ time / 31536000 | round(method="floor") }}, 144 - typescript nerd, videographer, frc programmer, semi retired fpv pilot 143 + nix nerd, photographer, hardware kid, cyber operator 145 144 </p> 146 145 <a class="u-email" href="mailto:me@dunkirk.sh" rel="me">me@dunkirk.sh</a> 147 146 <div class="p-adr h-adr"> 148 147 <span class="p-country-name">United States of America</span> 149 148 </div> 150 - <img class="u-photo" src="/pfps/dithered-fall.webp" 151 - alt="A photo of kieran wearing a black hoodie set against chaotic, mosaic-like background of orange, blue, brown, and black pixels." /> 149 + <img class="u-photo" src="/pfps/fall-pixelated-dithered.webp" 150 + alt="A dithered photo in muted blacks, cremes, and dark indigos of kieran with a hoodie set against a mosaic-like background" /> 152 151 </div>