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

View file

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

View file

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

View file

@ -3,11 +3,11 @@
title = "abridge" title = "abridge"
description = "A fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No JS." description = "A fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No JS."
template = "theme.html" template = "theme.html"
date = 2022-04-23T22:39:45+02:00 date = 2022-05-02T15:40:10-07:00
[extra] [extra]
created = 2022-04-23T22:39:45+02:00 created = 2022-05-02T15:40:10-07:00
updated = 2022-04-23T22:39:45+02:00 updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/Jieiku/abridge.git" repository = "https://github.com/Jieiku/abridge.git"
homepage = "https://github.com/jieiku/abridge" homepage = "https://github.com/jieiku/abridge"
minimum_version = "0.14.1" minimum_version = "0.14.1"
@ -21,7 +21,9 @@ homepage = "https://github.com/jieiku"
# Abridge Zola Theme # 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 ## 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 at the `config.toml`, `content` files, and templates files in this
repo for an idea. 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 ### Global Configuration
There are some configuration options that you can customize in `config.toml`. 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 build_search_index = true
``` ```
Currently this theme has not yet implemented a search, there are however several themes that have. The search is the only thing that requires javascript in this this theme.
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. If you set `build_search_index` to false then the javascript files will no longer be loaded.
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 default elasticlunr search is currently used, I may eventually switch this out for something else.
#### Configuration options under the `extra` #### 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" title = "adidoks"
description = "AdiDoks is a Zola theme helping you build modern documentation." description = "AdiDoks is a Zola theme helping you build modern documentation."
template = "theme.html" template = "theme.html"
date = 2022-04-23T22:39:45+02:00 date = 2022-05-02T15:40:10-07:00
[extra] [extra]
created = 2022-04-23T22:39:45+02:00 created = 2022-05-02T15:40:10-07:00
updated = 2022-04-23T22:39:45+02:00 updated = 2022-05-02T15:40:10-07:00
repository = "https://github.com/aaranxu/adidoks.git" repository = "https://github.com/aaranxu/adidoks.git"
homepage = "https://github.com/aaranxu/adidoks" homepage = "https://github.com/aaranxu/adidoks"
minimum_version = "0.13.0" minimum_version = "0.13.0"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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