docs/content/themes/portio-zola/index.md
+++ title = "Portio-Zola" description = "Portio-Zola is a minimal, well-formatted and extremely flexible theme" template = "theme.html" date = 2026-02-18T21:50:30+01:00
[taxonomies] theme-tags = []
[extra] created = 2026-02-18T21:50:30+01:00 updated = 2026-02-18T21:50:30+01:00 repository = "https://github.com/quentin-rodriguez/portio-zola.git" homepage = "https://github.com/quentin-rodriguez/portio-zola.git" minimum_version = "0.21.0" license = "MIT" demo = "https://quentin-rodriguez.github.io/portio-zola"
[extra.author] name = "quentin-rodriguez" homepage = "https://github.com/quentin-rodriguez" +++
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.