···11+++
22+++
3344-## Overview
55-66-anemone theme is designed to provide a nearly no-JavaScript, efficient, and minimalist experience for your website. Embracing simplicity, the theme focuses on content and readability, ensuring a seamless user experience without unnecessary distractions.
77-88-> *"Useless blockquote"*
99-1010-## Blog Posts
1111-1212-To be created
1313-1414-## Tags
1515-1616-Browse our posts by tags:
44+<div style="display: flex; justify-content: center;">
55+ <img src="/pfp.jpg" alt="an image of kieran holding a white kitten"/>
66+</div>
1771818-- [example](./tags/example)
88+## About me
1992020-## Code
1010+I'm a homeschooled coder who is {{ age(length=0) }} years old and loves film making, fpv, and typescript :)
21112222-> typescript
1212+> init.ts
2313```ts
2424-const stuff: string = "stuff"
1414+const kieran = {
1515+ name: "kieran klukas"
1616+ age: {{ age(length=2) }}
1717+ education: ["Homeschooled", "Dual Enrollment"]
1818+ favFoods: ["lo mein", "bacon fried rice", "pretty much any meat"]
1919+}
2520```
26212727-## Another List
2828-2929-Discover additional content:
3030-3131-- With Subitems
3232- - With Subsubitems
3333- - [Example Page](./about)
3434-- this list is just the content of `content/_index.md`, the tests are shamelessly stolen from [no style, please!](https://www.getzola.org/themes/no-style-please/)
3535-3636-## Online Presence
2222+## Want to talk to me?
37233838-Stay connected with us:
2424+Do you want to hire me? (I will answer immediately :) If you just have a question or want to talk I'll still answer (admittedly more sadly).
39254026- Email: [me@dunkirk.sh](mailto:me@dunkirk.sh)
4141-- Code Repositories: [kcoderhtml@github](https://github.com/kcoderhtml)
4242-- @{{insert random usrname}} anywhere else.
2727+- Matrix: [@kieran:dumpsterfire.icu](https://matrix.to/#/@kieran.matrix.dumpsterfire.icu)
2828+- Hackclub Slack: [@krn](https://hackclub.slack.com/team/U062UG485EE) (only if you are a highschooler or younger; [join here](https://hackclub.com/slack/))
2929+3030+_I wouldn't count on reaching me via Matrix. I tend to check it once in a blue moon; email is probably your best bet._
static/pfp.jpg
This is a binary file and will not be displayed.
+1
templates/shortcodes/age.md
···11+{% 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 }}