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.
- Responsive reedy.
- Powered by Bootstrap 5.
- Blog support.
- Multilingual support.
- Formspree.io support.
- Portfolio support.
- Google Analytics.
- Easy customization.
-
Install Zola
-
Initialize a new project and go to the folder
zola init <PROJECT_NAME>
cd <PROJECT_NAME>- Add the Portio-Zola theme to the project with either a
submoduleor aclone
# 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- Copy the theme's
config.tomlfile into your project root
cp themes/portio-zola/config.toml .- Add the
themeto the configuration file
theme = "portio-zola"- Copy the theme
contentandstaticfolders directly into your project root
cp -r themes/portio-zola/content/ content/
cp -r themes/portio-zola/static/ static/- (Optional) Depending on the language set as
default_language, the_index.mdfiles must correspond to the appropriate language.
Here is a list provided by Zola to help you deploy your own site on different platforms.
