This repository contains the code for https://danstewart.dev and my blog posts.
This project uses hermit to manage the node/npm/npx install.
# Activate hermit
source bin/activate-hermit
# Install dependencies
npm install
# Run 11ty website locally
npm run serve
# Build 11ty site to ./build
npm run build
# Copy files to appropriate location to serve
./deploy.sh