MGnify blog

July 17, 2026 ยท View on GitHub

A Jekyll site served via GitHub Pages. View the live blog.

This site is used on the MGnify website to display the latest blog posts.

Development

The site can be built and served locally with Docker.

Build

task build

The generated site will be written to ./build on your machine.

Serve locally

task serve

Open http://127.0.0.1:4000/blog/ in your browser.