Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.21 KB

Netlify Status

My personal blog & website.

Technologies Used

Local Development

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/.

Deploying

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.