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?
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/zera
- Owner: taciturnaxolotl
- License: agpl-3.0
- Created: 2024-10-11T00:42:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:45:22.000Z (8 months ago)
- Last Synced: 2025-04-06T06:08:13.682Z (8 months ago)
- Topics: blog, site, zola
- Language: HTML
- Homepage: https://dunkirk.sh
- Size: 7.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
My site v4 (i think)

## 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.

## 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`.
© 2024-present Kieran Klukas