Zola Themes Collection
Linkita
A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly.
Info
- Author: Salif Mehmed
- License: MIT
- Homepage: https://codeberg.org/salif/linkita
- Main Live Preview: https://salif.github.io/linkita/
- Min Zola version: 0.19.0
- Original: https://github.com/st1020/kita
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "linkita"Duckquill
Modern, pretty, and clean theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "duckquill"Zolarwind
A GDPR-friendly Zola blog theme: no third-party requests, Tailwind CSS, KaTeX, Mermaid, localization
Info
- Author: Thomas Weitzel
- License: MIT
- Homepage: https://github.com/thomasweitzel/zolarwind
- Main Live Preview: https://pureandroid.com
- Min Zola version: 0.22.1
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/thomasweitzel/zolarwind.git themes/zolarwind
- Option B: Clone the theme into your themes directory:
git clone https://github.com/thomasweitzel/zolarwind.git themes/zolarwind
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zolarwind"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.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "tabi"apollo
Modern and minimalistic blog theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "apollo"marisa-theme
A non-opinionated theme with convenient features for personal sites and small indie teams.
Info
- Author: David Frank
- License: MIT
- Homepage: https://codeberg.org/bitinn/marisa-theme
- Main Live Preview: https://theme.marisa.club
- Min Zola version: 0.21.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/bitinn/marisa-theme.git themes/marisa-theme
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/bitinn/marisa-theme.git themes/marisa-theme
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "marisa-theme"Zap
A fast, ultra-minimal Zola theme
Info
- Author: jimmyff
- License: MIT
- Homepage: https://github.com/jimmyff/zola-zap
- Main Live Preview: https://www.jimmyff.co.uk/zola-zap/
- Min Zola version: 0.17.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/jimmyff/zola-zap.git themes/zap
- Option B: Clone the theme into your themes directory:
git clone https://github.com/jimmyff/zola-zap.git themes/zap
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zap"terminus
A dark duotone retro theme for Zola
Info
- Author: Eyal Kalderon
- License: MIT
- Homepage: https://github.com/ebkalderon/terminus
- Main Live Preview: https://ebkalderon.github.io/terminus/
- Min Zola version: 0.20.0
- Original: https://github.com/panr/hugo-theme-terminal
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/ebkalderon/terminus.git themes/terminus
- Option B: Clone the theme into your themes directory:
git clone https://github.com/ebkalderon/terminus.git themes/terminus
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "terminus"radion
A sleek, modern blog theme.
Info
- Author: Micah Kepe
- License: MIT
- Homepage: https://github.com/micahkepe/radion
- Main Live Preview: https://micahkepe.com/radion/
- Min Zola version: 0.20.0
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "radion"zola-hacker
Hacker is a theme for Zola
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "hacker"adidoks
AdiDoks is a Zola theme helping you build modern documentation.
Info
- Author: Aaran Xu
- License: MIT
- Homepage: https://github.com/aaranxu/adidoks
- Main Live Preview: https://adidoks.netlify.app/
- Min Zola version: 0.15.0
- Original: https://github.com/h-enk/doks
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/PartialShawn/zola-fodoks-theme.git themes/zola-fodoks-theme
- Option B: Clone the theme into your themes directory:
git clone https://github.com/PartialShawn/zola-fodoks-theme.git themes/zola-fodoks-theme
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zola-fodoks-theme"Daisy
Beautiful and fast responsive theme based on TailwindCSS and DaisyUI.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "daisy"Project Portfolio
Theme for a project portfolio (based on Tailwind CSS).
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
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 initand 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-project-portfolio.git themes/project-portfolio
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/winterstein/zola-theme-project-portfolio.git themes/project-portfolio
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "project-portfolio"MATbook
A zola chapter book theme inspired from book and olivine
Info
- Author: Shurui Liu
- License: MIT
- Homepage: https://github.com/srliu3264/MATbook
- Main Live Preview: https://srliu3264.github.io/MATbook-live-demo/
- Min Zola version: v1.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/srliu3264/MATbook.git themes/MATbook
- Option B: Clone the theme into your themes directory:
git clone https://github.com/srliu3264/MATbook.git themes/MATbook
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "MATbook"Olivine
A Zola theme for a personal knowledge base
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.20.0
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "olivine"austere
A minimal theme for Zola with a focus on writing.
Info
- Author: tomwrw
- License: MIT
- Homepage: https://github.com/tomwrw/austere-theme-zola
- Min Zola version: 0.17.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/tomwrw/austere-theme-zola.git themes/austere
- Option B: Clone the theme into your themes directory:
git clone https://github.com/tomwrw/austere-theme-zola.git themes/austere
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "austere"rilling_dev
rilling.dev custom theme
Info
- Author: F. Rilling
- License: GPL-3.0-or-later
- Homepage: https://github.com/RillingDev/rilling.dev_theme
- Main Live Preview: https://rilling.dev
- Min Zola version: 0.19.1
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/RillingDev/rilling.dev_theme.git themes/rilling_dev
- Option B: Clone the theme into your themes directory:
git clone https://github.com/RillingDev/rilling.dev_theme.git themes/rilling_dev
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "rilling_dev"Mabuya
🦎 A minimal Zola theme for building light and SEO-ready blogs.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "mabuya"abridge
A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No mandatory JS.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "abridge"Bear
Bear blog theme
Info
- Author: Alan Pearce
- License: MIT
- Homepage: https://codeberg.org/alanpearce/zola-bearblog
- Main Live Preview: https://zola-bearblog.alanpearce.eu/
- Min Zola version: 0.4.0
- Original: https://github.com/janraasch/hugo-bearblog/
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/alinnow/zola-bearblog.git themes/zola-bearblog
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/alinnow/zola-bearblog.git themes/zola-bearblog
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zola-bearblog"serene
A spiffy blog theme for zola
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "serene"Kita
Kita is a clean, elegant and simple blog theme for Zola.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "kita"PaperMod
A fast, clean, responsive theme ported to Zola.
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
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2.git themes/papermod_2
- Option B: Clone the theme into your themes directory:
git clone https://github.com/dawnandrew100/zola-theme-papermod-2.git themes/papermod_2
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "papermod_2"Cela
A minimalist documentation/blog theme.
Info
- Author: Edward Zhang
- License: MIT
- Homepage: https://github.com/edwardzcn-decade/cela
- Main Live Preview: https://edwardzcn-decade.github.io/cela/
- Min Zola version: 0.19.0
- Original: https://github.com/adityatelange/hugo-PaperMod
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "cela"Tukan
Inspired from Toucan theme
Info
- Author: Salif Mehmed
- License: AGPL
- Homepage: https://codeberg.org/salif/tukan
- Main Live Preview: https://salif.github.io/zola-themes-collection/demo/tukan/
- Min Zola version: 0.19.0
- Original: https://git.42l.fr/HugoTrentesaux/toucan
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 initand 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/tukan.git themes/tukan
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/salif/tukan.git themes/tukan
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "tukan"jiufen
The ‘jiufen’ theme is a theme that references the W3.CSS Template and incorporates ZOLA-related features.
Info
- Author: Saint Huang
- License: MIT
- Homepage: https://github.com/4yuinfo/zola-theme_jiufen
- Main Live Preview: https://4yuinfo.github.io/zola-theme_jiufen/
- Min Zola version: 0.20.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/4yuinfo/zola-theme_jiufen.git themes/jiufen
- Option B: Clone the theme into your themes directory:
git clone https://github.com/4yuinfo/zola-theme_jiufen.git themes/jiufen
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "jiufen"researchlab
A fast, lightweight, and modern Zola theme with two-languages support for building research laboratories website
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "researchlab"Vonge
Vonge is a Personal portfolio/blog site template
Info
- Author: Pascal Berrang
- License: MIT
- Homepage: https://github.com/paberr/vonge-zola-theme/
- Main Live Preview: https://paberr.github.io/vonge-zola-theme/
- Min Zola version: 0.4.0
- Original: https://github.com/CloudCannon/vonge-hugo-bookshop-template
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/paberr/vonge-zola-theme.git themes/vonge
- Option B: Clone the theme into your themes directory:
git clone https://github.com/paberr/vonge-zola-theme.git themes/vonge
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "vonge"landing-grid
A professional, responsive landing grid theme for Zola
Info
- Author: Landing Grid Team
- License: MIT
- Homepage: https://github.com/fastup-one/landing-grid-zola
- Main Live Preview: https://yourdemo.com/landing-grid
- Min Zola version: 0.17.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/fastup-one/landing-grid-zola.git themes/landing-grid
- Option B: Clone the theme into your themes directory:
git clone https://github.com/fastup-one/landing-grid-zola.git themes/landing-grid
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "landing-grid"BelTree
A clean and elegant Linktree alternative that offers customizable links and a user-friendly design
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "BelTree"BelResume
A beautiful, modern, and minimal single-page resume site
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "BelResume"peritus
A beautiful theme for academic/professional portfolio sites
Info
- Author: Jonathan Skaza
- License: MIT
- Homepage: https://github.com/jskaza/peritus
- Main Live Preview: https://jskaza.github.io/
- Min Zola version: 0.4.0
- Original: https://github.com/HugoBlox/theme-academic-cv
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/jskaza/peritus.git themes/peritus
- Option B: Clone the theme into your themes directory:
git clone https://github.com/jskaza/peritus.git themes/peritus
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "peritus"Sidney Professional
Minimalist, clean, and professional
Info
- License: HL3-FULL
- Homepage: https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume
- Min Zola version: 0.4.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume themes/sidney-professional-resume
- Option B: Clone the theme into your themes directory:
git clone https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume themes/sidney-professional-resume
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "sidney-professional-resume"futu
Futu Theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "zola-futu"book
A book theme inspired from GitBook/mdBook
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "book"Minimal
📚 Minimal is a Zola port of the Jekyll theme with the same name.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "zola-minimal"kodama
Theme insipired by wowchemy academic.
Info
- Author: Adrien Faure
- License: MIT
- Homepage: https://github.com/adfaure/kodama-theme
- Main Live Preview: https://adfaure.github.io/kodama-theme/
- Min Zola version: 0.15
- Original: https://github.com/wowchemy/wowchemy-hugo-themes
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/adfaure/kodama-theme.git themes/kodama-theme
- Option B: Clone the theme into your themes directory:
git clone https://github.com/adfaure/kodama-theme.git themes/kodama-theme
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "kodama-theme"Zola Sveltia Source
Zola Sveltia Source is a Zola SSG project that uses Sveltia as its CMS and a ported version of the default Ghost CMS theme adapted for Zola & Sveltia.
Info
- Author: Husen
- License: WTFPL
- Homepage: https://github.com/unicornfantasian/zola-sveltia-source
- Main Live Preview: https://zola-sveltia-source.fantasian.workers.dev/
- Min Zola version: 0.21.0
- Original: https://github.com/TryGhost/Source
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/unicornfantasian/zola-sveltia-source.git themes/zola-sveltia-source
- Option B: Clone the theme into your themes directory:
git clone https://github.com/unicornfantasian/zola-sveltia-source.git themes/zola-sveltia-source
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zola-sveltia-source"Portio-Zola
Portio-Zola is a minimal, well-formatted and extremely flexible theme
Info
- Author: quentin-rodriguez
- License: MIT
- Homepage: https://github.com/quentin-rodriguez/portio-zola.git
- Main Live Preview: https://quentin-rodriguez.github.io/portio-zola
- Min Zola version: 0.21.0
- Original: https://github.com/StaticMania/portio-hugo.git
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/quentin-rodriguez/portio-zola.git themes/portio-zola
- Option B: Clone the theme into your themes directory:
git clone https://github.com/quentin-rodriguez/portio-zola.git themes/portio-zola
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "portio-zola"Inkspire
A classic blog theme for modern developers
Info
- Author: Jose Garcia
- License: CC-BY-NC-SA-4.0
- Homepage: https://github.com/josegarcia/inkspire
- Min Zola version: 0.4.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/jose-garcia86/inkspire.git themes/inkspire
- Option B: Clone the theme into your themes directory:
git clone https://github.com/jose-garcia86/inkspire.git themes/inkspire
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "inkspire"EasyDocs
An easy way to create docs for your project
Info
- Author: Roman Soldatenkov
- License: MIT
- Homepage: https://github.com/codeandmedia/zola_easydocs_theme
- Main Live Preview: https://easydocs.codeandmedia.com
- Min Zola version: 0.21.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/codeandmedia/zola_easydocs_theme.git themes/zola_easydocs_theme
- Option B: Clone the theme into your themes directory:
git clone https://github.com/codeandmedia/zola_easydocs_theme.git themes/zola_easydocs_theme
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zola_easydocs_theme"nivis
A clean zola theme for bloggers
Info
- Author: Resory
- License: MIT
- Homepage: https://github.com/Resorie/zola-theme-nivis
- Main Live Preview: https://resorie.github.io/blog/
- Min Zola version: 0.21.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/Resorie/zola-theme-nivis.git themes/nivis
- Option B: Clone the theme into your themes directory:
git clone https://github.com/Resorie/zola-theme-nivis.git themes/nivis
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "nivis"noobping
A minimalistic theme for Zola static site generator. It uses the file names as titles and the folder for the menu structure. The theme is designed to be simple and easy to use, with a focus on content.
Info
- Author: Nick
- License: MIT
- Homepage: https://github.com/noobping/zola-theme
- Min Zola version: 0.20.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/noobping/zola-theme.git themes/noobping
- Option B: Clone the theme into your themes directory:
git clone https://github.com/noobping/zola-theme.git themes/noobping
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "noobping"Academic Paper
A Zola theme for a blog-post-style website to facilitate scientific communication of your 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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "academic-paper"Academic Workshop
A Zola theme for a website to list the schedule of your scientific workshop or seminar series
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "academic-workshop"devnzt
A simple zola theme for personal use.
Info
- Author: devendrn
- License: MIT
- Homepage: https://github.com/devendrn/devnzt/
- Min Zola version: 0.18.0
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "devnzt"prairie
a clean zola theme for blogging and projects
Info
- Author: jordan butterwick
- License: mit
- Homepage: https://github.com/jbutterwick/prairie
- Min Zola version: 0.16.1
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/jbutterwick/prairie.git themes/prairie
- Option B: Clone the theme into your themes directory:
git clone https://github.com/jbutterwick/prairie.git themes/prairie
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "prairie"modus
An opinionated Zola theme using the colour palette of the Modus themes
Info
- Author: EtoAl
- License: MIT
- Homepage: https://github.com/etoal83/zola-modus
- Main Live Preview: https://etoal83.github.io/zola-modus
- Min Zola version: 0.18.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/etoal83/zola-modus.git themes/modus
- Option B: Clone the theme into your themes directory:
git clone https://github.com/etoal83/zola-modus.git themes/modus
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "modus"Hook
Clean and simple personal site/blog theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "hook"ski
A minimalist Zola theme inspired by Swiss design principles.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "ski"Seje2
A beautiful zola theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "Seje2"parchment
Parchemnt theme, by jasonfry.co.uk
Info
- Author: Jason Fry
- License: MIT
- Homepage: https://github.com/json/parchment
- Main Live Preview: https://whispers-on-parchment.jasonfry.co.uk
- Min Zola version: 0.19.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/jsonfry/parchment.git themes/parchment
- Option B: Clone the theme into your themes directory:
git clone https://github.com/jsonfry/parchment.git themes/parchment
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "parchment"Bear+
Minimalistic yet a bit featureful theme for the Zola static site generator.
Info
- Author: Marçal Comajoan Cara
- License: MIT
- Homepage: https://github.com/salif/bearplus
- Main Live Preview: https://salif.github.io/zola-themes-collection/demo/bearplus/
- Min Zola version: 0.17.2
- Original: https://codeberg.org/alanpearce/zola-bearblog
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/salif/bearplus.git themes/bearplus
- Option B: Clone the theme into your themes directory:
git clone https://github.com/salif/bearplus.git themes/bearplus
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "bearplus"xuan
Modern, pretty, and clean theme
Info
- Author: jhq223
- License: MIT
- Homepage: https://github.com/jhq223/xuan
- Main Live Preview: https://xuan-theme.jhq223.workers.dev
- Min Zola version: 0.21.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/jhq223/xuan.git themes/xuan
- Option B: Clone the theme into your themes directory:
git clone https://github.com/jhq223/xuan.git themes/xuan
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "xuan"Duckling
Feature-rich and modern theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "duckling"terminimal
A simple, minimal retro theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "terminimal"dark-magic
Elegant dark theme
Info
- Author: DirectorX
- License: ICS
- Homepage: https://github.com/DirectorX/dark-magic
- Main Live Preview: https://directorx.github.io/dark-magic/
- Min Zola version: 0.1.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/DirectorX/dark-magic.git themes/dark-magic
- Option B: Clone the theme into your themes directory:
git clone https://github.com/DirectorX/dark-magic.git themes/dark-magic
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "dark-magic"DogFood
A blog theme
Info
- Author: CSUwangj
- License: MIT
- Homepage: https://github.com/CSUwangj/DogFood
- Min Zola version: 0.4.0
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "DogFood"Oceanic Zen
Minimalistic blog theme
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "oceanic-zen"Draczola Bear
Bear enters the darkness
Info
- Author: Siddhant Laddha
- License: MIT
- Homepage: https://github.com/siddhantladdha/draczola-bear
- Main Live Preview: https://sid555.com/draczola-bear/
- Min Zola version: 0.22.0
- Original: https://codeberg.org/alanpearce/zola-bearblog
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/siddhantladdha/draczola-bear.git themes/draczola-bear
- Option B: Clone the theme into your themes directory:
git clone https://github.com/siddhantladdha/draczola-bear.git themes/draczola-bear
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "draczola-bear"UI Navigation
A multilingual theme designed for accessibility rather than visual.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "zluinav"Sandbox
Sandbox is a theme for Zola.
Info
- Author: Miguel Pimentel
- License: MIT
- Homepage: https://github.com/salif/sandbox
- Main Live Preview: https://salif.github.io/zola-themes-collection/demo/sandbox/
- Min Zola version: 0.18.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/salif/sandbox.git themes/sandbox
- Option B: Clone the theme into your themes directory:
git clone https://github.com/salif/sandbox.git themes/sandbox
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "sandbox"silk
A modern, simple, clean blog theme for Zola.
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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "silk"anatole-zola
A port of farbox-theme-Anatole for 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
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 initand 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
zola.tomlorconfig.tomlfile:
theme = "anatole-zola"Lekhz
A text focussed and minimal personal portfolio theme with dark mode.
Info
- Author: Rahul Tiwari
- License: MIT
- Homepage: https://github.com/ba11b0y/lekhz
- Min Zola version: 0.38
- Original: https://github.com/ba11b0y/lekh
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/ba11b0y/lekhz.git themes/lekhz
- Option B: Clone the theme into your themes directory:
git clone https://github.com/ba11b0y/lekhz.git themes/lekhz
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "lekhz"pico
Clean and minimalistic dark theme
Info
- Author: Vitaliy Kuznetsov
- License: MIT
- Homepage: https://github.com/kuznetsov17/pico
- Main Live Preview: https://kuznetsov17.github.io/pico/
- Min Zola version: 0.18.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/kuznetsov17/pico.git themes/pico
- Option B: Clone the theme into your themes directory:
git clone https://github.com/kuznetsov17/pico.git themes/pico
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "pico"photography theme
a photography portfolio theme with many features, including an AI blocker
Info
- Author: arbs09
- License: MIT
- Homepage: https://arbs09.dev/projects/photography-theme/
- Min Zola version: 0.19.2
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/arbs09/photography-theme.git themes/photography
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/arbs09/photography-theme.git themes/photography
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "photography"Martinique
A simple dark/light theme for Zola.
Info
- Author: Martin Larsson
- License: MIT
- Homepage: https://codeberg.org/martinlarsson/martinique
- Min Zola version: 0.21.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/martinlarsson/martinique.git themes/martinique
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/martinlarsson/martinique.git themes/martinique
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "martinique"coffee
A simple theme for Zola inspired by coffee.
Info
- Author: Myxogastria0808
- License: MIT
- Homepage: https://github.com/Myxogastria0808/coffee/
- Main Live Preview: https://zola-coffee-theme.netlify.app/
- Min Zola version: 0.19.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/Myxogastria0808/coffee.git themes/coffee
- Option B: Clone the theme into your themes directory:
git clone https://github.com/Myxogastria0808/coffee.git themes/coffee
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "coffee"coast
A simple theme for Zola that evokes the feel the sea breeze.
Info
- Author: Myxogastria0808
- License: MIT
- Homepage: https://github.com/Myxogastria0808/coast/
- Main Live Preview: https://zola-coast-theme.netlify.app/
- Min Zola version: 0.19.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/Myxogastria0808/coast.git themes/coast
- Option B: Clone the theme into your themes directory:
git clone https://github.com/Myxogastria0808/coast.git themes/coast
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "coast"HayFlow
HayFlow is a minimal and completely modular Zola theme for anyone wishing to have their own landing page.
Info
- Author: Cyril Marpaud
- License: CC-BY-SA 4.0
- Homepage: https://gitlab.com/cyril-marpaud/hayflow
- Main Live Preview: https://cyril-marpaud.gitlab.io
- Min Zola version: 0.4.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://gitlab.com/cyril-marpaud/hayflow.git themes/hayflow
- Option B: Clone the theme into your themes directory:
git clone https://gitlab.com/cyril-marpaud/hayflow.git themes/hayflow
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "hayflow"hallo
A single-page theme to introduce yourself.
Info
- Author: Jan Baudisch
- License: MIT
- Homepage: https://codeberg.org/janbaudisch/zola-hallo
- Main Live Preview: https://zola-hallo.janbaudisch.dev
- Min Zola version: 0.4.0
- Original: https://github.com/EmielH/hallo-hugo
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://codeberg.org/janbaudisch/zola-hallo.git themes/hallo
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/janbaudisch/zola-hallo.git themes/hallo
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "hallo"Persona
A portfolio, a resume, a blog, and a Zola theme.
Info
- Author: Chang, Heng-Sheng
- License: MIT
- Homepage: https://hanson-hschang.github.io/Persona-Zola-Theme
- Min Zola version: 0.20.0
- Original: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/hanson-hschang/persona-zola-theme.git themes/persona
- Option B: Clone the theme into your themes directory:
git clone https://github.com/hanson-hschang/persona-zola-theme.git themes/persona
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "persona"OnePageAPI
A template for simple single page API introduction
Info
- Author: Vishal Rashmika
- License: GPL-3.0
- Homepage: https://github.com/VishalRashmika/OnePageAPI
- Main Live Preview: https://vishalrashmika.github.io/OnePageAPI
- Min Zola version: 0.4.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/VishalRashmika/OnePageAPI.git themes/OnePageAPI
- Option B: Clone the theme into your themes directory:
git clone https://github.com/VishalRashmika/OnePageAPI.git themes/OnePageAPI
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "OnePageAPI"pechersk
Modern blog scheme with sidenotes
Info
- Author: Seva Poliakov
- License: MIT
- Homepage: https://github.com/ctrlok/pechersk
- Main Live Preview: https://dvps.blog
- Min Zola version: 0.0.1
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/ctrlok/zola-pechersk.git themes/zola-pechersk
- Option B: Clone the theme into your themes directory:
git clone https://github.com/ctrlok/zola-pechersk.git themes/zola-pechersk
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zola-pechersk"Snakedown
A theme for hosting python documentation and API references
Info
- Author: Sam Vente
- License: MIT
- Homepage: https://github.com/savente93/zola-snakedown-theme
- Min Zola version: 0.21.0
- Original: https://github.com/pydata/pydata-sphinx-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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/savente93/zola-snakedown-theme.git themes/snakedown
- Option B: Clone the theme into your themes directory:
git clone https://github.com/savente93/zola-snakedown-theme.git themes/snakedown
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "snakedown"pixam-zola
Pixam's Zola theme
Info
- Author: Pixam
- License: MIT
- Homepage: https://github.com/pixambi/pixam-zola
- Main Live Preview: https://pixambi.github.io/pixam-zola/
- Min Zola version: 0.22.0
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/pixambi/pixam-zola.git themes/pixam-zola
- Option B: Clone the theme into your themes directory:
git clone https://github.com/pixambi/pixam-zola.git themes/pixam-zola
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "pixam-zola"Ergo
A simple blog Theme focused on writing, inspired by svbtle
Info
- Author: Andrew Plaza
- License: MIT
- Homepage: https://github.com/insipx/Ergo
- Main Live Preview: https://ergo.liquidthink.net
- Min Zola version: 0.4.1
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/insipx/Ergo.git themes/Ergo
- Option B: Clone the theme into your themes directory:
git clone https://github.com/insipx/Ergo.git themes/Ergo
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "Ergo"Hermit_Zola
Minimal Zola theme
Info
- Author: VersBinarii
- License: MIT
- Homepage: https://github.com/VersBinarii/hermit_zola
- Main Live Preview: https://versbinarii.gitlab.io/blog/
- Min Zola version: 0.4.0
- Original: https://github.com/Track3/hermit
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/VersBinarii/hermit_zola.git themes/hermit_zola
- Option B: Clone the theme into your themes directory:
git clone https://github.com/VersBinarii/hermit_zola.git themes/hermit_zola
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "hermit_zola"zola.386
Zola port of the BOOTSTRA.386 theme.
Info
- Author: José Lopes
- License: MIT
- Homepage: https://github.com/lopes/zola.386
- Main Live Preview: https://zola386.netlify.com
- Min Zola version: 0.10.1
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/lopes/zola.386.git themes/zola.386
- Option B: Clone the theme into your themes directory:
git clone https://github.com/lopes/zola.386.git themes/zola.386
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "zola.386"Anpu
A port of the Hugo Anubis theme
Info
- Author: Rostislav Raykov
- License: MIT
- Homepage: https://github.com/zbrox/anpu-zola-theme
- Main Live Preview: https://anpu-zola-theme.vercel.app
- Min Zola version: 0.11.0
- Original: https://github.com/mitrichius/hugo-theme-anubis
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 initand initialize a Git repository:git init - Download the theme
- Option A: Add the theme as a git submodule:
git submodule add https://github.com/zbrox/anpu-zola-theme.git themes/anpu
- Option B: Clone the theme into your themes directory:
git clone https://github.com/zbrox/anpu-zola-theme.git themes/anpu
- Enable the theme in your
zola.tomlorconfig.tomlfile:
theme = "anpu"