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 Zola 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 Zola version: 0.19.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 Zola version: 0.19.0
- Original: https://github.com/st1020/kita
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 Zola version: 0.17.0
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 Zola 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 Zola version: 0.9.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 Zola version: 0.19.2
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/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
- 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 Zola version: 0.17.2
- Original: https://codeberg.org/alanpearce/zola-bearblog
serene

A spiffy 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/isunjn/serene.git themes/serene
- Option B: Clone the theme into your themes directory:
git clone https://github.com/isunjn/serene.git themes/serene
- Set theme in your
config.toml
theme = "serene"
Info
- Author: isunjn
- License: MIT
- Homepage: https://github.com/isunjn/serene
- Offic. Live Demo: https://serene-demo.pages.dev
- Min Zola version: 0.19.0
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 Zola version: 0.19.0
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 Zola version: 0.14.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://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
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 Zola 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 Zola 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 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
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 Zola 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 Zola version: 0.19.1
- Original: https://github.com/pages-themes/hacker
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 Zola version: 0.19.2
- Original: https://codeberg.org/mo8it/website
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 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
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 Zola version: 0.18.0
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 Zola 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 Zola version: 0.18.0
Daisy

Beautiful and fast responsive theme based on TailwindCSS and DaisyUI.
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/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
- Set theme in your
config.toml
theme = "daisy"
Info
- Author: Adrian Winterstein
- License: MIT
- Homepage: https://codeberg.org/winterstein/zola-theme-daisy
- Offic. Live Demo: https://zola-daisy.winterstein.biz
- Min Zola version: 0.9.0
book

A book theme inspired from GitBook/mdBook
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/getzola/book.git themes/book
- Option B: Clone the theme into your themes directory:
git clone https://github.com/getzola/book.git themes/book
- Set theme in your
config.toml
theme = "book"
Info
- Author: Vincent Prouillet
- License: MIT
- Homepage: https://github.com/getzola/book
- Offic. Live Demo: 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
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-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
- Set theme in your
config.toml
theme = "zola-minimal"
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/semanticdata/zola-minimal/
- Offic. Live Demo: https://zola-minimal.vercel.app/
- Min Zola version: 0.20.0
- Original: https://github.com/pages-themes/minimal
futu

Futu 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/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
- Set 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
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 Zola 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 Zola version: 0.18.0
anatole-zola

A port of farbox-theme-Anatole 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/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
- Set theme in your
config.toml
theme = "anatole-zola"
Info
- Author: longfangsong
- License: MIT
- Homepage: https://github.com/longfangsong/anatole-zola
- Offic. Live Demo: 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
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 Zola version: 0.19.0
- Original: https://github.com/lukehsiao/zola-pickles
Seje2

A beautiful zola 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/eatradish/Seje2.git themes/Seje2
- Option B: Clone the theme into your themes directory:
git clone https://github.com/eatradish/Seje2.git themes/Seje2
- Set theme in your
config.toml
theme = "Seje2"
Info
- Author: Mag Mell
- License: MIT
- Homepage: https://github.com/eatradish/Seje2
- Offic. Live Demo: https://blog.miraclemilk.me/Seje2
- Min Zola version: 0.15.0
- Original: https://www.github.com/mdo/hyde
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 Zola version: 0.11.0
- Original: https://github.com/panr/hugo-theme-terminal
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 Zola 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 Zola 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 Zola 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 Zola version: 0.13.0