26th July 2021
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 the feed as an XML document meaning we can access the extra attributes and values
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
28th June 2021
The web industry thrives on “the big reveal” of new designs and websites but we don't believe that should ever be the case.
21st June 2021
Rather than client-side user authentication, this blog post works through how to catch a user authentication error with Nuxt
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
3rd May 2021
This quick block post shows how to upload an image to Cloudinary using PHP, using their provided SDK
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