Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.09 KB

Netlify Status

My personal blog & website.

Technologies Used

Local Development

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

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.