Mike Street 13 posts
Author: MIKE STREET (13 posts)
Website of Mike Street, Lead Developer and CTO from England
2023
I tried to generate OG images during build and it ended up taking a long time
2021
RSS is XML with a specification, however not all RSS feeds follow the spec. In this post, we process the feed as an XML document meaning we can access the extra attributes and values
Using 11ty global data files, we create an 11ty collection from an RSS feed. As an example, we show the latest YouTube videos on our website
Using 11ty Global data files, you can make collections from JSON APIs, allowing you to make whole websites from one endpoint
I rebuilt my beer review website using a JSON API and 11ty. This is a rundown of how I tackled it
There are plenty of ways to get your 11ty site live depending on preferences and skill set, this blog walks through a few of the popular ones including Gitlab pages, Vercel, Netlify and Cloudflare pages
List all of your posts (or other collection items) in a calendar/diary format to give a timeline of your past
Learn how to schedule blog posts and other items to go live with your static site generator without having to rebuild the whole site. Get all the benefits of a dynamic CSS with static files
2020
I spent the week converting Behind the Source from Craft to Eleventy (a static site generator). Will I use it again?
Walking through setting up Homebrew on your Mac, so you can install NPM and Eleventy.