My website, built using the Eleventy static site generator.
These need to be installed on your system:
Clone this repository. Then in its directory, run:
yarnRun the Eleventy dev server to see your changes in the browser:
yarn startBuild the site using Eleventy. This outputs files into the _site/ directory:
yarn build