|
You are here |
ryantrimble.com | ||
| | | | |
www.maxpou.fr
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Using framework magic in the pursuit of laziness. | |
| | | | |
alexmuraro.me
|
|
| | | 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 [...] | ||