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 the about me section

+22 -11
+22 -11
content/_index.md
··· 8 8 9 9 # About me 10 10 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 :) 11 + Erlo! My name is Kieran Klukas i'm {{ age(length=0) }} years old and love cyber, anything with micro-controllers, obscure languages, nix :nix:, and yummy food :) 12 + 13 + > flake.nix 12 14 13 - > init.ts 15 + ```nix 16 + { 17 + description = "a short bit about me"; 14 18 15 - ```ts 16 - const kieran = { 17 - name: "kieran klukas", 18 - age: {{ age(length=2 comma=true) }} 19 - education: ["Homeschooled", "Dual Enrollment"], 20 - favFoods: ["lo mein", "bacon fried rice", "pretty much any meat"] 19 + outputs = { self, ... }: 20 + let 21 + kieran = rec { 22 + name = "Kieran Klukas"; 23 + pronouns = "he/him"; 24 + aliases = [ "taciturnaxolotl" "krn" ]; 25 + location = "Westerville, Ohio, USA"; 26 + hobbies = [ "frc" "ctfs" "random side projects"]; 27 + }; 28 + in 29 + { 30 + inherit kieran; 31 + }; 21 32 } 22 33 ``` 23 34 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! 35 + 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 so no sketchy analytics here! 25 36 26 37 # Want to talk to me? 27 38 28 - Do you want to hire me for a project? If you just have a question or want to talk I'll still answer (admittedly more slowly ^-^). 39 + I'm open to projects or just random questions! Feel free to reach out with any of the following or anything on [/verify](/verify) 29 40 30 41 - Email: [me@dunkirk.sh](mailto:me@dunkirk.sh) 31 42 - Hackclub Slack: [@krn](https://hackclub.slack.com/team/U062UG485EE) (only if you are a highschooler or younger; [join here](https://hackclub.com/slack/)) 32 - - If you just want to know when I make a new post then you can subscribe to the [rss](rss.xml) feed ^-^ 43 + - If you just want to know when I make a new post then you can subscribe to the [:rss:](rss.xml) feed