Jekyll static site generator

Jekyll is a tool for creating static sites (including this very site!).

Jekyll is a static site generator. It takes markdown files, and converts them to HTML files you can easily serve.

We love it for quickly building static websites, in fact it is what this website is built on and has been for years.

If you need Jekyll developers to help you make static websites, get in touch!

Recent posts View all

PersonalWeb Dev

X-Clacks-Overhead

We now support the X-Clacks-Overhead, or, the internet as a tool to not forget

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.