My personal site built using Zola and the tabi theme.
When starting by cloning from GitHub, you'll need to initialize the theme by running git submodule update --init --recursive. You can later update with
git submodule update --recursive.
Run the website locally with zola serve.
Simply pushing a change to this repo will lead to the website rebuilding and deploying.