Update themes gallery (#1847)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Vincent Prouillet 2022-05-03 18:50:41 +02:00 committed by GitHub
parent 55126050b3
commit 1fbe6fbbef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 181 additions and 170 deletions

View file

@ -3,11 +3,11 @@
title = "DeepThought"
description = "A simple blog theme focused on writing powered by Bulma and Zola."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/RatanShreshtha/DeepThought.git"
homepage = "https://github.com/RatanShreshtha/DeepThought"
minimum_version = "0.9.0"

View file

@ -3,11 +3,11 @@
title = "Ergo"
description = "A simple blog Theme focused on writing, inspired by svbtle"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/insipx/Ergo.git"
homepage = "https://github.com/insipx/Ergo"
minimum_version = "0.4.1"

View file

@ -3,11 +3,11 @@
title = "Zulma"
description = "A zola theme based off bulma.css"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/Worble/Zulma.git"
homepage = "https://github.com/Worble/Zulma"
minimum_version = "0.6.0"

View file

@ -3,11 +3,11 @@
title = "abridge"
description = "A fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No JS."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/Jieiku/abridge.git"
homepage = "https://github.com/jieiku/abridge"
minimum_version = "0.14.1"
@ -21,7 +21,9 @@ homepage = "https://github.com/jieiku"
# Abridge Zola Theme
Abridge is a fast and lightweight Zola theme using semantic html, class-light [abridge.css](https://github.com/jieiku/abridge-css), and No JS.
Abridge is a fast and lightweight Zola theme using semantic html, class-light [abridge.css](https://github.com/jieiku/abridge.css), and No JS.
![abridge](screenshot.png)
## Demo
@ -110,6 +112,14 @@ You can customize your configurations, templates and content for yourself. Look
at the `config.toml`, `content` files, and templates files in this
repo for an idea.
### Colors and Styles
Colors and style are handled by the sass files of [abridge.css](https://github.com/jieiku/abridge.css)
To change colors of this theme all you need to do is edit `/themes/abridge/sass/themes/_auto.scss`
then in the root of your site type `zola build` which will regenerate your site, this is similar to what zola serve does, except it does not facilitate serving the site.
This is also the way you should generate your site to serve it by a real webserver such as nginx.
### Global Configuration
There are some configuration options that you can customize in `config.toml`.
@ -130,10 +140,11 @@ Use search function for the content.
build_search_index = true
```
Currently this theme has not yet implemented a search, there are however several themes that have.
For the moment you can look at how those other themes have implemented their search.
I plan to implement a search field eventually, but am still weighing my options.
I would prefer a self hosted search method that works even if javascript is disabled in the browser. (open an issue report if you know of one.)
The search is the only thing that requires javascript in this this theme.
If you set `build_search_index` to false then the javascript files will no longer be loaded.
The default elasticlunr search is currently used, I may eventually switch this out for something else.
#### Configuration options under the `extra`

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View file

@ -3,11 +3,11 @@
title = "adidoks"
description = "AdiDoks is a Zola theme helping you build modern documentation."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/aaranxu/adidoks.git"
homepage = "https://github.com/aaranxu/adidoks"
minimum_version = "0.13.0"

View file

@ -3,11 +3,11 @@
title = "after-dark"
description = "A robust, elegant dark theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/getzola/after-dark.git"
homepage = "https://github.com/getzola/after-dark"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "anatole-zola"
description = "A port of farbox-theme-Anatole for zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/longfangsong/anatole-zola.git"
homepage = "https://github.com/longfangsong/anatole-zola"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "Anpu"
description = "A port of the Hugo Anubis theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/zbrox/anpu-zola-theme.git"
homepage = "https://github.com/zbrox/anpu-zola-theme"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "Blow"
description = "A Zola theme made with Tailwindcss"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/tchartron/blow.git"
homepage = "https://github.com/tchartron/blow"
minimum_version = "0.9.0"

View file

@ -3,11 +3,11 @@
title = "book"
description = "A book theme inspired from GitBook/mdBook"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/getzola/book.git"
homepage = "https://github.com/getzola/book"
minimum_version = "0.5.0"

View file

@ -3,11 +3,11 @@
title = "Clean Blog"
description = "A port of Start Bootstrap Clean Blog for Zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/dave-tucker/zola-clean-blog.git"
homepage = "https://github.com/dave-tucker/zola-clean-blog"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "codinfox-zola"
description = "Codinfox theme for Zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/svavs/codinfox-zola.git"
homepage = "https://github.com/svavs/codinfox-zola"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "d3c3nt"
description = "A simple, clean, and flexible theme for personal sites."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://git.figbert.com/FIGBERT/d3c3nt.git"
homepage = "https://github.com/figbert/d3c3nt"
minimum_version = "0.15.0"

View file

@ -3,11 +3,11 @@
title = "dinkleberg"
description = "The Rust BR theme for Gutenberg"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/rust-br/dinkleberg.git"
homepage = "https://github.com/rust-br/dinkleberg"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "Docsascode_theme"
description = "A modern simple Zola's theme related to docs as code methodology"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/codeandmedia/zola_docsascode_theme.git"
homepage = "https://github.com/codeandmedia/zola_docsascode_theme"
minimum_version = "0.10.0"

View file

@ -3,11 +3,11 @@
title = "dose"
description = "a small blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/oltdaniel/dose.git"
homepage = "https://github.com/oltdaniel/dose"
minimum_version = "0.14.0"

View file

@ -3,11 +3,11 @@
title = "emily_zola_theme"
description = "a KISS theme for Zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/kyoheiu/emily_zola_theme.git"
homepage = "https://github.com/kyoheiu/emily_zola_theme"
minimum_version = "0.14.1"

View file

@ -3,11 +3,11 @@
title = "even"
description = "A robust, elegant dark theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/getzola/even.git"
homepage = "https://github.com/getzola/even"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "feather"
description = "A modern blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/piedoom/feather.git"
homepage = "https://github.com/piedoom/feather"
minimum_version = "0.5.1"

View file

@ -3,11 +3,11 @@
title = "Float"
description = "An elegant blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://gitlab.com/float-theme/float.git"
homepage = "https://float-theme.netlify.app/"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "hallo"
description = "A single-page theme to introduce yourself."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/flyingP0tat0/zola-hallo.git"
homepage = "https://github.com/janbaudisch/zola-hallo"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "hephaestus"
description = "A portfolio theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/BConquest/hephaestus.git"
homepage = "https://github.com/BConquest/hephaestus"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "Hermit_Zola"
description = "Minimal Zola theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/VersBinarii/hermit_zola.git"
homepage = "https://github.com/VersBinarii/hermit_zola"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "Hook"
description = "Clean and simple personal site/blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/InputUsername/zola-hook.git"
homepage = "https://github.com/InputUsername/zola-hook"
minimum_version = "0.15.2"

View file

@ -3,11 +3,11 @@
title = "hyde"
description = "A classic blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/getzola/hyde.git"
homepage = "https://github.com/getzola/hyde"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "juice"
description = "An intuitive, elegant, and lightweight Zola theme for product sites."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/huhu/juice.git"
homepage = "https://github.com/huhu/juice"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "karzok"
description = "A theme for your documentation. Fast and secure"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/kogeletey/karzok.git"
homepage = "https://github.com/kogeletey/karzok"
minimum_version = "0.0.14"

View file

@ -3,11 +3,11 @@
title = "kodama"
description = "Theme insipired by wowchemy academic."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/adfaure/kodama-theme.git"
homepage = "https://github.com/adfaure/kodama-theme"
minimum_version = "0.15"

View file

@ -3,11 +3,11 @@
title = "lightspeed"
description = "Zola theme with a perfect Lighthouse score"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/carpetscheme/lightspeed.git"
homepage = "https://github.com/carpetscheme/lightspeed"
minimum_version = "0.10.0"

View file

@ -3,11 +3,11 @@
title = "nasm-theme"
description = "A robust, elegant blue theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/lucasnasm/nasm-theme.git"
homepage = "https://github.com/lucasnasm/nasm-theme"
minimum_version = "0.1.0"

View file

@ -3,11 +3,11 @@
title = "ntun-zola-theme"
description = "A classic resume theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/Netoun/ntun.git"
homepage = "https://github.com/netoun/ntun"
minimum_version = "0.1.0"

View file

@ -3,11 +3,11 @@
title = "Oceanic Zen"
description = "Minimalistic blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/barlog-m/oceanic-zen.git"
homepage = "https://github.com/barlog-m/oceanic-zen"
minimum_version = "0.12.0"

View file

@ -3,11 +3,11 @@
title = "Papaya"
description = "A clean Zola theme for blogging and projects"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/justint/papaya.git"
homepage = "https://github.com/justint/papaya"
minimum_version = "0.14.0"

View file

@ -3,11 +3,11 @@
title = "particle"
description = "Particle theme for Zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/svavs/particle-zola.git"
homepage = "https://github.com/svavs/particle"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "resume"
description = "A resume theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/AlongWY/zola-resume.git"
homepage = "https://github.com/alongwy/zola-resume"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "sam"
description = "A Simple and Minimalist theme with a focus on typography and content."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/janbaudisch/zola-sam.git"
homepage = "https://github.com/janbaudisch/zola-sam"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "Seje2"
description = "A beautiful zola theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/eatradish/seje2"
homepage = "https://github.com/eatradish/Seje2"
minimum_version = "0.15.0"

View file

@ -3,11 +3,11 @@
title = "serene"
description = "A blog theme for zola, simple and clean."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/isunjn/serene.git"
homepage = "https://github.com/isunjn/serene"
minimum_version = "0.9.0"

View file

@ -3,11 +3,11 @@
title = "simple-dev-blog"
description = "A simple dev blog theme with no javascript, prerendered linked pages and SEO tags."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter.git"
homepage = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "simplify"
description = "A minimal blog theme built with simple.css"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/tarunjana/simplify.git"
homepage = "https://github.com/tarunjana/simplify"
minimum_version = "0.15.3"

View file

@ -3,11 +3,11 @@
title = "Slim"
description = "Slim is a minimal, clean and beautiful theme for Zola."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/jameshclrk/zola-slim.git"
homepage = "https://github.com/jameshclrk/zola-slim"
minimum_version = "0.8.0"

View file

@ -3,11 +3,11 @@
title = "Soapstone"
description = "A bare bones dark theme with some color tweakability"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/MattyRad/soapstone.git"
homepage = "https://github.com/MattyRad/soapstone"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "solar-theme-zola"
description = "A port of solar-theme-hugo for zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/hulufei/solar-theme-zola.git"
homepage = "https://github.com/hulufei/solar-theme-zola"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "tale-zola"
description = "Tala-Zola is a minimal Zola theme helping you to build a nice and seo-ready blog."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/aaranxu/tale-zola.git"
homepage = "https://github.com/aaranxu/tale-zola"
minimum_version = "0.13.0"

View file

@ -3,11 +3,11 @@
title = "Toucan"
description = "Inspired from Pelican default theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://git.42l.fr/HugoTrentesaux/toucan.git"
homepage = "https://git.42l.fr/HugoTrentesaux/toucan"
minimum_version = "0.8.0"

View file

@ -3,11 +3,11 @@
title = "zerm"
description = "A minimalistic and dark theme based on Radek Kozieł's theme for Hugo"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/ejmg/zerm.git"
homepage = "https://github.com/ejmg/zerm"
minimum_version = "0.8.0"

View file

@ -3,11 +3,11 @@
title = "Zhuia"
description = "An elegant but still playful theme for Zola."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/gicrisf/zhuia.git"
homepage = "https://github.com/gicrisf/zhuia"
minimum_version = "0.15.0"

View file

@ -3,11 +3,11 @@
title = "henry"
description = "A timeless blog theme"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/sirodoht/zola-henry.git"
homepage = "https://github.com/sirodoht/zola-henry"
minimum_version = "0.4.0"

View file

@ -3,11 +3,11 @@
title = "zola-paper"
description = "A clean theme inspired from hugo-paper."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/schoenenberg/zola-paper.git"
homepage = "https://github.com/schoenenberg/zola-paper"
minimum_version = "0.11.0"

View file

@ -3,11 +3,11 @@
title = "pickles"
description = "A modern, simple, clean blog theme for Zola."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/lukehsiao/zola-pickles.git"
homepage = "https://github.com/lukehsiao/zola-pickles"
minimum_version = "0.13.0"

View file

@ -3,11 +3,11 @@
title = "Course"
description = "A zola theme designed for online courses or tutorials"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/elegaanz/zola-theme-course.git"
homepage = "https://github.com/elegaanz/zola-theme-course"
minimum_version = "0.15.0"

View file

@ -3,11 +3,11 @@
title = "Hikari"
description = "Fluid, responsive blog theme for Zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/waynee95/zola-theme-hikari.git"
homepage = "https://github.com/waynee95/zola-theme-hikari"
minimum_version = "0.5.1"

View file

@ -3,11 +3,11 @@
title = "zola.386"
description = "Zola port of the BOOTSTRA.386 theme."
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/lopes/zola.386.git"
homepage = "https://github.com/lopes/zola.386"
minimum_version = "0.10.1"

View file

@ -3,11 +3,11 @@
title = "EasyDocs"
description = "An easy way to create docs for your project"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/codeandmedia/zola_easydocs_theme.git"
homepage = "https://github.com/codeandmedia/zola_easydocs_theme"
minimum_version = "0.13.0"

View file

@ -3,11 +3,11 @@
title = "zolastrap"
description = "A bootstrap theme for zola"
template = "theme.html"
date = 2022-04-23T22:39:45+02:00
date = 2022-05-02T15:40:10-07:00
[extra]
created = 2022-04-23T22:39:45+02:00
updated = 2022-04-23T22:39:45+02:00
created = 2022-05-02T15:40:10-07:00
updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/marcodpt/zolastrap.git"
homepage = "https://github.com/marcodpt/zolastrap"
minimum_version = "0.14.1"