Update themes gallery (#1813)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
e3d7051caa
commit
8d979bfd4e
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/InsidiousMind/Ergo.git"
|
repository = "https://github.com/InsidiousMind/Ergo.git"
|
||||||
homepage = "https://github.com/insipx/Ergo"
|
homepage = "https://github.com/insipx/Ergo"
|
||||||
minimum_version = "0.4.1"
|
minimum_version = "0.4.1"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/Worble/Zulma"
|
repository = "https://github.com/Worble/Zulma"
|
||||||
homepage = "https://github.com/Worble/Zulma"
|
homepage = "https://github.com/Worble/Zulma"
|
||||||
minimum_version = "0.6.0"
|
minimum_version = "0.6.0"
|
||||||
|
228
docs/content/themes/abridge/index.md
Normal file
228
docs/content/themes/abridge/index.md
Normal file
@ -0,0 +1,228 @@
|
|||||||
|
|
||||||
|
+++
|
||||||
|
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-03-29T03:40:07-07:00
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
created = 2022-03-29T03:40:07-07:00
|
||||||
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
|
repository = "https://github.com/Jieiku/abridge"
|
||||||
|
homepage = "https://github.com/jieiku/abridge"
|
||||||
|
minimum_version = "0.14.1"
|
||||||
|
license = "MIT"
|
||||||
|
demo = "https://jieiku.github.io/abridge-demo/"
|
||||||
|
|
||||||
|
[extra.author]
|
||||||
|
name = "Jake G (jieiku)"
|
||||||
|
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.
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
[https://jieiku.github.io/abridge-demo/](https://jieiku.github.io/abridge-demo/)
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
This theme requires version 0.14.1 or later of [Zola](https://www.getzola.org/documentation/getting-started/installation/)
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/jieiku/abridge
|
||||||
|
cd abridge
|
||||||
|
zola serve
|
||||||
|
# open http://127.0.0.1:1111/ in the browser
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
The Quick Start example shows you how to run the theme directly as a site.
|
||||||
|
Next we will use abridge as a theme to a NEW site.
|
||||||
|
|
||||||
|
### Step 1: Create a new zola site
|
||||||
|
|
||||||
|
```bash
|
||||||
|
zola init mysite
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 2: Install abridge
|
||||||
|
|
||||||
|
Download this theme to your themes directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd mysite/themes
|
||||||
|
git clone https://github.com/jieiku/abridge.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Or install as a submodule:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd mysite
|
||||||
|
git init # if your project is a git repository already, ignore this command
|
||||||
|
git submodule add https://github.com/jieiku/abridge.git themes/abridge
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 3: Configuration
|
||||||
|
|
||||||
|
Enable the theme in your `config.toml` in the site directory:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
theme = "abridge"
|
||||||
|
```
|
||||||
|
|
||||||
|
Or copy the `config.toml` from the theme directory to your project's
|
||||||
|
root directory, and uncomment the theme line:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cp themes/abridge/config.toml config.toml
|
||||||
|
sed -i 's/^#theme = "abridge"/theme = "abridge"/' config.toml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 4: Add new content
|
||||||
|
|
||||||
|
You can copy the content from the theme directory to your project:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cp -r themes/abridge/content .
|
||||||
|
```
|
||||||
|
|
||||||
|
You can modify or add new posts in the content directory as needed.
|
||||||
|
|
||||||
|
### Step 5: Run the project
|
||||||
|
|
||||||
|
Just run `zola serve` in the root path of the project:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
zola serve
|
||||||
|
```
|
||||||
|
|
||||||
|
Zola will start the development web server making your site accessible by default at
|
||||||
|
`http://127.0.0.1:1111`. Saved changes will live reload in the browser.
|
||||||
|
|
||||||
|
## Customization
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
### Global Configuration
|
||||||
|
|
||||||
|
There are some configuration options that you can customize in `config.toml`.
|
||||||
|
|
||||||
|
#### Configuration options before `extra` options
|
||||||
|
|
||||||
|
Set the authors's taxonomies for the site.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
taxonomies = [
|
||||||
|
{name = "authors"},
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Use search function for the content.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
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.)
|
||||||
|
|
||||||
|
#### Configuration options under the `extra`
|
||||||
|
|
||||||
|
The following options should be under the `[extra]` in `config.toml`
|
||||||
|
|
||||||
|
- `recent = true` - This enabled the Recent posts box visible on the top right.
|
||||||
|
- `recent_items = 9` - The number of items to display in the recent posts box
|
||||||
|
- `footer_credit = true` - This enables the powered by zola and abridge line in the footer.
|
||||||
|
- `textlogo` - The Text based logo in the top left corner
|
||||||
|
- `sitedesc` - This add the site description just below the text based logo.
|
||||||
|
- `author` - Used for articles to denote the author.
|
||||||
|
- `keywords` - This is used for SEO, I am however still working on the SEO related fields, they are likely not 100% correct yet.
|
||||||
|
- `banner` - Image to use in seo related cards, this will be the fallback image if the individual articles does not provide one, still a work in progress.
|
||||||
|
- `menu` - This is an array of links to display at the top right corner of the page
|
||||||
|
- `menu_footer` - This is an array of links to display in the footer of the page
|
||||||
|
- `extra.social` - These are the options for the social icons in the footer, and a couple are also used in SEO related meta tags, still a work in progress.
|
||||||
|
|
||||||
|
Additionally you should configure which social icons you plan to use. (makes the css file size smaller)
|
||||||
|
|
||||||
|
open `themes/abridge/sass/_variables.scss`
|
||||||
|
|
||||||
|
To simply turn them all off you can set `$enable-icons: false`
|
||||||
|
Otherwise to turn on only the ones you need you would set `$enable-icons: true`
|
||||||
|
Then enable only the icons you need, eg for mail you would set `$icon-mail: true`
|
||||||
|
You should then disable all the icons that you do not use, as this will decrease the final size of your css file.
|
||||||
|
The difference in size is NOT a lot, without icons its ~4kb, with all the social icons its ~12kb.
|
||||||
|
There are also some general purpose icons you can use, they are disabled by default.
|
||||||
|
|
||||||
|
The theme requires tags and categories taxonomies to be enabled in your `config.toml`:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
taxonomies = [
|
||||||
|
# You can enable/disable RSS
|
||||||
|
{name = "categories", rss = true},
|
||||||
|
{name = "tags", rss = true},
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Top and Footer menus
|
||||||
|
Set a field in `extra` with a key of `menu` and `menu_footer`.
|
||||||
|
If a link should have a trailing slash at the end of the url set `slash = true`.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
# This is the default menu
|
||||||
|
menu = [
|
||||||
|
{url = "/", name = "Home", slash = true},
|
||||||
|
{url = "/about/", name = "About", slash = true},
|
||||||
|
{url = "/posts/", name = "Posts", slash = true},
|
||||||
|
{url = "/categories/", name = "Categories", slash = true},
|
||||||
|
{url = "/tags/", name = "Tags", slash = true},
|
||||||
|
]
|
||||||
|
menu_footer = [
|
||||||
|
{url = "/", name = "Home", slash = true},
|
||||||
|
{url = "/about/", name = "About", slash = true},
|
||||||
|
{url = "/contact/", name = "Contact", slash = true},
|
||||||
|
{url = "/privacy/", name = "Privacy", slash = true},
|
||||||
|
{url = "/sitemap.xml", name = "Sitemap", slash = false},
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
### SEO and Header Tags
|
||||||
|
|
||||||
|
Some SEO Tags have been added as well as some important head tags for browser compatibility.
|
||||||
|
|
||||||
|
you can review them in the head section of templates/base.html, all configurable values should be in config.toml under config.extra
|
||||||
|
|
||||||
|
SEO is still a work in progress, will be performing more testing and updates as time allows.
|
||||||
|
|
||||||
|
### Templates
|
||||||
|
|
||||||
|
All pages are extend to the `base.html`, and you can customize them as need.
|
||||||
|
|
||||||
|
## Reporting Issues
|
||||||
|
|
||||||
|
We use GitHub Issues as the official bug tracker for **abridge**. Please
|
||||||
|
search [existing issues](https://github.com/jieiku/abridge/issues). It’s
|
||||||
|
possible someone has already reported the same problem.
|
||||||
|
|
||||||
|
If your problem or idea is not addressed yet, [open a new issue](https://github.com/jieiku/abridge/issues/new).
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
We'd love your help! Especially with fixes to issues.
|
||||||
|
The overall idea behind abridge is to be lightweight and fast, and to use zero javascript.
|
||||||
|
The only place that I may eventually add javascript will be for the site search, but hopefully I can find another way.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
**abridge** is distributed under the terms of the
|
||||||
|
[MIT license](https://github.com/jieiku/abridge/blob/master/LICENSE).
|
||||||
|
|
||||||
|
|
BIN
docs/content/themes/abridge/screenshot.png
Normal file
BIN
docs/content/themes/abridge/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/dave-tucker/zola-clean-blog"
|
repository = "https://github.com/dave-tucker/zola-clean-blog"
|
||||||
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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/svavs/codinfox-zola"
|
repository = "https://github.com/svavs/codinfox-zola"
|
||||||
homepage = "https://github.com/svavs/codinfox-zola"
|
homepage = "https://github.com/svavs/codinfox-zola"
|
||||||
minimum_version = "0.11.0"
|
minimum_version = "0.11.0"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/piedoom/feather"
|
repository = "https://github.com/piedoom/feather"
|
||||||
homepage = "https://github.com/piedoom/feather"
|
homepage = "https://github.com/piedoom/feather"
|
||||||
minimum_version = "0.5.1"
|
minimum_version = "0.5.1"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/huhu/juice"
|
repository = "https://github.com/huhu/juice"
|
||||||
homepage = "https://github.com/huhu/juice"
|
homepage = "https://github.com/huhu/juice"
|
||||||
minimum_version = "0.11.0"
|
minimum_version = "0.11.0"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/kogeletey/karzok"
|
repository = "https://github.com/kogeletey/karzok"
|
||||||
homepage = "https://github.com/kogeletey/karzok"
|
homepage = "https://github.com/kogeletey/karzok"
|
||||||
minimum_version = "0.0.14"
|
minimum_version = "0.0.14"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/adfaure/kodama-theme"
|
repository = "https://github.com/adfaure/kodama-theme"
|
||||||
homepage = "https://github.com/adfaure/kodama-theme"
|
homepage = "https://github.com/adfaure/kodama-theme"
|
||||||
minimum_version = "0.15"
|
minimum_version = "0.15"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/carpetscheme/lightspeed"
|
repository = "https://github.com/carpetscheme/lightspeed"
|
||||||
homepage = "https://github.com/carpetscheme/lightspeed"
|
homepage = "https://github.com/carpetscheme/lightspeed"
|
||||||
minimum_version = "0.10.0"
|
minimum_version = "0.10.0"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/Netoun/ntun"
|
repository = "https://github.com/Netoun/ntun"
|
||||||
homepage = "https://github.com/netoun/ntun"
|
homepage = "https://github.com/netoun/ntun"
|
||||||
minimum_version = "0.1.0"
|
minimum_version = "0.1.0"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
title = "resume"
|
title = "resume"
|
||||||
description = "A resume theme"
|
description = "A resume theme"
|
||||||
template = "theme.html"
|
template = "theme.html"
|
||||||
date = 2022-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter"
|
repository = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter"
|
||||||
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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/jameshclrk/zola-slim"
|
repository = "https://github.com/jameshclrk/zola-slim"
|
||||||
homepage = "https://github.com/jameshclrk/zola-slim"
|
homepage = "https://github.com/jameshclrk/zola-slim"
|
||||||
minimum_version = "0.8.0"
|
minimum_version = "0.8.0"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/sirodoht/zola-henry"
|
repository = "https://github.com/sirodoht/zola-henry"
|
||||||
homepage = "https://github.com/sirodoht/zola-henry"
|
homepage = "https://github.com/sirodoht/zola-henry"
|
||||||
minimum_version = "0.4.0"
|
minimum_version = "0.4.0"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/waynee95/zola-theme-hikari"
|
repository = "https://github.com/waynee95/zola-theme-hikari"
|
||||||
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"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-07:00
|
||||||
repository = "https://github.com/lopes/zola.386"
|
repository = "https://github.com/lopes/zola.386"
|
||||||
homepage = "https://github.com/lopes/zola.386"
|
homepage = "https://github.com/lopes/zola.386"
|
||||||
minimum_version = "0.10.1"
|
minimum_version = "0.10.1"
|
||||||
|
@ -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-03-17T09:10:12+01:00
|
date = 2022-03-29T03:40:07-07:00
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
created = 2022-03-17T09:10:12+01:00
|
created = 2022-03-29T03:40:07-07:00
|
||||||
updated = 2022-03-17T09:10:12+01:00
|
updated = 2022-03-29T03:40:07-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"
|
||||||
|
Loading…
Reference in New Issue
Block a user