Zola Themes Collection

Linkita

Light mode screenshot of Linkita Zola theme demo website Dark mode screenshot of Linkita Zola theme demo website

A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/salif/linkita.git themes/linkita
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/salif/linkita.git themes/linkita
  1. Enable the theme in your config.toml
theme = "linkita"
#Blog #Multilingual #Responsive #SEO #Search

Duckquill

Light mode screenshot of Duckquill Zola theme demo website Dark mode screenshot of Duckquill Zola theme demo website

Modern, pretty, and clean theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/daudix/duckquill.git themes/duckquill
  1. Enable the theme in your config.toml
theme = "duckquill"

tabi

Light mode screenshot of tabi Zola theme demo website Dark mode screenshot of tabi Zola theme demo website

tabi is an accessible Zola theme with search, multi-language support, optional JavaScript, a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/welpo/tabi.git themes/tabi
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/welpo/tabi.git themes/tabi
  1. Enable the theme in your config.toml
theme = "tabi"

apollo

Light mode screenshot of apollo Zola theme demo website Dark mode screenshot of apollo Zola theme demo website

Modern and minimalistic blog theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/not-matthias/apollo.git themes/apollo
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/not-matthias/apollo.git themes/apollo
  1. Enable the theme in your config.toml
theme = "apollo"

adidoks

Light mode screenshot of adidoks Zola theme demo website Dark mode screenshot of adidoks Zola theme demo website

AdiDoks is a Zola theme helping you build modern documentation.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/PartialShawn/zola-fodoks-theme.git themes/zola-fodoks-theme
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/PartialShawn/zola-fodoks-theme.git themes/zola-fodoks-theme
  1. Enable the theme in your config.toml
theme = "zola-fodoks-theme"

Daisy

Light mode screenshot of Daisy Zola theme demo website Dark mode screenshot of Daisy Zola theme demo website

Beautiful and fast responsive theme based on TailwindCSS and DaisyUI.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/winterstein/zola-theme-daisy.git themes/daisy
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/winterstein/zola-theme-daisy.git themes/daisy
  1. Enable the theme in your config.toml
theme = "daisy"
#multilingual #responsive #search

Project Portfolio

Light mode screenshot of Project Portfolio Zola theme demo website Dark mode screenshot of Project Portfolio Zola theme demo website

Theme for a project portfolio (based on Tailwind CSS).

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/winterstein/zola-theme-project-portfolio.git themes/project-portfolio
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/winterstein/zola-theme-project-portfolio.git themes/project-portfolio
  1. Enable the theme in your config.toml
theme = "project-portfolio"

terminus

Dark mode screenshot of terminus Zola theme demo website

A dark duotone retro theme for Zola

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/ebkalderon/terminus.git themes/terminus
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/ebkalderon/terminus.git themes/terminus
  1. Enable the theme in your config.toml
theme = "terminus"
#dark #blog #minimal #personal #responsive #seo

zola-hacker

Dark mode screenshot of zola-hacker Zola theme demo website

Hacker is a theme for Zola

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/en9inerd/zola-hacker.git themes/hacker
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/en9inerd/zola-hacker.git themes/hacker
  1. Enable the theme in your config.toml
theme = "hacker"

radion

Dark mode screenshot of radion Zola theme demo website

A sleek, modern blog theme.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/micahkepe/radion.git themes/radion
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/micahkepe/radion.git themes/radion
  1. Enable the theme in your config.toml
theme = "radion"
#SEO #search #accessible

MATbook

Light mode screenshot of MATbook Zola theme demo website Dark mode screenshot of MATbook Zola theme demo website

A zola chapter book theme inspired from book and olivine

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/srliu3264/MATbook.git themes/MATbook
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/srliu3264/MATbook.git themes/MATbook
  1. Enable the theme in your config.toml
theme = "MATbook"

Olivine

Light mode screenshot of Olivine Zola theme demo website Dark mode screenshot of Olivine Zola theme demo website

A Zola theme for a personal knowledge base

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/dongryul-kim/olivine.git themes/olivine
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/dongryul-kim/olivine.git themes/olivine
  1. Enable the theme in your config.toml
theme = "olivine"

Bear

Light mode screenshot of Bear Zola theme demo website Dark mode screenshot of Bear Zola theme demo website

Bear blog theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/alanpearce/zola-bearblog.git themes/zola-bearblog
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/alanpearce/zola-bearblog.git themes/zola-bearblog
  1. Enable the theme in your config.toml
theme = "zola-bearblog"

serene

Light mode screenshot of serene Zola theme demo website Dark mode screenshot of serene Zola theme demo website

A spiffy blog theme for zola

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/isunjn/serene.git themes/serene
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/isunjn/serene.git themes/serene
  1. Enable the theme in your config.toml
theme = "serene"

halcyon

Light mode screenshot of halcyon Zola theme demo website Dark mode screenshot of halcyon Zola theme demo website

Clean and simple personal site/blog theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/m0ddr/halcyon.git themes/halcyon
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/m0ddr/halcyon.git themes/halcyon
  1. Enable the theme in your config.toml
theme = "halcyon"

marisa-theme

Light mode screenshot of marisa-theme Zola theme demo website Dark mode screenshot of marisa-theme Zola theme demo website

A non-opinionated theme with convenient features for personal sites and small indie teams.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/bitinn/marisa-theme.git themes/marisa-theme
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/bitinn/marisa-theme.git themes/marisa-theme
  1. Enable the theme in your config.toml
theme = "marisa-theme"

rilling_dev

Light mode screenshot of rilling_dev Zola theme demo website Dark mode screenshot of rilling_dev Zola theme demo website

rilling.dev custom theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/RillingDev/rilling.dev_theme.git themes/rilling_dev
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/RillingDev/rilling.dev_theme.git themes/rilling_dev
  1. Enable the theme in your config.toml
theme = "rilling_dev"

Mabuya

Light mode screenshot of Mabuya Zola theme demo website Dark mode screenshot of Mabuya Zola theme demo website

🦎 A minimal Zola theme for building light and SEO-ready blogs.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/semanticdata/mabuya.git themes/mabuya
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/semanticdata/mabuya.git themes/mabuya
  1. Enable the theme in your config.toml
theme = "mabuya"

abridge

Light mode screenshot of abridge Zola theme demo website Dark mode screenshot of abridge Zola theme demo website

A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No mandatory JS.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/jieiku/abridge.git themes/abridge
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/jieiku/abridge.git themes/abridge
  1. Enable the theme in your config.toml
theme = "abridge"

Kita

Light mode screenshot of Kita Zola theme demo website Dark mode screenshot of Kita Zola theme demo website

Kita is a clean, elegant and simple blog theme for Zola.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/st1020/kita.git themes/kita
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/st1020/kita.git themes/kita
  1. Enable the theme in your config.toml
theme = "kita"

PaperMod

Light mode screenshot of PaperMod Zola theme demo website Dark mode screenshot of PaperMod Zola theme demo website

A fast, clean, responsive theme ported to Zola.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2.git themes/papermod_2
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/dawnandrew100/zola-theme-papermod-2.git themes/papermod_2
  1. Enable the theme in your config.toml
theme = "papermod_2"

Cela

Light mode screenshot of Cela Zola theme demo website Dark mode screenshot of Cela Zola theme demo website

A minimalist documentation/blog theme.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/edwardzcn-decade/cela.git themes/cela
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/edwardzcn-decade/cela.git themes/cela
  1. Enable the theme in your config.toml
theme = "cela"
#blog #documentation #lightweight #minimal #responsive #search

Trankwilo

Light mode screenshot of Trankwilo Zola theme demo website Dark mode screenshot of Trankwilo Zola theme demo website

A simplicity and clean documentation theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/salif/trankwilo.git themes/trankwilo
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/salif/trankwilo.git themes/trankwilo
  1. Enable the theme in your config.toml
theme = "trankwilo"
#documentation #Multilingual #Responsive #minimal

Tukan

Light mode screenshot of Tukan Zola theme demo website

Inspired from Toucan theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/salif/tukan.git themes/tukan
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/salif/tukan.git themes/tukan
  1. Enable the theme in your config.toml
theme = "tukan"
#Blog #Multilingual

jiufen

Light mode screenshot of jiufen Zola theme demo website

The ‘jiufen’ theme is a theme that references the W3.CSS Template and incorporates ZOLA-related features.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/4yuinfo/zola-theme_jiufen.git themes/jiufen
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/4yuinfo/zola-theme_jiufen.git themes/jiufen
  1. Enable the theme in your config.toml
theme = "jiufen"
#Blog #Responsive #Search

researchlab

Light mode screenshot of researchlab Zola theme demo website

A fast, lightweight, and modern Zola theme with two-languages support for building research laboratories website

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/plaublin/researchlab.git themes/researchlab
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/plaublin/researchlab.git themes/researchlab
  1. Enable the theme in your config.toml
theme = "researchlab"

Vonge

Light mode screenshot of Vonge Zola theme demo website

Vonge is a Personal portfolio/blog site template

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/paberr/vonge-zola-theme.git themes/vonge
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/paberr/vonge-zola-theme.git themes/vonge
  1. Enable the theme in your config.toml
theme = "vonge"

Academic Paper

Light mode screenshot of Academic Paper Zola theme demo website Dark mode screenshot of Academic Paper Zola theme demo website

A Zola theme for a blog-post-style website to facilitate scientific communication of your academic paper

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/aterenin/academic-paper.git themes/academic-paper
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/aterenin/academic-paper.git themes/academic-paper
  1. Enable the theme in your config.toml
theme = "academic-paper"

Academic Workshop

Light mode screenshot of Academic Workshop Zola theme demo website Dark mode screenshot of Academic Workshop Zola theme demo website

A Zola theme for a website to list the schedule of your scientific workshop or seminar series

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/aterenin/academic-workshop.git themes/academic-workshop
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/aterenin/academic-workshop.git themes/academic-workshop
  1. Enable the theme in your config.toml
theme = "academic-workshop"

devnzt

Light mode screenshot of devnzt Zola theme demo website Dark mode screenshot of devnzt Zola theme demo website

A simple zola theme for personal use.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/devendrn/devnzt.git themes/devnzt
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/devendrn/devnzt.git themes/devnzt
  1. Enable the theme in your config.toml
theme = "devnzt"

landing-grid

Dark mode screenshot of landing-grid Zola theme demo website

A professional, responsive landing grid theme for Zola

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/fastup-one/landing-grid-zola.git themes/landing-grid
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/fastup-one/landing-grid-zola.git themes/landing-grid
  1. Enable the theme in your config.toml
theme = "landing-grid"

AMZola

Light mode screenshot of AMZola Zola theme demo website Dark mode screenshot of AMZola Zola theme demo website

A Zola theme template

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/Jel1ySpot/am-zola-theme.git themes/am-zola-theme
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/Jel1ySpot/am-zola-theme.git themes/am-zola-theme
  1. Enable the theme in your config.toml
theme = "am-zola-theme"
#blog #minimal

BelTree

Dark mode screenshot of BelTree Zola theme demo website

A clean and elegant Linktree alternative that offers customizable links and a user-friendly design

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/cx48/BelTree.git themes/BelTree
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/cx48/BelTree.git themes/BelTree
  1. Enable the theme in your config.toml
theme = "BelTree"
#minimal #linktree

BelResume

Light mode screenshot of BelResume Zola theme demo website

A beautiful, modern, and minimal single-page resume site

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/cx48/BelResume.git themes/BelResume
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/cx48/BelResume.git themes/BelResume
  1. Enable the theme in your config.toml
theme = "BelResume"
#minimal #resume

peritus

Light mode screenshot of peritus Zola theme demo website

A beautiful theme for academic/professional portfolio sites

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/jskaza/peritus.git themes/peritus
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/jskaza/peritus.git themes/peritus
  1. Enable the theme in your config.toml
theme = "peritus"
#cv #academic #professional #portfolio #research #bio #publications #education #experience #resume #peritus

Sidney Professional

Light mode screenshot of Sidney Professional Zola theme demo website

Minimalist, clean, and professional

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume themes/sidney-professional-resume
  • Option B: Clone the theme into your themes directory:
git clone https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume themes/sidney-professional-resume
  1. Enable the theme in your config.toml
theme = "sidney-professional-resume"
#resume #standard-resume #professional

futu

Light mode screenshot of futu Zola theme demo website

Futu Theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/inhzus/zola-futu.git themes/zola-futu
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/inhzus/zola-futu.git themes/zola-futu
  1. Enable the theme in your config.toml
theme = "zola-futu"

book

Light mode screenshot of book Zola theme demo website

A book theme inspired from GitBook/mdBook

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/getzola/book.git themes/book
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/getzola/book.git themes/book
  1. Enable the theme in your config.toml
theme = "book"

Minimal

Light mode screenshot of Minimal Zola theme demo website

📚 Minimal is a Zola port of the Jekyll theme with the same name.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/semanticdata/zola-minimal.git themes/zola-minimal
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/semanticdata/zola-minimal.git themes/zola-minimal
  1. Enable the theme in your config.toml
theme = "zola-minimal"

kodama

Light mode screenshot of kodama Zola theme demo website

Theme insipired by wowchemy academic.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/adfaure/kodama-theme.git themes/kodama-theme
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/adfaure/kodama-theme.git themes/kodama-theme
  1. Enable the theme in your config.toml
theme = "kodama-theme"

noobping

Light mode screenshot of noobping Zola theme demo website Dark mode screenshot of noobping Zola theme demo website

A minimalistic theme for Zola static site generator. It uses the file names as titles and the folder for the menu structure. The theme is designed to be simple and easy to use, with a focus on content.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/noobping/zola-theme.git themes/noobping
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/noobping/zola-theme.git themes/noobping
  1. Enable the theme in your config.toml
theme = "noobping"

modus

Light mode screenshot of modus Zola theme demo website Dark mode screenshot of modus Zola theme demo website

An opinionated Zola theme using the colour palette of the Modus themes

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/etoal83/zola-modus.git themes/modus
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/etoal83/zola-modus.git themes/modus
  1. Enable the theme in your config.toml
theme = "modus"

Hook

Light mode screenshot of Hook Zola theme demo website Dark mode screenshot of Hook Zola theme demo website

Clean and simple personal site/blog theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/InputUsername/zola-hook.git themes/hook
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/InputUsername/zola-hook.git themes/hook
  1. Enable the theme in your config.toml
theme = "hook"

ski

Light mode screenshot of ski Zola theme demo website Dark mode screenshot of ski Zola theme demo website

A minimalist Zola theme inspired by Swiss design principles.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/un1970ix/ski.git themes/ski
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/un1970ix/ski.git themes/ski
  1. Enable the theme in your config.toml
theme = "ski"

Seje2

Light mode screenshot of Seje2 Zola theme demo website Dark mode screenshot of Seje2 Zola theme demo website

A beautiful zola theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/eatradish/Seje2.git themes/Seje2
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/eatradish/Seje2.git themes/Seje2
  1. Enable the theme in your config.toml
theme = "Seje2"

parchment

Light mode screenshot of parchment Zola theme demo website Dark mode screenshot of parchment Zola theme demo website

Parchemnt theme, by jasonfry.co.uk

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/jsonfry/parchment.git themes/parchment
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/jsonfry/parchment.git themes/parchment
  1. Enable the theme in your config.toml
theme = "parchment"

Bear+

Light mode screenshot of Bear+ Zola theme demo website Dark mode screenshot of Bear+ Zola theme demo website

Minimalistic yet a bit featureful theme for the Zola static site generator.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/salif/bearplus.git themes/bearplus
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/salif/bearplus.git themes/bearplus
  1. Enable the theme in your config.toml
theme = "bearplus"

terminimal

Dark mode screenshot of terminimal Zola theme demo website

A simple, minimal retro theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/pawroman/zola-theme-terminimal.git themes/terminimal
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/pawroman/zola-theme-terminimal.git themes/terminimal
  1. Enable the theme in your config.toml
theme = "terminimal"

dark-magic

Dark mode screenshot of dark-magic Zola theme demo website

Elegant dark theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/DirectorX/dark-magic.git themes/dark-magic
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/DirectorX/dark-magic.git themes/dark-magic
  1. Enable the theme in your config.toml
theme = "dark-magic"

DogFood

Dark mode screenshot of DogFood Zola theme demo website

A blog theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/CSUwangj/DogFood.git themes/DogFood
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/CSUwangj/DogFood.git themes/DogFood
  1. Enable the theme in your config.toml
theme = "DogFood"

Oceanic Zen

Dark mode screenshot of Oceanic Zen Zola theme demo website

Minimalistic blog theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/barlog-m/oceanic-zen.git themes/oceanic-zen
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/barlog-m/oceanic-zen.git themes/oceanic-zen
  1. Enable the theme in your config.toml
theme = "oceanic-zen"

UI Navigation

Light mode screenshot of UI Navigation Zola theme demo website

A multilingual theme designed for accessibility rather than visual.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/harrymkt/zluinav.git themes/zluinav
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/harrymkt/zluinav.git themes/zluinav
  1. Enable the theme in your config.toml
theme = "zluinav"
#blind #multilingual #accessible #responsive #search #documentation #blog #SEO

Sandbox

Light mode screenshot of Sandbox Zola theme demo website

Sandbox is a theme for Zola.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/salif/sandbox.git themes/sandbox
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/salif/sandbox.git themes/sandbox
  1. Enable the theme in your config.toml
theme = "sandbox"

silk

Light mode screenshot of silk Zola theme demo website

A modern, simple, clean blog theme for Zola.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/DenysVuika/zola-silk.git themes/silk
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/DenysVuika/zola-silk.git themes/silk
  1. Enable the theme in your config.toml
theme = "silk"

anatole-zola

Light mode screenshot of anatole-zola Zola theme demo website

A port of farbox-theme-Anatole for zola

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/longfangsong/anatole-zola.git themes/anatole-zola
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/longfangsong/anatole-zola.git themes/anatole-zola
  1. Enable the theme in your config.toml
theme = "anatole-zola"

Lekhz

Light mode screenshot of Lekhz Zola theme demo website Dark mode screenshot of Lekhz Zola theme demo website

A text focussed and minimal personal portfolio theme with dark mode.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/ba11b0y/lekhz.git themes/lekhz
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/ba11b0y/lekhz.git themes/lekhz
  1. Enable the theme in your config.toml
theme = "lekhz"
#minimal #clean #blog #responsive #personal #simple #minimalist #portfolio #text-focussed #dark #dark-mode #rss

pico

Light mode screenshot of pico Zola theme demo website Dark mode screenshot of pico Zola theme demo website

Clean and minimalistic dark theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/kuznetsov17/pico.git themes/pico
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/kuznetsov17/pico.git themes/pico
  1. Enable the theme in your config.toml
theme = "pico"

photography theme

Dark mode screenshot of photography theme Zola theme demo website

a theme for a photography portfolio

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/arbs09/photography-theme.git themes/photography
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/arbs09/photography-theme.git themes/photography
  1. Enable the theme in your config.toml
theme = "photography"
#Blog #portfolio #photography #SEO

xuan

Light mode screenshot of xuan Zola theme demo website Dark mode screenshot of xuan Zola theme demo website

Modern, pretty, and clean theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/jhq223/xuan.git themes/xuan
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/jhq223/xuan.git themes/xuan
  1. Enable the theme in your config.toml
theme = "xuan"

Duckling

Light mode screenshot of Duckling Zola theme demo website Dark mode screenshot of Duckling Zola theme demo website

Feature-rich and modern theme

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://git.aparoksha.dev/david-swift/duckling.git themes/duckling
  • Option B: Clone the theme into your themes directory:
git clone https://git.aparoksha.dev/david-swift/duckling.git themes/duckling
  1. Enable the theme in your config.toml
theme = "duckling"

Martinique

Light mode screenshot of Martinique Zola theme demo website Dark mode screenshot of Martinique Zola theme demo website

A simple dark/light theme for Zola.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/martinlarsson/martinique.git themes/martinique
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/martinlarsson/martinique.git themes/martinique
  1. Enable the theme in your config.toml
theme = "martinique"

coffee

Dark mode screenshot of coffee Zola theme demo website

A simple theme for Zola inspired by coffee.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/Myxogastria0808/coffee.git themes/coffee
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/Myxogastria0808/coffee.git themes/coffee
  1. Enable the theme in your config.toml
theme = "coffee"
#dark #simple #mermaid #katex

coast

Light mode screenshot of coast Zola theme demo website

A simple theme for Zola that evokes the feel the sea breeze.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/Myxogastria0808/coast.git themes/coast
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/Myxogastria0808/coast.git themes/coast
  1. Enable the theme in your config.toml
theme = "coast"
#light #simple #mermaid #katex

HayFlow

Dark mode screenshot of HayFlow Zola theme demo website

HayFlow is a minimal and completely modular Zola theme for anyone wishing to have their own landing page.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://gitlab.com/cyril-marpaud/hayflow.git themes/hayflow
  • Option B: Clone the theme into your themes directory:
git clone https://gitlab.com/cyril-marpaud/hayflow.git themes/hayflow
  1. Enable the theme in your config.toml
theme = "hayflow"

hallo

Light mode screenshot of hallo Zola theme demo website

A single-page theme to introduce yourself.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/janbaudisch/zola-hallo.git themes/hallo
  • Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/janbaudisch/zola-hallo.git themes/hallo
  1. Enable the theme in your config.toml
theme = "hallo"

Persona

Light mode screenshot of Persona Zola theme demo website

A portfolio, a resume, a blog, and a Zola theme.

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/hanson-hschang/persona-zola-theme.git themes/persona
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/hanson-hschang/persona-zola-theme.git themes/persona
  1. Enable the theme in your config.toml
theme = "persona"
#portfolio #resume #blog

OnePageAPI

Light mode screenshot of OnePageAPI Zola theme demo website

A template for simple single page API introduction

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/VishalRashmika/OnePageAPI.git themes/OnePageAPI
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/VishalRashmika/OnePageAPI.git themes/OnePageAPI
  1. Enable the theme in your config.toml
theme = "OnePageAPI"

pechersk

Light mode screenshot of pechersk Zola theme demo website Dark mode screenshot of pechersk Zola theme demo website

Modern blog scheme with sidenotes

Info

Installation

Some themes require additional configuration before they can work properly. Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.

  1. Create a new Zola site: zola init and initialize a Git repository: git init
  2. Download the theme
  • Option A: Add the theme as a git submodule:
git submodule add https://github.com/ctrlok/zola-pechersk.git themes/zola-pechersk
  • Option B: Clone the theme into your themes directory:
git clone https://github.com/ctrlok/zola-pechersk.git themes/zola-pechersk
  1. Enable the theme in your config.toml
theme = "zola-pechersk"