Netlify 29 posts
Category: NETLIFY (29 posts)
2025
Introducing Brewventy: Your Coffee-Themed Eleventy Starter Kit
โDiscover Brewventy, a customizable coffee-themed Eleventy starter with dark/light modes, SCSS-driven theming, and built-in deployment workflows for effortless site launches.โ
By Kyle Reddoch (4 posts)
Scheduled deployments for Eleventy websites
Website updates
Logging some updates Iโve made to my 11ty-powered website
By Laurence Hughes (4 posts)
Generating LLMs.txt Using Eleventy
Large Language Models are increasingly relying on information found on the web, but often struggle to handle most websites in their entirety because the context windows are too small. In an...
By Ariel Salminen (2 posts)
Why I Don't Use Wordpress
I don't use WordPress. Instead, I build faster, simpler, more reliable websites with Jamstack tools like 11ty, Pages CMS and Netlify โ and here's why.
By Ryan Gittings (4 posts)
Providing next event as API with Eleventyโs Global Data Files and Netlify Functions
I wanted to provide a programmatic access to the next event in our communityโs event calendar and combined Eleventy and Netlify Functions to achieve it.
By Juha-Matti Santala (22 posts)
A Test of Eleventy Fetch
Recreating Search with Eleventy v3 and Netlify
While upgrading to version 3 of Eleventy, I discovered that the official serverless plugin was no longer supported. That was how this site's search feature worked. To finish the upgrade, I needed to write my own serverless code and plugin to manage it. While the details of how the search feature
By Philip Renich (2 posts)
I moved my website to CloudFlare Pages, hereโs why
I switched the hosting of my personal website from Netlify to CloudFlare Pages yesterday. Here is why.
By Rob O'Leary (13 posts)
2024
Making a Comment System with Eleventy and Netlify
Building a Live Preview with Eleventy, Contentful, and Liquid Templating
As a part of the marketing team at Heyflow, I collaborate with people who work on the companyโs website. Although all team members are technically acquainted, sometimes they struggle to update the website. The struggle is not being able to visualize what will change on the page when updating the con
By Silvestar Bistroviฤ (3 posts)
Automate Your Static Site Rebuilds with Netlify Scheduled Functions
Effortlessly automate regular website updates for your static site using Netlify scheduled functions. Set it and forget it - never worry about manual updates again!
By Marc Littlemore (4 posts)
2023
Scratch that...use the Google Sheets API
Just generating a json file from Google Sheets was not good enough. I had to use the API.
By Bob Monsour (20 posts)
Blogging on the Jamstack with Netlify & Eleventy
Want to create a headless blog using Jamstack? Follow these steps to build your Jamstack-based blog using Eleventy and Netlify.
By David Darnes (5 posts)
Rebuilding a PHP App using Isomorphic JavaScript with Eleventy & Netlify
Back in the early days of the iPhone, I created Tipr, a tip calculator that always produces a palindrome total. This is an overview of the minimal work I did to make it a modern web app that can run without a traditional back-end.
By Aaron Gustafson (1 post)
2022
Add Netlify CMS to an existing 11ty site
Learn to add Netlify CMS to an existing 11ty site to make editing your posts easier
By Mike Street (13 posts)
Testing the Netlify Cache Plugin with Eleventy
Minifying JS in Eleventy on production
This tutorial is written for the 11ty framework and we will be hosting the app on Netlify. Other... Tagged with eleventy, minification, terser, 11ty.
By Brewhouse Digital (3 posts)
Using the Netlify CMS locally
I have recently been building a few websites using Eleventy. This is a static site generator, built using Jamstack methodology.
By Trevor Morris (8 posts)
2021
How to add Netlify CMS to an existing Eleventy project
I started coding again recently and I've been working on some personal projects in Eleventy. I alrea... Tagged with netlifycms, eleventy, jamstack, beginners.
By Hanna Taylor (1 post)
Creating a Fast and Beautiful Portfolio Website using HTML, CSS, Eleventy and Netlify
Eleven years ago, in 2010, my personal website was minimal by every means. Relaunching in 2021 using... Tagged with webdev, webperf, eleventy, netlify.
By Ingo Steinke (1 post)
Trigger a Netlify build every day with IFTTT
2020
Add Netlify Redirects and Headers to an Eleventy Project
What seems like a simple task can be a little tricky to get right with Eleventy. Learn how to add a _redirects file to Eleventy projects deployed with Netlify.
By Sean Davis (6 posts)
Eleventy and Vue, a match made to power Netlify.com
Learn more about the new Netlify.com site tech stack. Weโve combined Eleventy and Vue, and throughout this article Zach Leatherman explains the details behind the setup.
By Zach Leatherman (55 posts)
Testing my Eleventy-website with Cypress and Netlify
Last time I wrote "this page is a repository consisting of some thrown-together and latenight-written code". Some tests should ensure that I don't break to much when I'm, cleaning up the code. Here's how I created a basic setup that runs my tests before every deployment.
By Martin Schneider (7 posts)