Made thanks to https://www.getzola.org/themes/even/.
I have made minor updates such as:
- Github & LinkedIn icons in the navigation menu
- Added a description above post links
- Added tags to each post links
- Updated the post layout to have the tags at the beginning
Serves and re-renders the website as it is updated. http://127.0.0.1:1111
zola serve
Builds the static website in public/
directory.
zola build
Cloudflare/pages automatically deploies whenever I push on main
branch.
Cloudflare
failed to build with zola 0.17.2
when I attempted it, so instead I build locally.
- Advantage: faster deploy since I build faster than
Cloudflare
CD. - Drawback: have to do this manual step (or should have a pre-commit)