Silo is a minimal Zola theme that I made for my personal site, based on Hook
# clone the repo in the theme folder
git clone https://github.com/joewe/silo.git
# change directory into the cloned folder
cd silo
# serve the site locally
zola serve
# open http://127.0.0.1:1111/ in the browser
For more detailed instructions, visit the Documentation page about installing and using themes.