16th February 2023
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
Showing posts from the category "11ty"
16th February 2023
I tried to generate OG images during build and it ended up taking a long time
14th January 2023
Looking for a NetlifyCMS alternative to commit changes to the same repo, I stumbled upon TinaCMS
29th July 2022
Learn to add Netlify CMS to an existing 11ty site to make editing your posts easier
10th June 2022
This blog has been running on 11ty for 2 years. With version 1.0 being released at the beginning of 2022, I thought it about time I upgraded
26th July 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
12th July 2021
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
28th June 2021
Using 11ty Global data files, you can make collections from JSON APIs, allowing you to make whole websites from one endpoint
31st May 2021
I rebuilt my beer review website using a JSON API and 11ty. This is a rundown of how I tackled it
17th May 2021
11ty filters can exist as JS functions inside the declared filters directory - these can be accessed by other files not processed by 11ty
19th April 2021
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
15th April 2021
I published an NPN package the other day which contains some everyday 11ty utils
12th April 2021
List all of your posts (or other collection items) in a calendar/diary format to give a timeline of your past
5th April 2021
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
15th February 2021
Laravel Mix is a great asset compiler from the creators of Laravel - but you don't have to be using their framework to benefit from it. This blog walks through setting it up to run with 11ty.
7th October 2020
I spent the week converting Behind the Source from Craft to Eleventy (a static site generator). Will I use it again?