My personal blog & website.
- Netlify
- Zola with theme appollo-dracula
Clone the repo and submodule.
git clone --recurse-submodules [email protected]:gavinest/blog.git
Run zola serve
to start the local server and navigate to http://127.0.0.1:1111/.
The site is deployed via Netlify. The deployment is triggered automatically when a new commit is pushed to the master
branch.
Previously, netflify used a different Zola version to build then the one I used locally. This lead to some issues. To fix, I specified the Zola version in the netlify.toml. See the Zola docs on netflify here.