Welcome
This is the source code for the web site of Nick Taylor built using the Eleventy static site generator. It uses Andy Bell's Hylia template. I've made tweaks to it and will probably make more over time, but just wanted to give Andy a shout out for his awesome template.
Terminal commands
Install the dependencies first
npm installServe the site locally in watch mode
npm startBuild a production version of the site
npm run productionTest the production site locally
cd dist
npx serve