An open API service indexing awesome lists of open source software.

https://github.com/taciturnaxolotl/zera

my new site v4?
https://github.com/taciturnaxolotl/zera

blog site zola

Last synced: 7 months ago
JSON representation

my new site v4?

Awesome Lists containing this project

README

          


site@zera


My site v4 (i think)



![screenshot of the website](https://raw.githubusercontent.com/taciturnaxolotl/zera/refs/heads/main/.github/images/preview.webp)



## 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](https://jasoncameron.dev/abacus/)
```html

function cb(res) {
const fmt = new Intl.NumberFormat('en', { notation: 'compact' });
const elements = document.querySelectorAll("[id='visits']");
elements.forEach(el => {
el.innerText = fmt.format(res.value);
el.title = res.value + " visits";
});
}

```
- Automatic OG image via a custom script using puppeteer.
![og image example](https://raw.githubusercontent.com/taciturnaxolotl/zera/refs/heads/main/static/blog/hilton-tomfoolery/og.png)

## Awesome projects that made this possible

Huge thanks to [Speyll/anemone](https://github.com/Speyll/anemone) for the template that helped me understand [Zola](https://www.getzola.org/)

This 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`.




&copy 2024-present Kieran Klukas