Back to Zola

Portio-Zola

docs/content/themes/portio-zola/index.md

0.22.13.5 KB
Original Source

+++ 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

<div align="center">

</div>

📝 About

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.

📃 Features

  • Responsive reedy.
  • Powered by Bootstrap 5.
  • Blog support.
  • Multilingual support.
  • Formspree.io support.
  • Portfolio support.
  • Google Analytics.
  • Easy customization.

💻 Installation

  1. Install Zola

  2. Initialize a new project and go to the folder

sh
zola init <PROJECT_NAME>
cd <PROJECT_NAME>
  1. Add the Portio-Zola theme to the project with either a submodule or a clone
sh
# 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
  1. Copy the theme's config.toml file into your project root
sh
cp themes/portio-zola/config.toml .
  1. Add the theme to the configuration file
toml
theme = "portio-zola"
  1. Copy the theme content and static folders directly into your project root
sh
cp -r themes/portio-zola/content/ content/
cp -r themes/portio-zola/static/ static/
  1. (Optional) Depending on the language set as default_language, the _index.md files must correspond to the appropriate language.

📥 Deployment

Here is a list provided by Zola to help you deploy your own site on different platforms.