Just running an Eleventy site to build on.
To work on this project locally and explore the code:
# clone the code repository
git clone git@github.com:philhawksworth/101-demo-1-ssg.git
# move into the project directory
cd 101-demo-1-ssg
# install the dependencies
npm install
# build and serve with eleventy
npx eleventy --serve
To quickly experiment with this example, you can click the button below. Clicking the button will clone this site repo, setup a new site on Netlify and deploy the site complete with Netlify's CI/CD pipeline configured and operational.