Skip to content

Commit

Permalink
Update themes gallery (#1899)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
Keats and actions-user authored Jun 18, 2022
1 parent 72461a1 commit faf306e
Show file tree
Hide file tree
Showing 59 changed files with 332 additions and 224 deletions.
6 changes: 3 additions & 3 deletions docs/content/themes/DeepThought/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "DeepThought"
description = "A simple blog theme focused on writing powered by Bulma and Zola."
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/RatanShreshtha/DeepThought.git"
homepage = "https://github.com/RatanShreshtha/DeepThought"
minimum_version = "0.14.1"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/Ergo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "Ergo"
description = "A simple blog Theme focused on writing, inspired by svbtle"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/insipx/Ergo.git"
homepage = "https://github.com/insipx/Ergo"
minimum_version = "0.4.1"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/Zulma/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "Zulma"
description = "A zola theme based off bulma.css"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/Worble/Zulma.git"
homepage = "https://github.com/Worble/Zulma"
minimum_version = "0.6.0"
Expand Down
191 changes: 143 additions & 48 deletions docs/content/themes/abridge/index.md

Large diffs are not rendered by default.

Binary file modified docs/content/themes/abridge/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/content/themes/adidoks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "adidoks"
description = "AdiDoks is a Zola theme helping you build modern documentation."
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/aaranxu/adidoks.git"
homepage = "https://github.com/aaranxu/adidoks"
minimum_version = "0.15.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/after-dark/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "after-dark"
description = "A robust, elegant dark theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/getzola/after-dark.git"
homepage = "https://github.com/getzola/after-dark"
minimum_version = "0.11.0"
Expand Down
19 changes: 16 additions & 3 deletions docs/content/themes/anatole-zola/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "anatole-zola"
description = "A port of farbox-theme-Anatole for zola"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/longfangsong/anatole-zola.git"
homepage = "https://github.com/longfangsong/anatole-zola"
minimum_version = "0.4.0"
Expand All @@ -29,6 +29,10 @@ ___

![screenshot-mobile](./screenshot-mobile.png)

![screenshot-dark](./screenshot-dark.png)

![screenshot-mobile-dark](./screenshot-mobile-dark.png)

## Installation

First download this theme to your `themes` directory:
Expand Down Expand Up @@ -57,6 +61,15 @@ description = "A other zola theme"
base_url = "https://example.com"
```

### Mode

Though the origin theme only support light mode, we added a dark mode option here.

You can either
- set the `extra.mode` field in `config.toml` to use the dark/light mode
- or set the `extra.default_mode` field in `config.toml` to read the dark/light mode from `localStorage` (the key is `'mode'`), and use some Javascript to control the theme each reader is using
- or do nothing, we'll use light mode by default

### Language

Currently, we have English, Chinese and German translations, set the `default_language` if necessary:
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/anpu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "Anpu"
description = "A port of the Hugo Anubis theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/zbrox/anpu-zola-theme.git"
homepage = "https://github.com/zbrox/anpu-zola-theme"
minimum_version = "0.11.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/apollo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "apollo"
description = "Modern and minimalistic blog theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/not-matthias/apollo.git"
homepage = "https://github.com/not-matthias/apollo"
minimum_version = "0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/archie-zola/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "archie-zola"
description = "A zola theme based on Hugo archie."
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/XXXMrG/archie-zola.git"
homepage = "https://github.com/XXXMrG/archie-zola"
minimum_version = "0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/blow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "Blow"
description = "A Zola theme made with Tailwindcss"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/tchartron/blow.git"
homepage = "https://github.com/tchartron/blow"
minimum_version = "0.9.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/book/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "book"
description = "A book theme inspired from GitBook/mdBook"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/getzola/book.git"
homepage = "https://github.com/getzola/book"
minimum_version = "0.5.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/clean-blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "Clean Blog"
description = "A port of Start Bootstrap Clean Blog for Zola"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-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"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/codinfox-zola/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "codinfox-zola"
description = "Codinfox theme for Zola"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/svavs/codinfox-zola.git"
homepage = "https://github.com/svavs/codinfox-zola"
minimum_version = "0.11.0"
Expand Down
12 changes: 6 additions & 6 deletions docs/content/themes/d3c3nt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
title = "d3c3nt"
description = "A simple, clean, and flexible theme for personal sites."
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "git://git.figbert.com/d3c3nt.git"
homepage = "https://git.figbert.com/figbert/d3c3nt"
homepage = "https://git.figbert.com/d3c3nt/"
minimum_version = "0.15.0"
license = "GPLv3"
license = "AGPLv3"
demo = "https://d3c3nt.figbert.com"

[extra.author]
Expand All @@ -36,7 +36,7 @@ it as a git submodule:

```
$ cd themes/
$ git submodule add https://git.figbert.com/FIGBERT/d3c3nt.git
$ git submodule add git://git.figbert.com/d3c3nt.git
```

After installing the theme, set the top-level `theme` variable to
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/dinkleberg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "dinkleberg"
description = "The Rust BR theme for Gutenberg"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/rust-br/dinkleberg.git"
homepage = "https://github.com/rust-br/dinkleberg"
minimum_version = "0.4.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/docsascode-theme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/codeandmedia/zola_docsascode_theme.git"
homepage = "https://github.com/codeandmedia/zola_docsascode_theme"
minimum_version = "0.10.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/dose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "dose"
description = "a small blog theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/oltdaniel/dose.git"
homepage = "https://github.com/oltdaniel/dose"
minimum_version = "0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/emily/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "emily_zola_theme"
description = "a KISS theme for Zola"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/kyoheiu/emily_zola_theme.git"
homepage = "https://github.com/kyoheiu/emily_zola_theme"
minimum_version = "0.14.1"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/even/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "even"
description = "A robust, elegant dark theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/getzola/even.git"
homepage = "https://github.com/getzola/even"
minimum_version = "0.11.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/feather/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "feather"
description = "A modern blog theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/piedoom/feather.git"
homepage = "https://github.com/piedoom/feather"
minimum_version = "0.11.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/float/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "Float"
description = "An elegant blog theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://gitlab.com/float-theme/float.git"
homepage = "https://float-theme.netlify.app/"
minimum_version = "0.15.3"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/hallo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "hallo"
description = "A single-page theme to introduce yourself."
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/flyingP0tat0/zola-hallo.git"
homepage = "https://github.com/janbaudisch/zola-hallo"
minimum_version = "0.4.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/hephaestus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
title = "hephaestus"
description = "A portfolio theme"
template = "theme.html"
date = 2022-06-10T21:55:08+02:00
date = 2022-06-15T01:35:37-07:00

[extra]
created = 2022-06-10T21:55:08+02:00
updated = 2022-06-10T21:55:08+02:00
created = 2022-06-15T01:35:37-07:00
updated = 2022-06-15T01:35:37-07:00
repository = "https://github.com/BConquest/hephaestus.git"
homepage = "https://github.com/BConquest/hephaestus"
minimum_version = "0.4.0"
Expand Down
Loading

0 comments on commit faf306e

Please sign in to comment.