Skip to main content

{{ 11tybundle.dev }}

7 posts by Juha-Matti Santala

Website rewrite and switching to Notion as CMS

This website served me well for almost 5 years with minor improvements, tweaks and hacks. Now, it...

Categories: How to...  Remote Data  

Blog comments via Mastodon

After half a year of pondering, I finally wrote a bit of code to add comments to my blog via...

Categories: How to...  Social Media  

Blog post filter with Netlify Functions

I built my first ever serverless feature to add tag filtering to my blog listing. Here's how I...

Categories: Filters  How to...  Remote Data  Serverless  

Building a website with a static site generator, part 3: Domain, Analytics and Forms

Once your website is up and running, it's time to get a professional looking domain, think about...

Categories: Blogging  Configuration  Getting Started  

Building a website with a static site generator, part 2: Eleventy

In this post, we're gonna take a deeper look into Eleventy which takes care of building the website...

Categories: Blogging  Getting Started  Global Data  Layouts  

Building a website with a static site generator, part 1: Setup

In this blog series, we will build a static website using Eleventy, NetlifyCMS, GitHub and Netlify....

Categories: Blogging  CMS  Deployment  Getting Started  

How my site is built with Eleventy + Ghost

This website is run with Eleventy, using Markdown and Ghost CMS for blog posts. I've iterated in a...

Categories: CMS  How to...