Portio-Zola

License Live demo

homepage

📝 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.

💻 Installation

  1. Install Zola

  2. Initialize a new project and go to the folder

zola init <PROJECT_NAME>
cd <PROJECT_NAME>
  1. Add the Portio-Zola theme to the project with either a 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
  1. Copy the theme's config.toml file into your project
cp themes/portio-zola/config.toml .
  1. Copy the theme content folder directly into the project
cp -r themes/portio-zola/content/ content/

📥 Deployment

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