Skip to content

jensimmons/jensimmons.com

Repository files navigation

Jen Simmons dot com

What is it?

The personal website of Jen Simmons.

Built on top of Dan Urbanowicz’ Eleventy Netlify Boilerplate, for making a static website using the Eleventy static site generator, with Netlify CMS baked-in, deployed to Netlify.

Notes (for Jen) on Making This Thing Go

Navigate to /admin, and start editing content.

Locally, run Eleventy to build the site

npx eleventy

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy