Netlify

Tag: Netlify

22 posts
Advanced Webweaving: Auditing Against Specification.WebsiteAdvanced Webweaving: Auditing Against Specification.Website
B
brennan.day
brennan.day

Advanced Webweaving: Auditing Against Specification.Website

I ran brennan.day against The Website Specification's 140-item checklist covering foundations, SEO, accessibility, security, performance, privacy, and resilience. Notes on a broken web manifest I'd never noticed, why I don't have cookie consent banners, CSP debugging with third-party services, service worker CORS issues, a bunch of small improvements, and the list of things I didn't fix.

·
Aug 15
·
300 Minutes a Month: Cutting My Eleventy Netlify Build Time in Half300 Minutes a Month: Cutting My Eleventy Netlify Build Time in Half
B
brennan.day
brennan.day

300 Minutes a Month: Cutting My Eleventy Netlify Build Time in Half

A sequel to my Eleventy build post: this time the bottleneck wasn't the build tool, it was the hosting bill. Notes on caching webmentions and guestbook fetches, killing a dead Discord webhook, nearly breaking my JSON feed, and a git error I still don't have an answer for.

·
Jul 15
·
Xmit Might Be My New Favorite Static Site Host
A
Adam DJ Brett's blog
adamdjbrett.com/

Xmit Might Be My New Favorite Static Site Host

Comparing Xmit to Netlify, Vercel, and Render for static site hosting: simple GitHub Actions deploys, easy redirects, and refreshingly little platform overhead.

·
Jul 4
·
Sam Goodwin - Alchemy
Devtools FM icon
Devtools FM
devtools.fm

Sam Goodwin - Alchemy

Sam Goodwin introduces Alchemy, a modern infrastructure-as-code tool built with Effect that challenges the tech debt of current solutions.

·
May 9
·
I Built a Personal Media Diary From My PDS Repository
C
Confessions of a Lethargic Mind

I Built a Personal Media Diary From My PDS Repository

All my records are in one place, might as well use them

·
Mar 7
·
4
Dana Lawson - Netlify
Devtools FM icon
Devtools FM
devtools.fm

Dana Lawson - Netlify

Netlify CTO Dana Lawson discusses her journey from the US Army to leading engineering teams and Netlify's evolution into AI-powered developer tools.

·
Feb 7
·
Posting to Your Static Site with Quill and MicropubPosting to Your Static Site with Quill and Micropub
B
brennan.day
brennan.day

Posting to Your Static Site with Quill and Micropub

After building an IndieAuth comment system, I wanted to complete the loop by posting content to my site from an external client. Here's how I implemented a Micropub endpoint for my static site using Quill as the client.

·
Jan 13
·
Building an IndieAuth Comment System for Your Static SiteBuilding an IndieAuth Comment System for Your Static Site
B
brennan.day
brennan.day

Building an IndieAuth Comment System for Your Static Site

A journey through authentication, CORS issues, and the joy of owning your comments! Learn how to build a comment system for your static site using IndieAuth and Netlify Functions, storing the comments in your git repository.

·
Jan 6
·
Bring Back the 90's Guestbook with JAMstack: How I Added Dynamic Comments to My Static 11ty Site
B
brennan.day
brennan.day

Bring Back the 90's Guestbook with JAMstack: How I Added Dynamic Comments to My Static 11ty Site

Reviving the classic guestbook for a static site using Netlify Forms and serverless functions, with lessons on distributed systems and race conditions.

·
Dec 20 '25
·
Deploying Jekyll to XMIT
A
Adam DJ Brett's blog
adamdjbrett.com/

Deploying Jekyll to XMIT

Deploying an Eleventy Site to XMIT using GitHub Actions. Supporting the #indieweb and not the VC web for hosting

·
Nov 25 '25
·
Hugoのテーマを変更したらnetlifyのビルドが失敗するようになった
N
nove-b blog
blog.nove-b.dev/

Hugoのテーマを変更したらnetlifyのビルドが失敗するようになった

·
Oct 17 '25
·
Populating env vars using 1Password
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

Populating env vars using 1Password

I love automating things and — with that impulse entirely unchecked — I've written up a shell script to make setting this site up for local development even simpler.

·
Dec 14 '24
·
Rebuilding your Netlify site at regular intervals
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

Rebuilding your Netlify site at regular intervals

With my site on Netlify I've set up a function to rebuild it at regular intervals (hourly, in my case).

·
Dec 5 '24
·
Cloudflare Registrarでドメインを登録し、Netlifyのサーバーにサブドメインを当てる
N
nove-b blog
blog.nove-b.dev/

Cloudflare Registrarでドメインを登録し、Netlifyのサーバーにサブドメインを当てる

·
Jun 16 '24
·
Handling images with B2, Netlify's image CDN, Hazel and Mountain Duck
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

Handling images with B2, Netlify's image CDN, Hazel and Mountain Duck

I've spent a while hosting and fetching images from bunny.net when my 11ty builds. I had multiple pull zones configured and wanted to leverage bunny.net's transforms, but the pricing of $15/month per zone wasn't feasible.

·
May 1 '24
·
Building a scrobbler using Plex webhooks, edge functions and blob storage
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

Building a scrobbler using Plex webhooks, edge functions and blob storage

I've written before about embedding music into my site and I've largely used Last.fm to do so. Their API is rather extensive, though it is showing its age — the default response format is XML, they've dropped artist images and have intermittently failed to return album art. ListenBrainz is great, but client support is still lacking. I've also tried charting Apple Music data from their (quite limited) API.

·
Apr 2 '24
·
Dax Raad - SST
Devtools FM icon
Devtools FM
devtools.fm

Dax Raad - SST

Dax Raad presents SST as a TypeScript framework for AWS serverless development with superior developer experience over CDK.

·
Oct 28 '23
·
Using SvelteKit Endpoints in Netlify
Scott Spence icon
Scott Spence
scottspence.com

Using SvelteKit Endpoints in Netlify

I’ve been using Netlify recently to make a project that uses endpoints. Unlike with Vercel where you can use the endpoint to fetch the data dynamically Netlify needs to statically generate the data. There’s some SvelteKit settings that need...

·
Aug 30 '21
·
Deploy Your Own Links Page with One Click
Scott Spence icon
Scott Spence
scottspence.com

Deploy Your Own Links Page with One Click

Having one place for all your social links is big business! Services like Linktree, ContactInBio, LinkBook, etc all offer the same sort of service. One location for all your social links. This is a nice project as a proof of concept to get you set...

·
Aug 11 '21
·
Build a Static Comment SystemBuild a Static Comment System
L
Lindsay Wardell
lindsaykwardell.com

Build a Static Comment System

Hosting a static site is great, but what about comments? What can we do to store comments in a static site?

·
Nov 14 '20
·
My journey to serverless and back
N
ndo.dev
ndo.dev

My journey to serverless and back

So I've had some experience with the whole "serverless" thing over the past few months. A few cloudflare workers, a netlify function here or there to spice up a static site. But a full-on serverless function based project was not something I'd had experience with, until now.

·
Mar 28 '20
·
Deploying a Jekyll site to Netlify with Docker and GitLab CI
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

Deploying a Jekyll site to Netlify with Docker and GitLab CI

This is a step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI/CD. This post assumes that have already set up a GitLab repository and a Netlify site.

·
Feb 29 '20
·