Zola Themes Collection
Bear
Bear blog theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "zola-bearblog"
Info
- Author: Alan Pearce
- License: MIT
- Homepage: https://codeberg.org/alanpearce/zola-bearblog
- Offic. Live Demo: https://zola-bearblog.vercel.app/
- Min version: 0.4.0
- Original: https://github.com/janraasch/hugo-bearblog/
Duckquill
Modern, pretty, and clean theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "duckquill"
Info
- Author: David Lapshin
- License: MIT
- Homepage: https://codeberg.org/daudix/duckquill
- Offic. Live Demo: https://duckquill.daudix.one
- Min 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
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "tabi"
Info
- Author: Óscar Fernández
- License: MIT
- Homepage: https://github.com/welpo/tabi
- Offic. Live Demo: https://welpo.github.io/tabi
- Min version: 0.17.0
Linkita
A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "linkita"
Info
- Author: Salif Mehmed
- License: MIT
- Homepage: https://codeberg.org/salif/linkita
- Offic. Live Demo: https://salif.github.io/linkita/en/
- Min version: 0.19.0
- Original: https://github.com/st1020/kita
researchlab
A fast, lightweight, and modern Zola theme with two-languages support for building research laboratories website
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "researchlab"
Info
- Author: Pierre Louis Aublin
- License: MIT
- Homepage: https://codeberg.org/plaublin/researchlab
- Offic. Live Demo: https://plaublin.codeberg.page/researchlab/@pages
- Min version: 0.19.2
Project Portfolio
Theme for a project portfolio (based on Tailwind CSS).
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "project-portfolio"
Info
- Author: Adrian Winterstein
- License: MIT
- Homepage: https://github.com/awinterstein/zola-theme-project-portfolio
- Offic. Live Demo: https://awinterstein.github.io/zola-theme-project-portfolio-example/
- Min version: 0.9.0
Academic Paper
A Zola theme for a blog-post-style website to facilitate scientific communication of your academic paper
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "academic-paper"
Info
- Author: Alexander Terenin
- License: MIT
- Homepage: https://github.com/aterenin/academic-paper
- Offic. Live Demo: https://aterenin.github.io/academic-paper
- Min version: 0.18.0
Academic Workshop
A Zola theme for a website to list the schedule of your scientific workshop or seminar series
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "academic-workshop"
Info
- Author: Alexander Terein
- License: MIT
- Homepage: https://github.com/aterenin/academic-workshop
- Offic. Live Demo: https://aterenin.github.io/academic-workshop
- Min version: 0.18.0
Kita
Kita is a clean, elegant and simple blog theme for Zola.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "kita"
Info
- Author: st1020
- License: MIT
- Homepage: https://github.com/st1020/kita
- Offic. Live Demo: https://st1020.github.io/kita/
- Min version: 0.17.0
- Original: https://github.com/nanxiaobei/hugo-paper
PaperMod
A fast, clean, responsive theme ported to Zola.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "papermod"
Info
- Author: cydave
- License: MIT
- Homepage: https://github.com/cydave/zola-theme-papermod
- Offic. Live Demo: https://cydave.github.io/zola-theme-papermod/
- Min version: 0.4.0
- Original: https://github.com/adityatelange/hugo-PaperMod
cela
A modern, clean Zola theme for personal blogs.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "cela"
Info
- License: MIT
- Homepage: https://github.com/edwardzcn-decade/cela
- Min version: 0.19.0
Mabuya
🦎 A minimal Zola theme for building light and SEO-ready blogs.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "mabuya"
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/semanticdata/mabuya
- Offic. Live Demo: https://mabuya.vercel.app/
- Min 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
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "abridge"
Info
- Author: Jake G (jieiku)
- License: MIT
- Homepage: https://github.com/jieiku/abridge
- Offic. Live Demo: https://abridge.pages.dev/
- Min version: 0.19.1
zola-hacker
Hacker is a theme for Zola
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "hacker"
Info
- Author: Vladimir Loskutov
- License: MIT
- Homepage: https://github.com/en9inerd/zola-hacker
- Offic. Live Demo: https://zola-hacker.enginerd.io/
- Min version: 0.19.1
- Original: https://github.com/pages-themes/hacker
Bear+
Minimalistic yet a bit featureful theme for the Zola static site generator.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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/salcc/zola-bearplus.git themes/bearplus
- Option B: Clone the theme into your themes directory:
git clone https://github.com/salcc/zola-bearplus.git themes/bearplus
- Set theme in your
config.toml
theme = "bearplus"
Info
- Author: Marçal Comajoan Cara
- License: MIT
- Homepage: https://theme.marçal.cc
- Offic. Live Demo: https://theme.marçal.cc
- Min version: 0.17.2
- Original: https://codeberg.org/alanpearce/zola-bearblog
Hook
Clean and simple personal site/blog theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "hook"
Info
- Author: Koen Bolhuis
- License: MIT
- Homepage: https://github.com/InputUsername/zola-hook
- Offic. Live Demo: https://inputusername.github.io/zola-hook/
- Min version: 0.15.2
mo8it-mod
mo8it-mod is a Zola theme based on the templates on mo8it.com
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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/mo8it-mod.git themes/mo8it-mod
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/salif/mo8it-mod.git themes/mo8it-mod
- Set theme in your
config.toml
theme = "mo8it-mod"
Info
- Author: Salif Mehmed
- License: AGPLv3
- Homepage: https://codeberg.org/salif/mo8it-mod
- Offic. Live Demo: https://salif.github.io/zola-themes-collection/demo/mo8it-mod/
- Min version: 0.19.2
- Original: https://codeberg.org/mo8it/website
apollo
Modern and minimalistic blog theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "apollo"
Info
- Author: not-matthias
- License: MIT
- Homepage: https://github.com/not-matthias/apollo
- Offic. Live Demo: https://not-matthias.github.io/apollo
- Min version: 0.14.0
radion
A sleek, modern blog theme.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "radion"
Info
- Author: Micah Kepe
- License: MIT
- Homepage: https://github.com/micahkepe/radion
- Offic. Live Demo: https://micahkepe.com/radion/
- Min version: 0.19.2
devnzt
A simple zola theme for personal use.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "devnzt"
Info
- Author: devendrn
- License: MIT
- Homepage: https://github.com/devendrn/devnzt/
- Min version: 0.18.0
terminimal
A simple, minimal retro theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "terminimal"
Info
- Author: Paweł Romanowski
- License: MIT
- Homepage: https://github.com/pawroman/zola-theme-terminimal
- Offic. Live Demo: https://pawroman.github.io/zola-theme-terminimal/
- Min version: 0.11.0
- Original: https://github.com/panr/hugo-theme-terminal
UI Navigation
A multilingual theme designed for accessibility rather than visual.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "zluinav"
Info
- Author: Harry Min Khant
- License: MIT
- Homepage: https://github.com/harrymkt/zluinav
- Offic. Live Demo: https://harrymkt.github.io/zluinav
- Min version: 0.19.2
Sandbox
Sandbox is a theme for Zola.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "sandbox"
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/semanticdata/zola-sandbox
- Offic. Live Demo: https://zola-sandbox.vercel.app/
- Min version: 0.18.0
silk
A modern, simple, clean blog theme for Zola.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "silk"
Info
- Author: Denys Vuika
- License: Apache-2.0
- Homepage: https://github.com/DenysVuika/zola-silk
- Min version: 0.19.0
- Original: https://github.com/lukehsiao/zola-pickles
Oceanic Zen
Minimalistic blog theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "oceanic-zen"
Info
- Author: Barlog M.
- License: MIT
- Homepage: https://github.com/barlog-m/oceanic-zen
- Offic. Live Demo: https://oceanic-zen.netlify.app
- Min version: 0.12.0
Olivine
A Zola theme for a personal knowledge base
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "olivine"
Info
- Author: Dongryul Kim
- License: MIT
- Homepage: https://github.com/
- Min version: 0.17.2
DogFood
A blog theme
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "DogFood"
Info
- Author: CSUwangj
- License: MIT
- Homepage: https://github.com/CSUwangj/DogFood
- Min version: 0.4.0
EasyDocs
An easy way to create docs for your project
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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/ProPixelizer/doc_zola_theme.git themes/doc
- Option B: Clone the theme into your themes directory:
git clone https://github.com/ProPixelizer/doc_zola_theme.git themes/doc
- Set theme in your
config.toml
theme = "doc"
Info
- Author: Roman Soldatenkov
- License: MIT
- Homepage: https://github.com/codeandmedia/zola_easydocs_theme
- Offic. Live Demo: https://easydocs.codeandmedia.com
- Min version: 0.13.0
cablab-theme
An academic lab theme for zola
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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/cablab/cablab-theme.git themes/cablab
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/cablab/cablab-theme.git themes/cablab
- Set theme in your
config.toml
theme = "cablab"
Info
- Author: Chase Alan Brown
- License: MIT
- Homepage: https://git.cablab.cx/cablab-theme
- Offic. Live Demo: https://cablab.codeberg.io/cablab-theme
- Min version: 0.19.2
ski
A minimalist Zola theme inspired by Swiss design principles.
Installation
The following instructions are not official so may be incomplete. They should work for most themes in this collection.
- 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
- Set theme in your
config.toml
theme = "ski"
Info
- Author: Bedir Ekim
- License: MIT
- Homepage: https://github.com/un1970ix/ski
- Offic. Live Demo: https://ski.un1970ix.com
- Min version: 0.19.2