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
config.toml
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
config.toml
theme = "duckquill"
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
config.toml
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
config.toml
theme = "apollo"
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
config.toml
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
config.toml
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
config.toml
theme = "project-portfolio"
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
config.toml
theme = "terminus"
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
config.toml
theme = "hacker"
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
config.toml
theme = "radion"
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
config.toml
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
config.toml
theme = "olivine"
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/alanpearce/zola-bearblog.git themes/zola-bearblog
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/alanpearce/zola-bearblog.git themes/zola-bearblog
- Enable the theme in your
config.toml
theme = "zola-bearblog"
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
config.toml
theme = "serene"
halcyon
Clean and simple personal site/blog theme
Info
- Author: M0ddr
- License: MIT
- Homepage: https://github.com/m0ddr/halcyon
- 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/m0ddr/halcyon.git themes/halcyon
- Option B: Clone the theme into your themes directory:
git clone https://github.com/m0ddr/halcyon.git themes/halcyon
- Enable the theme in your
config.toml
theme = "halcyon"
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
config.toml
theme = "marisa-theme"
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
config.toml
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
config.toml
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
config.toml
theme = "abridge"
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
config.toml
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
config.toml
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
config.toml
theme = "cela"
Trankwilo
A simplicity and clean documentation theme
Info
- Author: Salif Mehmed
- License: MIT
- Homepage: https://codeberg.org/salif/trankwilo
- Main Live Preview: https://salif.github.io/zola-themes-collection/demo/trankwilo/
- Min Zola version: 0.17.0
- Original: https://github.com/hahwul/goyo
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/trankwilo.git themes/trankwilo
- Option B: Clone the theme into your themes directory:
git clone https://codeberg.org/salif/trankwilo.git themes/trankwilo
- Enable the theme in your
config.toml
theme = "trankwilo"
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
config.toml
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
config.toml
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
config.toml
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
config.toml
theme = "vonge"
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
config.toml
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
config.toml
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
config.toml
theme = "devnzt"
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
config.toml
theme = "landing-grid"
AMZola
A Zola theme template
Info
- License: MIT
- Homepage: https://github.com/jel1yspot/AMZola
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/Jel1ySpot/am-zola-theme.git themes/am-zola-theme
- Option B: Clone the theme into your themes directory:
git clone https://github.com/Jel1ySpot/am-zola-theme.git themes/am-zola-theme
- Enable the theme in your
config.toml
theme = "am-zola-theme"
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
theme = "kodama-theme"
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
config.toml
theme = "noobping"
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
theme = "bearplus"
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
config.toml
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
config.toml
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
config.toml
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
config.toml
theme = "oceanic-zen"
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
theme = "pico"
photography theme
a theme for a photography portfolio
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
config.toml
theme = "photography"
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
config.toml
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
config.toml
theme = "duckling"
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
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
config.toml
theme = "zola-pechersk"