
Portio-Zola is a minimal, well-formatted theme that is extremely flexible and can be changed in whole or in part as required.
This theme is based on Portio-Hugo, with all the features mentioned below.
Install Zola
Initialize a new project and go to the folder
zola init <PROJECT_NAME>
cd <PROJECT_NAME>
submodule or a clone# Submodule
git submodule add https://github.com/quentin-rodriguez/portio-zola.git themes/portio-zola
# Clone
git clone https://github.com/quentin-rodriguez/portio-zola.git themes/portio-zola
config.toml file into your projectcp themes/portio-zola/config.toml .
content folder directly into the projectcp -r themes/portio-zola/content/ content/Here is a list provided by Zola to help you deploy your own site on different platforms.