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: change profile picture on the site

+15 -4
.DS_Store

This is a binary file and will not be displayed.

+3 -2
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="https://cachet.dunkirk.sh/users/U062UG485EE/r" alt="kieran with a white and gray spotted kitten with a grainy background and star dust" width="512" height="512" class="u-photo"/> 5 + <img src="/pfps/hands.jpg" alt="kieran with his hands framing his face wearing a frc rebuilt shirt" width="512" height="512" class="u-photo"/> 6 6 {{ is() }} 7 7 </div> 8 8 ··· 11 11 Erlo! My name is Kieran Klukas and i'm a homeschooled coder who is {{ age(length=0) }} years old and loves film making, fpv, and typescript :) 12 12 13 13 > init.ts 14 + 14 15 ```ts 15 16 const kieran = { 16 17 name: "kieran klukas", ··· 20 21 } 21 22 ``` 22 23 23 - this site has page hits (<code id="visits">0</code> and counting) via [abacus](https://jasoncameron.dev/abacus/) but they are completely anonymous and just http requests! 24 + this site has page hits (<code id="visits">0</code> and counting) via [abacus](https://jasoncameron.dev/abacus/) but they are completely anonymous and just http requests! 24 25 25 26 # Want to talk to me? 26 27
+11 -1
content/pfp.md
··· 6 6 7 7 # 2025 8 8 9 - February 27th to Present 9 + September 13th till present 10 + 11 + ![kieran with his hands framing his face](/pfps/hands.jpg) 12 + 13 + June to September 13th 14 + 15 + dynamically updating varient of the starry background one with the cat; the background would change with the time. 16 + 17 + {{ bluesky(post="https://bsky.app/profile/serif.blue/post/3lqncouklcc2e") }} 18 + 19 + February 27th to June 10 20 11 21 ![kieran with an orange cast in a polaroid over a pinkish background](/pfps/instsqc-rat-pfp.webp) 12 22
static/pfps/hands.jpg

This is a binary file and will not be displayed.

+1 -1
templates/head.html
··· 133 133 <div class="p-adr h-adr"> 134 134 <span class="p-country-name">United States of America</span> 135 135 </div> 136 - <img class="u-photo" src="https://cachet.dunkirk.sh/users/U062UG485EE/r" alt="kieran with a white and gray spotted kitten with a grainy background and star dust" /> 136 + <img class="u-photo" src="/pfps/hands.jpg" alt="kieran with a white and gray spotted kitten with a grainy background and star dust" /> 137 137 </div>