This site went through a few iterations. The current version is based on Astro, starting from the AstroPaper theme.
I use Obsidian to write Markdown files, so I initially looked for static-site generators that integrated with Obsidian. The alternatives of this kind I considered are:
- Flowershow
- Quartz
- Obsidian Digital Garden
In the end, I decided to simply use a framework like Astro and use a script to convert the files to publish from Obsidian to a format more compatible with Astro’s Markdown flavour. This way, if I end up moving away from Obsidian at some point, I should not need to change the main tool that I use for my website.
Fonts
- Atkinson Hyperlegible: all non-monospace text
- Iosevka:
monospace text
- Jack’s Candlestick: 404 page (inspiration: Death Grips - No Love music video)
Previous versions
v2: ohmnaut.com (2021)
Stack
- Hugo
- TypeScript
- Hosted on GitHub Pages
Screenshots
v1: erronort.com (2020)
Stack
- Next.js
- TypeScript
- Hosted on Vercel, then GitHub Pages