/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ryantrimble.com
| | www.maxpou.fr
4.2 parsecs away

Travel
| | How I migrated my website from Gatsby.js to Astro. What I liked about Astro and some problems I encountered during the migration.
| | alexop.dev
4.0 parsecs away

Travel
| | I built a simple way to load my blog content into any LLM with one click. This post shows how you can do it too.
| | blog.damato.design
4.9 parsecs away

Travel
| | Using framework magic in the pursuit of laziness.
| | alexmuraro.me
34.0 parsecs away

Travel
| I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...]