
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 project rootcp themes/portio-zola/config.toml .
theme to the configuration filetheme = "portio-zola"
content and static folders directly into your project rootcp -r themes/portio-zola/content/ content/
cp -r themes/portio-zola/static/ static/
default_language, the _index.md files must correspond to the appropriate language.Here is a list provided by Zola to help you deploy your own site on different platforms.