This is my freelancing website, built with Eleventy, using my Eleventy Excellent starter.
This is my personal website. I use a lot of code fragments that smarter people than me have come up with - thanks to writing about it, or keeping their code open source. I'm happy to share my code as well! Please feel free to use parts of the code of this website in your own projects, but please don't copy the page completely, as it's not meant to be a template.
Andy Bell
I like working with Andy's CSS methodology CUBE, going hand in hand with Every Layout. Andy has published an approach that incorporates Tailwind CSS into his methodology, as a tool to create custom utility classes. This workflow is built into my website, and really all websites I am building since discovering it. Also, I learned much about how to use Eleventy in 2020 with Andy's (now free) course.
Heydon Pickering
Heydon is great. Read their books, their blog, and watch those videos.
Zach Leatherman
Zach is developing Eleventy!
Ryan Mulligan
When learning webC, Ryan's website was crucial for me to understand it.
Pablo Stanley
Pablo is the creator of the avatars of this website. Their hand-drawn illustration library Open Peeps is just great.
Ekrem Elmas
I'm using Ekrem's hand drawn icon set.
Stephanie Eckles
Stephanie provides a lot of resources for Eleventy and modern CSS that inspired me to learn and yimprove.
Max Böck and Sia Karamalegos
I followed the tutorials from Max and Sia to implement Webmentions on this site.
- https://sia.codes/posts/webmentions-eleventy-in-depth/max
- https://mxb.dev/blog/using-webmentions-on-static-sites/
Bernard Nijenhuis
The open graph images are generated automatically: First a SVG is created for every post, which is then converted to JPEG. I learned how to do that with Bernard's article.
Aleksandr Hovhannisyan
Aleksandr is an inspiration for good code organization. The 301 redirect solution I'm using is from their blog.
- https://github.com/AleksandrHovhannisyan
- https://www.aleksandrhovhannisyan.com/blog/eleventy-netlify-redirects/
Vadim Makeev
I built my light switch based on Vadim's article.