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: personalize the home page

+19 -30
+18 -30
content/_index.md
··· 1 1 +++ 2 2 +++ 3 3 4 - ## Overview 5 - 6 - 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. 7 - 8 - > *"Useless blockquote"* 9 - 10 - ## Blog Posts 11 - 12 - To be created 13 - 14 - ## Tags 15 - 16 - Browse our posts by tags: 4 + <div style="display: flex; justify-content: center;"> 5 + <img src="/pfp.jpg" alt="an image of kieran holding a white kitten"/> 6 + </div> 17 7 18 - - [example](./tags/example) 8 + ## About me 19 9 20 - ## Code 10 + I'm a homeschooled coder who is {{ age(length=0) }} years old and loves film making, fpv, and typescript :) 21 11 22 - > typescript 12 + > init.ts 23 13 ```ts 24 - const stuff: string = "stuff" 14 + const kieran = { 15 + name: "kieran klukas" 16 + age: {{ age(length=2) }} 17 + education: ["Homeschooled", "Dual Enrollment"] 18 + favFoods: ["lo mein", "bacon fried rice", "pretty much any meat"] 19 + } 25 20 ``` 26 21 27 - ## Another List 28 - 29 - Discover additional content: 30 - 31 - - With Subitems 32 - - With Subsubitems 33 - - [Example Page](./about) 34 - - 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/) 35 - 36 - ## Online Presence 22 + ## Want to talk to me? 37 23 38 - Stay connected with us: 24 + 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). 39 25 40 26 - Email: [me@dunkirk.sh](mailto:me@dunkirk.sh) 41 - - Code Repositories: [kcoderhtml@github](https://github.com/kcoderhtml) 42 - - @{{insert random usrname}} anywhere else. 27 + - Matrix: [@kieran:dumpsterfire.icu](https://matrix.to/#/@kieran.matrix.dumpsterfire.icu) 28 + - Hackclub Slack: [@krn](https://hackclub.slack.com/team/U062UG485EE) (only if you are a highschooler or younger; [join here](https://hackclub.com/slack/)) 29 + 30 + _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
··· 1 + {% 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 }}