/mikefallows

Personal blog

Primary LanguageNunjucksMIT LicenseMIT

Mike Fallows

Netlify Status

The eleventy-base-blog

Based on the starter repository showing how to build a blog with the Eleventy static site generator.

Install dependencies

npm install

Run Eleventy

npx eleventy

Or build and host locally for local development

npx eleventy --serve

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy