What begun as a simple lab exercise to try out different static site generators is now my personal website developed using the Eleventy static site generator that runs on NodeJS.
- Clone the repo
git clone https://github.com/erikhowe/11ty-lab
- Navigate to the main directory
cd 11ty-lab
- Install dependencies
npm install
- Build and run
npm run dev