Overview

This is a static blog (no server-side code) built with 11ty, using Liquid for templates and Markdown for content. Styled with custom CSS and enhanced with vanilla JavaScript.

Features

Structure

Development

Install dependencies

npm install

Build the site

npm run build

Start a local dev server (with live reload)

npm run serve

Watch for changes (no server)

npm run watch

Clean the output folder

npm run clean