Chromamine

Harris Lapiroff's 11ty-based blog.

# Setting up the environment, run once
npm install

# Run a server and build the site to _site/ (will live update)
npm run serve

# Build the site to _site/
npm run build

Utility Scripts

# Create a new post with appropriate frontmatter and open in editor
npm run blog new <title> [slug] [--editor <editor>]