Source code for my blog | Built using Zola
Fork the repository. Then clone the repo locally by doing:
git clone git@github.com:[YOUR_USERNAME]/peterprototypes.com.git
Installation Instructions on the Zola website are awesome!
cd into the directory:
cd peterprototypes.com
Then start the development server:
zola serve
This will build and serve the site using a local server. The site should be running on https://127.0.0.1:1111