13 posts by Mike Street
Take your 11ty build from 1 second to 2 minutes by generating OG images
I tried to generate OG images during build and it ended up taking a long time
Mike Street · Feb 16, 2023
Categories: Images Social Media
Looking for a NetlifyCMS alternative to commit changes to the same repo, I stumbled upon TinaCMS
Mike Street · Jan 14, 2023
Add Netlify CMS to an existing 11ty site
Learn to add Netlify CMS to an existing 11ty site to make editing your posts easier
Mike Street · Jul 29, 2022
Making an 11ty collection from a remote XML file
RSS is XML with a specification, however not all RSS feeds follow the spec. In this post, we process...
Mike Street · Jul 26, 2021
Categories: Collections How to... Remote Data
Create an 11ty collection from any RSS feed
Using 11ty global data files, we create an 11ty collection from an RSS feed. As an example, we show...
Mike Street · Jul 12, 2021
Categories: Collections How to... Remote Data
Creating an 11ty collection from a JSON API
Using 11ty Global data files, you can make collections from JSON APIs, allowing you to make whole...
Mike Street · Jun 28, 2021
Categories: Collections Global Data How to...
Building Ale House Rock with 11ty
I rebuilt my beer review website using a JSON API and 11ty. This is a rundown of how I tackled it
Mike Street · May 31, 2021
Categories: Collections
Accessing 11ty filters within data files to keep your code DRY
11ty filters can exist as JS functions inside the declared filters directory - these can be accessed...
Mike Street · May 17, 2021
Get your Eleventy Site into the real world using a hosting provider like Netlify or Git pages
There are plenty of ways to get your 11ty site live depending on preferences and skill set, this...
Mike Street · Apr 19, 2021
Categories: Deployment How to...
Build an 11ty calendar to list all your posts
List all of your posts (or other collection items) in a calendar/diary format to give a timeline of...
Mike Street · Apr 12, 2021
Categories: Collections How to...
Using Cloudflare workers to publish your scheduled 11ty posts
Learn how to schedule blog posts and other items to go live with your static site generator without...
Mike Street · Apr 5, 2021
Categories: Deployment How to...
Converting Behind the Source to 11ty
I spent the week converting Behind the Source from Craft to Eleventy (a static site generator). Will...
Mike Street · Oct 7, 2020
Categories: Migrating to Eleventy
Setting up Homebrew, NPM and Eleventy on a fresh mac
Walking through setting up Homebrew on your Mac, so you can install NPM and Eleventy.
Mike Street · Oct 5, 2020
Categories: Configuration How to...