Skip to content

my new site v4?

License

Notifications You must be signed in to change notification settings

taciturnaxolotl/zera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22f2561 · · Aug 29, 2025

History

217 Commits
Aug 13, 2025
Aug 6, 2025
Mar 29, 2025
Feb 16, 2025
Aug 29, 2025
Aug 13, 2025
Aug 13, 2025
Aug 6, 2025
Aug 6, 2025
May 13, 2025
Oct 12, 2024
Aug 13, 2025
Aug 6, 2025
May 13, 2025
May 28, 2025
May 28, 2025
Oct 31, 2024

Repository files navigation

site@zera

My site v4 (i think)

screenshot of the website

Special Features

  • The whole website can be statically rendered in ~93ms
  • Deployed via cloudflare pages with a total push to deploy time of ~20s
  • blazing fast privacy preserving view counter with abacus
script>gt;
     function cb(res) {
         const fmt = new Intl.NumberFormat('en', { notation: 'compact' });
         const elements = document.querySelectorAll("[id='visits']");
         elements.forEach(el =>gt; {
             el.innerText = fmt.format(res.value);
             el.title = res.value + " visits";
         });
     }

script>gt;

script async src="https://abacus.jasoncameron.dev/hit/namespace/counter?callback=cb">gt;script>gt;
  • Automatic OG image via a custom script using puppeteer.
    og image example

Awesome projects that made this possible

Huge thanks to Speyll/anemone for the template that helped me understand Zola

This site's theme is based off of the awesome project Speyll/suCSS/ with my own flavoring on top and the code theme is based off of uncomfyhalomacro/catppuccin-zola modified to work with data-theme (and then removed again lol).

© 2024-present Kieran Klukas