My personal blog & website.
- Netlify
- Zola with theme appollo-dracula
Clone the repo and submodule.
git clone --recurse-submodules git@github.com:gavinest/blog.git
# or if the repo is already cloned and you just need to init the submodules
git submodule update --init --recursive
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.