the home site for me: also iteration 3 or 4 of my site
1# site@zera 2 3<figure align="center"> 4 <img src="https://github.com/kcoderhtml/zera/blob/master/.github/images/ss.png?raw=true" alt="screenshot of the website"/> 5 <figcaption><i>My site v4 (i think)</i></figcaption> 6</figure> 7 8## Special Features 9 10- The whole website can be statically rendered in `~93ms` 11- Deployed via cloudflare pages with a total push to deploy time of `~20s` 12- self hosted analytics with plausible, publicaly accessible at this [dashboard](https://nexus.kieranklukas.com/dunkirk.sh/) 13- Automatic OG image via a custom script using puppeteer. 14![og image example](https://github.com/kcoderhtml/zera/blob/master/.github/images/og.png?raw=true) 15 16## Awesome projects that made this possible 17 18Huge thanks to [Speyll/anemone](https://github.com/Speyll/anemone) for the template that helped me understand [Zola](https://www.getzola.org/) 19 20This site's theme is based off of the awesome project [Speyll/suCSS/](https://github.com/) with my own flavoring on top and the code theme is based off of [uncomfyhalomacro/catppuccin-zola](https://github.com/uncomfyhalomacro/catppuccin-zola) modified to work with `data-theme`. 21 22--- 23 24_© 2024 Kieran Klukas_ 25_Content Licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)_ 26_Code Licensed under [AGPL 3.0](LICENSE.md)_