Zola Themes Collection
Bear

Bear blog theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "zola-bearblog"
Info
- Author: Alan Pearce
- License: MIT
- Homepage: https://codeberg.org/alanpearce/zola-bearblog
- Main Live Preview: https://zola-bearblog.vercel.app/
- Min Zola version: 0.4.0
- Original: https://github.com/janraasch/hugo-bearblog/
Linkita

A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "linkita"
Info
- Author: Salif Mehmed
- License: MIT
- Homepage: https://codeberg.org/salif/linkita
- Main Live Preview: https://salif.github.io/linkita/en/
- Min Zola version: 0.19.0
- Original: https://github.com/st1020/kita
Duckquill

Modern, pretty, and clean theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "duckquill"
Info
- Author: David Lapshin
- License: MIT
- Homepage: https://codeberg.org/daudix/duckquill
- Main Live Preview: https://duckquill.daudix.one
- Min Zola version: 0.19.0
Duckling

Feature-rich and modern theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "duckling"
Info
- Author: david-swift
- License: MIT
- Homepage: https://git.aparoksha.dev/david-swift/duckling
- Main Live Preview: https://duckling.aparoksha.dev
- Min Zola version: 0.19.0
tabi

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.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "tabi"
Info
- Author: Óscar Fernández
- License: MIT
- Homepage: https://github.com/welpo/tabi
- Main Live Preview: https://welpo.github.io/tabi
- Min Zola version: 0.17.0
Daisy

Beautiful and fast responsive theme based on TailwindCSS and DaisyUI.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "daisy"
Info
- Author: Adrian Winterstein
- License: MIT
- Homepage: https://codeberg.org/winterstein/zola-theme-daisy
- Main Live Preview: https://zola-daisy.winterstein.biz
- Min Zola version: 0.19.0
Project Portfolio

Theme for a project portfolio (based on Tailwind CSS).
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/awinterstein/zola-theme-project-portfolio.git themes/project-portfolio
- Option B: Clone the theme into your themes directory:
git clone https://github.com/awinterstein/zola-theme-project-portfolio.git themes/project-portfolio
- Enable the theme in your
config.toml
theme = "project-portfolio"
Info
- Author: Adrian Winterstein
- License: MIT
- Homepage: https://codeberg.org/winterstein/zola-theme-project-portfolio
- Main Live Preview: https://awinterstein.github.io/zola-theme-project-portfolio-example/
- Min Zola version: 0.19.0
researchlab

A fast, lightweight, and modern Zola theme with two-languages support for building research laboratories website
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "researchlab"
Info
- Author: Pierre Louis Aublin
- License: MIT
- Homepage: https://codeberg.org/plaublin/researchlab
- Main Live Preview: https://plaublin.codeberg.page/researchlab/@pages
- Min Zola version: 0.19.2
radion

A sleek, modern blog theme.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "radion"
Info
- Author: Micah Kepe
- License: MIT
- Homepage: https://github.com/micahkepe/radion
- Main Live Preview: https://micahkepe.com/radion/
- Min Zola version: 0.19.2
Bear+

Minimalistic yet a bit featureful theme for the Zola static site generator.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/francoposa/zola-bearplusplus.git themes/bearplus
- Option B: Clone the theme into your themes directory:
git clone https://github.com/francoposa/zola-bearplusplus.git themes/bearplus
- Enable the theme in your
config.toml
theme = "bearplus"
Info
- Author: Marçal Comajoan Cara
- License: MIT
- Homepage: https://theme.marçal.cc
- Main Live Preview: https://theme.marçal.cc
- Min Zola version: 0.17.2
- Original: https://codeberg.org/alanpearce/zola-bearblog
serene

A spiffy blog theme for zola
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "serene"
Info
- Author: isunjn
- License: MIT
- Homepage: https://github.com/isunjn/serene
- Main Live Preview: https://serene-demo.pages.dev
- Min Zola version: 0.20.0
Hook

Clean and simple personal site/blog theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "hook"
Info
- Author: Koen Bolhuis
- License: MIT
- Homepage: https://github.com/InputUsername/zola-hook
- Main Live Preview: https://inputusername.github.io/zola-hook/
- Min Zola version: 0.19.0
apollo

Modern and minimalistic blog theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "apollo"
Info
- Author: not-matthias
- License: MIT
- Homepage: https://github.com/not-matthias/apollo
- Main Live Preview: https://not-matthias.github.io/apollo
- Min Zola version: 0.14.0
Kita

Kita is a clean, elegant and simple blog theme for Zola.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "kita"
Info
- Author: st1020
- License: MIT
- Homepage: https://github.com/st1020/kita
- Main Live Preview: https://kita-zola.pages.dev
- Min Zola version: 0.17.0
- Original: https://github.com/nanxiaobei/hugo-paper
PaperMod

A fast, clean, responsive theme ported to Zola.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/cydave/zola-theme-papermod.git themes/papermod
- Option B: Clone the theme into your themes directory:
git clone https://github.com/cydave/zola-theme-papermod.git themes/papermod
- Enable the theme in your
config.toml
theme = "papermod"
Info
- Author: cydave
- License: MIT
- Homepage: https://github.com/cydave/zola-theme-papermod
- Main Live Preview: https://cydave.github.io/zola-theme-papermod/
- Min Zola version: 0.4.0
- Original: https://github.com/adityatelange/hugo-PaperMod
cela

A modern, clean Zola theme for personal blogs.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "cela"
Info
- License: MIT
- Homepage: https://github.com/edwardzcn-decade/cela
- Min Zola version: 0.19.0
Mabuya

🦎 A minimal Zola theme for building light and SEO-ready blogs.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "mabuya"
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/semanticdata/mabuya
- Main Live Preview: https://mabuya.vercel.app/
- Min Zola version: 0.18.0
- Original: https://github.com/chesterhow/tale
abridge

A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No mandatory JS.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "abridge"
Info
- Author: Jake G (jieiku)
- License: MIT
- Homepage: https://github.com/jieiku/abridge
- Main Live Preview: https://abridge.pages.dev/
- Min Zola version: 0.19.1
zola-hacker

Hacker is a theme for Zola
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "hacker"
Info
- Author: Vladimir Loskutov
- License: MIT
- Homepage: https://github.com/en9inerd/zola-hacker
- Main Live Preview: https://zola-hacker.enginerd.io/
- Min Zola version: 0.19.1
- Original: https://github.com/pages-themes/hacker
ski

A minimalist Zola theme inspired by Swiss design principles.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "ski"
Info
- Author: Bedir Ekim
- License: MIT
- Homepage: https://github.com/un1970ix/ski
- Main Live Preview: https://ski.un1970ix.com
- Min Zola version: 0.19.2
devnzt

A simple zola theme for personal use.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "devnzt"
Info
- Author: devendrn
- License: MIT
- Homepage: https://github.com/devendrn/devnzt/
- Min Zola version: 0.18.0
Academic Paper

A Zola theme for a blog-post-style website to facilitate scientific communication of your academic paper
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "academic-paper"
Info
- Author: Alexander Terenin
- License: MIT
- Homepage: https://github.com/aterenin/academic-paper
- Main Live Preview: https://aterenin.github.io/academic-paper
- Min Zola version: 0.18.0
Academic Workshop

A Zola theme for a website to list the schedule of your scientific workshop or seminar series
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "academic-workshop"
Info
- Author: Alexander Terein
- License: MIT
- Homepage: https://github.com/aterenin/academic-workshop
- Main Live Preview: https://aterenin.github.io/academic-workshop
- Min Zola version: 0.18.0
BelResume

A beautiful, modern, and minimal single-page resume site
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "BelResume"
Info
- Author: cx48
- License: MIT
- Homepage: https://github.com/cx48/BelResume
- Main Live Preview: https://cx48.github.io/BelResume/
- Min Zola version: 0.20.0
BelTree

A clean and elegant Linktree alternative that offers customizable links and a user-friendly design
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "BelTree"
Info
- Author: cx48
- License: MIT
- Homepage: https://github.com/cx48/BelTree
- Main Live Preview: https://cx48.github.io/BelTree
- Min Zola version: 0.20.0
book

A book theme inspired from GitBook/mdBook
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "book"
Info
- Author: Vincent Prouillet
- License: MIT
- Homepage: https://github.com/getzola/book
- Main Live Preview: https://getzola.github.io/book/
- Min Zola version: 0.17.0
Minimal

📚 Minimal is a Zola port of the Jekyll theme with the same name.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "zola-minimal"
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/semanticdata/zola-minimal/
- Main Live Preview: https://zola-minimal.vercel.app/
- Min Zola version: 0.20.0
- Original: https://github.com/pages-themes/minimal
futu

Futu Theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "zola-futu"
Info
- Author: inhzus
- License: MIT
- Homepage: https://github.com/inhzus/zola-futu/
- Min Zola version: 0.20.0
- Original: https://github.com/yuanji-dev/futu
UI Navigation

A multilingual theme designed for accessibility rather than visual.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "zluinav"
Info
- Author: Harry Min Khant
- License: MIT
- Homepage: https://github.com/harrymkt/zluinav
- Main Live Preview: https://harrymkt.github.io/zluinav
- Min Zola version: 0.19.2
Sandbox

Sandbox is a theme for Zola.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/semanticdata/zola-sandbox.git themes/sandbox
- Option B: Clone the theme into your themes directory:
git clone https://github.com/semanticdata/zola-sandbox.git themes/sandbox
- Enable the theme in your
config.toml
theme = "sandbox"
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/semanticdata/zola-sandbox
- Main Live Preview: https://zola-sandbox.vercel.app/
- Min Zola version: 0.18.0
anatole-zola

A port of farbox-theme-Anatole for zola
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "anatole-zola"
Info
- Author: longfangsong
- License: MIT
- Homepage: https://github.com/longfangsong/anatole-zola
- Main Live Preview: https://longfangsong.github.io
- Min Zola version: 0.4.0
- Original: https://github.com/hi-caicai/farbox-theme-Anatole
silk

A modern, simple, clean blog theme for Zola.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "silk"
Info
- Author: Denys Vuika
- License: Apache-2.0
- Homepage: https://github.com/DenysVuika/zola-silk
- Min Zola version: 0.19.0
- Original: https://github.com/lukehsiao/zola-pickles
Seje2

A beautiful zola theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "Seje2"
Info
- Author: Mag Mell
- License: MIT
- Homepage: https://github.com/eatradish/Seje2
- Main Live Preview: https://blog.miraclemilk.me/Seje2
- Min Zola version: 0.15.0
- Original: https://www.github.com/mdo/hyde
Ametrine

Modern, pretty, and clean theme.
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/daudix/ametrine.git themes/ametrine
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/daudix/ametrine.git themes/ametrine
- Enable the theme in your
config.toml
theme = "ametrine"
Info
- Author: David Lapshin
- License: MIT
- Homepage: https://codeberg.org/daudix/ametrine
- Main Live Preview: https://ametrine.daudix.one
- Min Zola version: 0.19.0
terminimal

A simple, minimal retro theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "terminimal"
Info
- Author: Paweł Romanowski
- License: MIT
- Homepage: https://github.com/pawroman/zola-theme-terminimal
- Main Live Preview: https://pawroman.github.io/zola-theme-terminimal/
- Min Zola version: 0.11.0
- Original: https://github.com/panr/hugo-theme-terminal
Oceanic Zen

Minimalistic blog theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "oceanic-zen"
Info
- Author: Barlog M.
- License: MIT
- Homepage: https://github.com/barlog-m/oceanic-zen
- Main Live Preview: https://oceanic-zen.netlify.app
- Min Zola version: 0.12.0
Olivine

A Zola theme for a personal knowledge base
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "olivine"
Info
- Author: Dongryul Kim
- License: MIT
- Homepage: https://github.com/dongryul-kim/olivine
- Main Live Preview: https://dongryul-kim.github.io/olivine/
- Min Zola version: 0.17.2
DogFood

A blog theme
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.
- Create a new Zola site:
zola init
and initialize a Git repository:git init
- 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
- Enable the theme in your
config.toml
theme = "DogFood"
Info
- Author: CSUwangj
- License: MIT
- Homepage: https://github.com/CSUwangj/DogFood
- Min Zola version: 0.4.0