Zola Themes Collection
Bear
Bear blog theme
Installation
- 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
- Off. 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
- 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
- Off. 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
- 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
- Off. 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
- 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
- Off. 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
- 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
- Off. Live Demo: https://plaublin.codeberg.page/researchlab/@pages
- Min version: 0.19.2
Olivine
A Zola theme for a personal knowledge base
Installation
- 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
Project Portfolio
Theme for a project portfolio (based on Tailwind CSS).
Installation
- 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
- Off. 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
- 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
- Off. 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
- 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
- Off. 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
- 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
- Off. Live Demo: https://st1020.github.io/kita/
- Min version: 0.17.0
- Original: https://github.com/nanxiaobei/hugo-paper
Mabuya
🦎 A minimal Zola theme for building light and SEO-ready blogs.
Installation
- 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
- Off. Live Demo: https://mabuya.vercel.app/
- Min version: 0.18.0
- Original: https://github.com/chesterhow/tale
zola-hacker
Hacker is a theme for Zola
Installation
- 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
- Off. Live Demo: https://zola-hacker.enginerd.io/
- Min version: 0.19.1
- Original: https://github.com/pages-themes/hacker
Hook
Clean and simple personal site/blog theme
Installation
- 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
- Off. Live Demo: https://inputusername.github.io/zola-hook/
- Min version: 0.15.2
mo8it
mo8it.com
Installation
- 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/zola-mo8it.git themes/mo8it
- Option B. Clone the theme into your themes directory:
git clone https://codeberg.org/salif/zola-mo8it.git themes/mo8it
- Set theme in your
config.toml
theme = "mo8it"
Info
- Author: Salif Mehmed
- License: AGPLv3
- Homepage: https://codeberg.org/salif/zola-mo8it
- Off. Live Demo: https://mo8it.com
- Min version: 0.19.0
- Original: https://codeberg.org/mo8it/website
sigmund
Personal theme for my Zola blog.
Installation
- 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/zola-sigmund.git themes/sigmund
- Option B. Clone the theme into your themes directory:
git clone https://codeberg.org/salif/zola-sigmund.git themes/sigmund
- Set theme in your
config.toml
theme = "sigmund"
Info
- Author: videah
- License: MIT
- Homepage: https://github.com/videah/sigmund
- Min version: 0.16.0
apollo
Modern and minimalistic blog theme
Installation
- 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
- Off. Live Demo: https://not-matthias.github.io/apollo
- Min version: 0.14.0
Oceanic Zen
Minimalistic blog theme
Installation
- 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
- Off. Live Demo: https://oceanic-zen.netlify.app
- Min version: 0.12.0
terminimal
A simple, minimal retro theme
Installation
- 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
- Off. Live Demo: https://pawroman.github.io/zola-theme-terminimal/
- Min version: 0.11.0
- Original: https://github.com/panr/hugo-theme-terminal
anemone
A minimalist Zola theme that prioritizes clean CSS and avoids heavy JavaScript. Enjoy a seamless user experience with lightning-fast load times. Let your content take center stage in a clutter-free, elegant design that enhances readability. Responsive and efficient, anemone brings focus to your ideas.
Installation
- 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/Speyll/anemone.git themes/anemone
- Option B. Clone the theme into your themes directory:
git clone https://github.com/Speyll/anemone.git themes/anemone
- Set theme in your
config.toml
theme = "anemone"
Info
- Author: Speyll
- License: MIT
- Homepage: https://github.com/Speyll/anemone
- Off. Live Demo: https://anemone.pages.dev
- Min version: 0.4.0
abridge
A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No mandatory JS.
Installation
- 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
- Off. Live Demo: https://abridge.pages.dev/
- Min version: 0.19.1
UI Navigation
A multilingual theme designed for accessibility rather than visual.
Installation
- 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
- Off. Live Demo: https://harrymkt.github.io/zluinav
- Min version: 0.19.2
Sandbox
Sandbox is a theme for Zola.
Installation
- 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
- Off. Live Demo: https://zola-sandbox.vercel.app/
- Min version: 0.18.0
Zolaets
Zonelets style recreation in Zola.
Installation
- 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/ZinRicky/zolaets.git themes/zolaets
- Option B. Clone the theme into your themes directory:
git clone https://github.com/ZinRicky/zolaets.git themes/zolaets
- Set theme in your
config.toml
theme = "zolaets"
Info
- Author: ~zinricky
- License: MIT
- Homepage: https://github.com/ZinRicky/zolaets
- Off. Live Demo: https://zolaets.neocities.org/
- Min version: 0.19.1
- Original: https://zonelets.itch.io/zonelets
DogFood
A blog theme
Installation
- 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
devnzt
A simple zola theme for personal use.
Installation
- 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
EasyDocs
An easy way to create docs for your project
Installation
- 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
- Off. Live Demo: https://easydocs.codeandmedia.com
- Min version: 0.13.0
silk
A modern, simple, clean blog theme for Zola.
Installation
- 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
pickles
A modern, simple, clean blog theme for Zola.
Installation
- 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/lukehsiao/zola-pickles.git themes/zola-pickles
- Option B. Clone the theme into your themes directory:
git clone https://github.com/lukehsiao/zola-pickles.git themes/zola-pickles
- Set theme in your
config.toml
theme = "zola-pickles"
Info
- Author: Luke Hsiao
- License: BlueOak-1.0.0
- Homepage: https://github.com/lukehsiao/zola-pickles
- Off. Live Demo: https://zola-pickles.pages.dev/
- Min version: 0.19.0
- Original: https://github.com/mismith0227/hugo_theme_pickles
book-shelf
Installation
- 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/anccnuer/book-shelf.git themes/book-shelf
- Option B. Clone the theme into your themes directory:
git clone https://github.com/anccnuer/book-shelf.git themes/book-shelf
- Set theme in your
config.toml
theme = "book-shelf"
Info
- License: undefined
- Homepage: https://github.com/anccnuer/book-shelf
zola-aurora
Minimalistic blog theme with no JS
Installation
- 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/vimpostor/zola-aurora.git themes/zola-aurora
- Option B. Clone the theme into your themes directory:
git clone https://github.com/vimpostor/zola-aurora.git themes/zola-aurora
- Set theme in your
config.toml
theme = "zola-aurora"
Info
- License: MIT
- Homepage: https://github.com/vimpostor/zola-aurora
tolia
A clean and assez Zola theme.
Installation
- 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/tolia.git themes/tolia
- Option B. Clone the theme into your themes directory:
git clone https://github.com/un1970ix/tolia.git themes/tolia
- Set theme in your
config.toml
theme = "tolia"
Info
- License: MIT
- Homepage: https://github.com/un1970ix/tolia
- Min version: 0.19.0
zola-folio
A port of the Jekyll *folio theme to zola
Installation
- 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/evjrob/zola-folio.git themes/folio
- Option B. Clone the theme into your themes directory:
git clone https://github.com/evjrob/zola-folio.git themes/folio
- Set theme in your
config.toml
theme = "folio"
Info
- Author: Everett Robinson
- License: MIT
- Homepage: https://github.com/evjrob/zola-folio
- Min version: 0.4.0
- Original: https://github.com/bogoli/-folio
fl1tzi-com-theme
My personal theme open to the public to use
Installation
- 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/Fl1tzi/fl1tzi-com-theme.git themes/fl1tzi-com-theme
- Option B. Clone the theme into your themes directory:
git clone https://codeberg.org/Fl1tzi/fl1tzi-com-theme.git themes/fl1tzi-com-theme
- Set theme in your
config.toml
theme = "fl1tzi-com-theme"
Info
- Author: Fl1tzi
- License: MIT
- Homepage: https://codeberg.org/fl1tzi/fl1tzi-com-theme
- Off. Live Demo: https://www.fl1tzi.com/
Baie
A grounded theme for Zola
Installation
- 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/Wtoll/Baie.git themes/Baie
- Option B. Clone the theme into your themes directory:
git clone https://github.com/Wtoll/Baie.git themes/Baie
- Set theme in your
config.toml
theme = "Baie"
Info
- Author: Will Toll
- License: MIT
- Homepage: https://github.com/Wtoll/Baie
- Off. Live Demo: https://wtoll.github.io/baie
- Min version: 0.4.0
zizotto
Installation
- 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/xihn/zizotto.git themes/zizotto
- Option B. Clone the theme into your themes directory:
git clone https://github.com/xihn/zizotto.git themes/zizotto
- Set theme in your
config.toml
theme = "zizotto"
Info
- License: undefined
- Homepage: https://github.com/xihn/zizotto