Adding Comments to Eleventy Website with Google Sheets and Forms
May 10, 2021
Tech
During my latest redesign of my website, I explored Static Site Generators and ended up using eleventy. Contrary to popular belief, a static websit...
Creating content cards using CSS grids in eleventy
May 22, 2021
Tech
I have always avoided CSS grids and preferred using flexboxes in places where grids would have been the better choice. I finally decided to overcom...
Adding push notifications to static sites
Jun 5, 2021
Tech
While reading about cloudflare workers, I had this thought of can I use this to trigger push notifications for my static site that has a blog. That...