mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
Update themes gallery (#1860)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
1fbe6fbbef
commit
b90492f641
59 changed files with 518 additions and 165 deletions
|
@ -3,11 +3,11 @@
|
|||
title = "DeepThought"
|
||||
description = "A simple blog theme focused on writing powered by Bulma and Zola."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/RatanShreshtha/DeepThought.git"
|
||||
homepage = "https://github.com/RatanShreshtha/DeepThought"
|
||||
minimum_version = "0.9.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Ergo"
|
||||
description = "A simple blog Theme focused on writing, inspired by svbtle"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/insipx/Ergo.git"
|
||||
homepage = "https://github.com/insipx/Ergo"
|
||||
minimum_version = "0.4.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Zulma"
|
||||
description = "A zola theme based off bulma.css"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/Worble/Zulma.git"
|
||||
homepage = "https://github.com/Worble/Zulma"
|
||||
minimum_version = "0.6.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "abridge"
|
||||
description = "A fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No JS."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/Jieiku/abridge.git"
|
||||
homepage = "https://github.com/jieiku/abridge"
|
||||
minimum_version = "0.14.1"
|
||||
|
@ -112,6 +112,19 @@ 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.
|
||||
|
||||
### Number of Items per page for pagination
|
||||
|
||||
To change the number of items per page edit: `abridge/content/_index.md` and change the value for `paginate_by`
|
||||
|
||||
### Page width
|
||||
|
||||
You can set the overal page width by editing `themes\abridge\sass\_variables.scss` file, and adjusting these two lines:
|
||||
|
||||
```scss
|
||||
$mw:50% !default;// max-width
|
||||
$mb:1200px !default;// value at which to switch from fluid layout to using max-width
|
||||
```
|
||||
|
||||
### Colors and Styles
|
||||
|
||||
Colors and style are handled by the sass files of [abridge.css](https://github.com/jieiku/abridge.css)
|
||||
|
@ -142,7 +155,7 @@ build_search_index = true
|
|||
|
||||
The search is the only thing that requires javascript in this this theme.
|
||||
|
||||
If you set `build_search_index` to false then the javascript files will no longer be loaded.
|
||||
If you set `build_search_index` to false then the javascript file will no longer be loaded.
|
||||
|
||||
The default elasticlunr search is currently used, I may eventually switch this out for something else.
|
||||
|
||||
|
@ -228,8 +241,7 @@ If your problem or idea is not addressed yet, [open a new issue](https://github.
|
|||
## 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.
|
||||
The overall idea behind abridge is to be lightweight and fast, and to use zero javascript other than the search.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 202 KiB |
|
@ -3,11 +3,11 @@
|
|||
title = "adidoks"
|
||||
description = "AdiDoks is a Zola theme helping you build modern documentation."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/aaranxu/adidoks.git"
|
||||
homepage = "https://github.com/aaranxu/adidoks"
|
||||
minimum_version = "0.13.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "after-dark"
|
||||
description = "A robust, elegant dark theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/getzola/after-dark.git"
|
||||
homepage = "https://github.com/getzola/after-dark"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "anatole-zola"
|
||||
description = "A port of farbox-theme-Anatole for zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/longfangsong/anatole-zola.git"
|
||||
homepage = "https://github.com/longfangsong/anatole-zola"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Anpu"
|
||||
description = "A port of the Hugo Anubis theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/zbrox/anpu-zola-theme.git"
|
||||
homepage = "https://github.com/zbrox/anpu-zola-theme"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
161
docs/content/themes/archie-zola/index.md
Normal file
161
docs/content/themes/archie-zola/index.md
Normal file
|
@ -0,0 +1,161 @@
|
|||
|
||||
+++
|
||||
title = "archie-zola"
|
||||
description = "A zola theme based on Hugo archie."
|
||||
template = "theme.html"
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/XXXMrG/archie-zola.git"
|
||||
homepage = "https://github.com/XXXMrG/archie-zola"
|
||||
minimum_version = "0.14.0"
|
||||
license = "MIT"
|
||||
demo = "https://archie-zola.vercel.app/"
|
||||
|
||||
[extra.author]
|
||||
name = "Keith"
|
||||
homepage = "https://github.com/XXXMrG"
|
||||
+++
|
||||
|
||||
# archie-zola
|
||||
|
||||
|
||||
A zola theme forked from https://github.com/athul/archie
|
||||
|
||||
## Demo
|
||||
|
||||
|
||||
The Main branch source code hosted on https://archie-zola.vercel.app/
|
||||
|
||||
### ScreenShot
|
||||
|
||||
![screenshot-light](https://github.com/XXXMrG/archie-zola/blob/main/static/screenshot/screenshot-light.png)
|
||||
|
||||
![screenshot-dark](https://github.com/XXXMrG/archie-zola/blob/main/static/screenshot/screenshot-dark.png)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
First download this theme to your themes directory:
|
||||
|
||||
```bash
|
||||
cd themes
|
||||
git clone https://github.com/XXXMrG/archie-zola.git
|
||||
```
|
||||
|
||||
or add as a git submodule:
|
||||
|
||||
```bash
|
||||
git submodule add https://github.com/XXXMrG/archie-zola.git themes/archie-zola
|
||||
```
|
||||
|
||||
and then enable it in your config.toml:
|
||||
```toml
|
||||
theme = "archie-zola"
|
||||
```
|
||||
|
||||
## Feature
|
||||
|
||||
* Pagination
|
||||
* Tags
|
||||
* Auto Dark Mode(based on system theme)
|
||||
* Dark/Light Mode toggle
|
||||
|
||||
in the planning stage:
|
||||
|
||||
- [ ] Google Analytics Script
|
||||
- [ ] Custom CSS & JS
|
||||
- [ ] Twitter Cards & Youtube video
|
||||
|
||||
|
||||
## Config
|
||||
|
||||
|
||||
### Theme config
|
||||
|
||||
Cause Zola limited custom config must under the `extra` field, so there are some different with the origin theme:
|
||||
|
||||
Demo website config.toml:
|
||||
|
||||
```toml
|
||||
# control dark mode: auto | dark | toggle
|
||||
mode = "toggle"
|
||||
|
||||
# subtitle will show under the title in index page
|
||||
subtitle = "A zola theme forked from [archie](https://github.com/athul/archie)"
|
||||
|
||||
# if set true, will use external CDN resource to load font and js file
|
||||
useCDN = false
|
||||
|
||||
favicon = "/icon/favicon.png"
|
||||
|
||||
# show in the footer
|
||||
copyright = "keith"
|
||||
|
||||
|
||||
# config menu path
|
||||
[[extra.menu]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[extra.menu]]
|
||||
name = "All posts"
|
||||
url = "/posts"
|
||||
weight = 2
|
||||
|
||||
[[extra.menu]]
|
||||
name = "About"
|
||||
url = "/about"
|
||||
weight = 3
|
||||
|
||||
[[extra.menu]]
|
||||
name = "Tags"
|
||||
url = "/tags"
|
||||
weight = 4
|
||||
|
||||
# config social icon info in the footer
|
||||
[[extra.social]]
|
||||
icon = "github"
|
||||
name = "GitHub"
|
||||
url = "https://github.com/XXXMrG/archie-zola"
|
||||
|
||||
[[extra.social]]
|
||||
icon = "twitter"
|
||||
name = "Twitter"
|
||||
url = "https://github.com/your-name/"
|
||||
|
||||
[[extra.social]]
|
||||
icon = "gitlab"
|
||||
name = "GitLab"
|
||||
url = "https://gitlab.com/your-name/"
|
||||
|
||||
```
|
||||
|
||||
### Content config
|
||||
|
||||
**In content/posts/_index.md. I use Zola config: transparent = true to implement the pagination**
|
||||
|
||||
In Zola, you can use config in the _index.md to control pagination and sort post list:
|
||||
|
||||
```toml
|
||||
paginate_by = 3
|
||||
sort_by = "date"
|
||||
```
|
||||
|
||||
## Extension
|
||||
|
||||
Follow this [doc](https://www.getzola.org/documentation/themes/extending-a-theme/) to extend theme.
|
||||
|
||||
## Contributing
|
||||
|
||||
Thank you very much for considering contributing to this project!
|
||||
|
||||
We appreciate any form of contribution:
|
||||
|
||||
* New issues (feature requests, bug reports, questions, ideas, ...)
|
||||
* Pull requests (documentation improvements, code improvements, new features, ...)
|
||||
|
BIN
docs/content/themes/archie-zola/screenshot.png
Normal file
BIN
docs/content/themes/archie-zola/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
|
@ -3,11 +3,11 @@
|
|||
title = "Blow"
|
||||
description = "A Zola theme made with Tailwindcss"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/tchartron/blow.git"
|
||||
homepage = "https://github.com/tchartron/blow"
|
||||
minimum_version = "0.9.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "book"
|
||||
description = "A book theme inspired from GitBook/mdBook"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/getzola/book.git"
|
||||
homepage = "https://github.com/getzola/book"
|
||||
minimum_version = "0.5.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Clean Blog"
|
||||
description = "A port of Start Bootstrap Clean Blog for Zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-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"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "codinfox-zola"
|
||||
description = "Codinfox theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/svavs/codinfox-zola.git"
|
||||
homepage = "https://github.com/svavs/codinfox-zola"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "d3c3nt"
|
||||
description = "A simple, clean, and flexible theme for personal sites."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://git.figbert.com/FIGBERT/d3c3nt.git"
|
||||
homepage = "https://github.com/figbert/d3c3nt"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "dinkleberg"
|
||||
description = "The Rust BR theme for Gutenberg"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/rust-br/dinkleberg.git"
|
||||
homepage = "https://github.com/rust-br/dinkleberg"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -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-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/codeandmedia/zola_docsascode_theme.git"
|
||||
homepage = "https://github.com/codeandmedia/zola_docsascode_theme"
|
||||
minimum_version = "0.10.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "dose"
|
||||
description = "a small blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/oltdaniel/dose.git"
|
||||
homepage = "https://github.com/oltdaniel/dose"
|
||||
minimum_version = "0.14.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "emily_zola_theme"
|
||||
description = "a KISS theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/kyoheiu/emily_zola_theme.git"
|
||||
homepage = "https://github.com/kyoheiu/emily_zola_theme"
|
||||
minimum_version = "0.14.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "even"
|
||||
description = "A robust, elegant dark theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/getzola/even.git"
|
||||
homepage = "https://github.com/getzola/even"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "feather"
|
||||
description = "A modern blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/piedoom/feather.git"
|
||||
homepage = "https://github.com/piedoom/feather"
|
||||
minimum_version = "0.5.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Float"
|
||||
description = "An elegant blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://gitlab.com/float-theme/float.git"
|
||||
homepage = "https://float-theme.netlify.app/"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "hallo"
|
||||
description = "A single-page theme to introduce yourself."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/flyingP0tat0/zola-hallo.git"
|
||||
homepage = "https://github.com/janbaudisch/zola-hallo"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "hephaestus"
|
||||
description = "A portfolio theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/BConquest/hephaestus.git"
|
||||
homepage = "https://github.com/BConquest/hephaestus"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Hermit_Zola"
|
||||
description = "Minimal Zola theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/VersBinarii/hermit_zola.git"
|
||||
homepage = "https://github.com/VersBinarii/hermit_zola"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Hook"
|
||||
description = "Clean and simple personal site/blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/InputUsername/zola-hook.git"
|
||||
homepage = "https://github.com/InputUsername/zola-hook"
|
||||
minimum_version = "0.15.2"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "hyde"
|
||||
description = "A classic blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/getzola/hyde.git"
|
||||
homepage = "https://github.com/getzola/hyde"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "juice"
|
||||
description = "An intuitive, elegant, and lightweight Zola theme for product sites."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/huhu/juice.git"
|
||||
homepage = "https://github.com/huhu/juice"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
180
docs/content/themes/kangae/index.md
Normal file
180
docs/content/themes/kangae/index.md
Normal file
|
@ -0,0 +1,180 @@
|
|||
|
||||
+++
|
||||
title = "kangae"
|
||||
description = "a lightweight microblog theme for zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/ayushnix/kangae.git"
|
||||
homepage = "https://github.com/ayushnix/kangae"
|
||||
minimum_version = "0.15.0"
|
||||
license = "NCSA"
|
||||
demo = ""
|
||||
|
||||
[extra.author]
|
||||
name = "Ayush Agarwal"
|
||||
homepage = "https://microblog.ayushnix.com"
|
||||
+++
|
||||
|
||||
# kangae (考え, idea or thought)
|
||||
|
||||
[kangae][1] is a lightweight microblog theme for [zola][2].
|
||||
|
||||
<details>
|
||||
<summary>kangae screenshots on desktop and mobile</summary>
|
||||
|
||||
![kangae screenshot light mode on desktop](static/images/kangae-desktop-light.webp)
|
||||
![kangae screenshot dark mode on desktop](static/images/kangae-desktop-dark.webp)
|
||||
![kangae screenshot light mode on mobile](static/images/kangae-mobile-light.webp)
|
||||
![kangae screenshot dark mode on mobile](static/images/kangae-mobile-dark.webp)
|
||||
</details>
|
||||
|
||||
I've created kangae from scratch and it is not based on any other theme. However, I was inspired to
|
||||
create kangae after I came across [Wolfgang Müller's microblog][3]. Thanks Wolf!
|
||||
|
||||
kangae is licensed under the [NCSA license][5], which is quite similar to the BSD-3-Clause license.
|
||||
Unlike BSD-3-Clause, NCSA also covers documentation of a project.
|
||||
|
||||
# Showcase
|
||||
|
||||
Here's a list of websites using the kangae theme
|
||||
|
||||
- [ayushnix microblog][4]
|
||||
|
||||
If you want to mention your website in this section, please raise a pull request.
|
||||
|
||||
# Installation
|
||||
|
||||
Before using this theme, [install zola][6]. After you've installed zola,
|
||||
|
||||
```
|
||||
$ zola init microblog
|
||||
> What is the URL of your site? (https://example.com):
|
||||
> Do you want to enable Sass compilation? [Y/n]:
|
||||
> Do you want to enable syntax highlighting? [y/N]:
|
||||
> Do you want to build a search index of the content? [y/N]:
|
||||
$ cd microblog/
|
||||
```
|
||||
|
||||
kangae doesn't use Sass or syntax highlighting so if you don't want to use custom Sass code or
|
||||
enable syntax highlighting, answer the 2nd and 3rd question with a 'no'. kangae also doesn't use any
|
||||
JavaScript library to search content. If you don't intend to install a JavaScript library to enable
|
||||
search on your microblog, answer 'no' to the last question as well.
|
||||
|
||||
If you intend to publish your microblog on a forge like GitHub, initialize an empty git repository
|
||||
using
|
||||
|
||||
```
|
||||
$ git init
|
||||
$ git commit --allow-empty -m 'initial empty root commit'
|
||||
```
|
||||
|
||||
If you don't want to make an empty commit, add and commit a README or a LICENSE file instead.
|
||||
|
||||
At this point, you can install kangae using one of the following methods
|
||||
|
||||
## using `git subtree`
|
||||
|
||||
```
|
||||
$ git subtree add -P themes/kangae/ --squash https://github.com/ayushnix/kangae.git master
|
||||
```
|
||||
|
||||
## using `git submodule`
|
||||
|
||||
```
|
||||
$ git submodule add https://github.com/ayushnix/kangae.git themes/kangae
|
||||
```
|
||||
|
||||
## download kangae in themes directory
|
||||
|
||||
If you want to keep things simple and figure out version control later, you can
|
||||
|
||||
```
|
||||
$ git clone https://github.com/ayushnix/kangae.git themes/kangae
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
To begin using kangae after installing it,
|
||||
|
||||
```
|
||||
$ cp themes/kangae/config.toml ./
|
||||
$ sed -i 's;# theme =\(.*\);theme =\1;' config.toml
|
||||
```
|
||||
|
||||
The [`config.toml`][7] file of kangae has been documented carefully using TOML comments. If you have
|
||||
any questions about configuring kangae which haven't been answered in the `config.toml` file itself,
|
||||
please [raise an issue][8].
|
||||
|
||||
## Shortcodes
|
||||
|
||||
kangae provides several shortcodes that can be used to add content in an accessible manner
|
||||
|
||||
### kaomoji `(・_・)ノ`
|
||||
|
||||
If you want to use kaomoji in your posts, you can use insert them in an accessbile manner using
|
||||
|
||||
```
|
||||
I don't know. {{/* kaomoji(label="shrug kaomoji", text="╮( ˘_˘ )╭") */}} I've never thought about it.
|
||||
```
|
||||
|
||||
Providing a value for the `label` is optional but highly recommended. A short text should be
|
||||
mentioned that explains what the kaomoji means to convey. The value of `text` should be the actual
|
||||
emoticon itself.
|
||||
|
||||
This shortcode can also be used for any other ASCII emoticon that can fit in an inline paragraph.
|
||||
This includes western emoticons such as `;)` and combination emoticons such as `<(^_^<)`.
|
||||
|
||||
## Optional Features
|
||||
|
||||
kangae includes some optional features that aren't enabled by default
|
||||
|
||||
- [style external links using a ↗ unicode symbol][11]
|
||||
|
||||
# Donate
|
||||
|
||||
If you found kangae helpful in creating your own microblog website, please consider supporting me by
|
||||
buying me a coffee :coffee:
|
||||
|
||||
<a href='https://www.buymeacoffee.com/ayushnix' target='_blank' rel="noopener"><img src='https://cdn.buymeacoffee.com/buttons/default-blue.png' alt='buy ayushnix a coffee at buymeacoffee.com' border='0' height='36'></a>
|
||||
<a href='https://ko-fi.com/O5O64SQ4C' target='_blank' rel="noopener"><img src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' alt='buy ayusnix a coffee at ko-fi.com' border='0' height='36'></a>
|
||||
|
||||
If you're in India, you can also use UPI for donations. My UPI address is `ayushnix@ybl`.
|
||||
|
||||
# Notes
|
||||
|
||||
I'm not really a web developer and I don't intend to be one either. However, I am interested in
|
||||
learning HTML and CSS to create lightweight textual websites. You may be interested in reading [my
|
||||
log about how I learned HTML and CSS][12]. However, this page is just an unorganized dump of my
|
||||
thoughts and isn't a polished blog post. [Seirdy's blog post on creating textual websites][13] is
|
||||
probably a better reference.
|
||||
|
||||
# TODO (maybe?)
|
||||
|
||||
- (responsive) image shortcodes
|
||||
- run prettier on HTML and CSS before deployment
|
||||
- twitter and mastodon shortcodes
|
||||
- add optional support for cross posting and commenting on mastodon without using JS
|
||||
- add optional support for [giscus][9] and [loading mastodon comments][10]
|
||||
- add shortcode for asciinema
|
||||
- add shortcode for blockquote and citation
|
||||
- pagination
|
||||
|
||||
[1]: https://kangae.ayushnix.com/
|
||||
[2]: https://www.getzola.org/
|
||||
[3]: https://zunzuncito.oriole.systems/
|
||||
[4]: https://microblog.ayushnix.com
|
||||
[5]: LICENSE
|
||||
[6]: https://www.getzola.org/documentation/getting-started/installation/
|
||||
[7]: config.toml
|
||||
[8]: https://github.com/ayushnix/kangae/issues/new
|
||||
[9]: https://giscus.app/
|
||||
[10]: https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
|
||||
[11]: https://github.com/ayushnix/kangae/blob/master/static/css/style-external-links.css
|
||||
[12]: https://wiki.ayushnix.com/frontend/creating-a-website/
|
||||
[13]: https://seirdy.one/2020/11/23/website-best-practices.html
|
||||
|
||||
|
BIN
docs/content/themes/kangae/screenshot.png
Normal file
BIN
docs/content/themes/kangae/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
|
@ -3,11 +3,11 @@
|
|||
title = "karzok"
|
||||
description = "A theme for your documentation. Fast and secure"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/kogeletey/karzok.git"
|
||||
homepage = "https://github.com/kogeletey/karzok"
|
||||
minimum_version = "0.0.14"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "kodama"
|
||||
description = "Theme insipired by wowchemy academic."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/adfaure/kodama-theme.git"
|
||||
homepage = "https://github.com/adfaure/kodama-theme"
|
||||
minimum_version = "0.15"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "lightspeed"
|
||||
description = "Zola theme with a perfect Lighthouse score"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/carpetscheme/lightspeed.git"
|
||||
homepage = "https://github.com/carpetscheme/lightspeed"
|
||||
minimum_version = "0.10.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "nasm-theme"
|
||||
description = "A robust, elegant blue theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/lucasnasm/nasm-theme.git"
|
||||
homepage = "https://github.com/lucasnasm/nasm-theme"
|
||||
minimum_version = "0.1.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "ntun-zola-theme"
|
||||
description = "A classic resume theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/Netoun/ntun.git"
|
||||
homepage = "https://github.com/netoun/ntun"
|
||||
minimum_version = "0.1.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Oceanic Zen"
|
||||
description = "Minimalistic blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/barlog-m/oceanic-zen.git"
|
||||
homepage = "https://github.com/barlog-m/oceanic-zen"
|
||||
minimum_version = "0.12.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Papaya"
|
||||
description = "A clean Zola theme for blogging and projects"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/justint/papaya.git"
|
||||
homepage = "https://github.com/justint/papaya"
|
||||
minimum_version = "0.14.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "particle"
|
||||
description = "Particle theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/svavs/particle-zola.git"
|
||||
homepage = "https://github.com/svavs/particle"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "resume"
|
||||
description = "A resume theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/AlongWY/zola-resume.git"
|
||||
homepage = "https://github.com/alongwy/zola-resume"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "sam"
|
||||
description = "A Simple and Minimalist theme with a focus on typography and content."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/janbaudisch/zola-sam.git"
|
||||
homepage = "https://github.com/janbaudisch/zola-sam"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Seje2"
|
||||
description = "A beautiful zola theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/eatradish/seje2"
|
||||
homepage = "https://github.com/eatradish/Seje2"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "serene"
|
||||
description = "A blog theme for zola, simple and clean."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/isunjn/serene.git"
|
||||
homepage = "https://github.com/isunjn/serene"
|
||||
minimum_version = "0.9.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "simple-dev-blog"
|
||||
description = "A simple dev blog theme with no javascript, prerendered linked pages and SEO tags."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter.git"
|
||||
homepage = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Slim"
|
||||
description = "Slim is a minimal, clean and beautiful theme for Zola."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/jameshclrk/zola-slim.git"
|
||||
homepage = "https://github.com/jameshclrk/zola-slim"
|
||||
minimum_version = "0.8.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Soapstone"
|
||||
description = "A bare bones dark theme with some color tweakability"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/MattyRad/soapstone.git"
|
||||
homepage = "https://github.com/MattyRad/soapstone"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "solar-theme-zola"
|
||||
description = "A port of solar-theme-hugo for zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/hulufei/solar-theme-zola.git"
|
||||
homepage = "https://github.com/hulufei/solar-theme-zola"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "tale-zola"
|
||||
description = "Tala-Zola is a minimal Zola theme helping you to build a nice and seo-ready blog."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/aaranxu/tale-zola.git"
|
||||
homepage = "https://github.com/aaranxu/tale-zola"
|
||||
minimum_version = "0.13.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Toucan"
|
||||
description = "Inspired from Pelican default theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://git.42l.fr/HugoTrentesaux/toucan.git"
|
||||
homepage = "https://git.42l.fr/HugoTrentesaux/toucan"
|
||||
minimum_version = "0.8.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zerm"
|
||||
description = "A minimalistic and dark theme based on Radek Kozieł's theme for Hugo"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/ejmg/zerm.git"
|
||||
homepage = "https://github.com/ejmg/zerm"
|
||||
minimum_version = "0.8.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Zhuia"
|
||||
description = "An elegant but still playful theme for Zola."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/gicrisf/zhuia.git"
|
||||
homepage = "https://github.com/gicrisf/zhuia"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "henry"
|
||||
description = "A timeless blog theme"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/sirodoht/zola-henry.git"
|
||||
homepage = "https://github.com/sirodoht/zola-henry"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zola-paper"
|
||||
description = "A clean theme inspired from hugo-paper."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/schoenenberg/zola-paper.git"
|
||||
homepage = "https://github.com/schoenenberg/zola-paper"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "pickles"
|
||||
description = "A modern, simple, clean blog theme for Zola."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/lukehsiao/zola-pickles.git"
|
||||
homepage = "https://github.com/lukehsiao/zola-pickles"
|
||||
minimum_version = "0.13.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Course"
|
||||
description = "A zola theme designed for online courses or tutorials"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/elegaanz/zola-theme-course.git"
|
||||
homepage = "https://github.com/elegaanz/zola-theme-course"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Hikari"
|
||||
description = "Fluid, responsive blog theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/waynee95/zola-theme-hikari.git"
|
||||
homepage = "https://github.com/waynee95/zola-theme-hikari"
|
||||
minimum_version = "0.5.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zola.386"
|
||||
description = "Zola port of the BOOTSTRA.386 theme."
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/lopes/zola.386.git"
|
||||
homepage = "https://github.com/lopes/zola.386"
|
||||
minimum_version = "0.10.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "EasyDocs"
|
||||
description = "An easy way to create docs for your project"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/codeandmedia/zola_easydocs_theme.git"
|
||||
homepage = "https://github.com/codeandmedia/zola_easydocs_theme"
|
||||
minimum_version = "0.13.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zolastrap"
|
||||
description = "A bootstrap theme for zola"
|
||||
template = "theme.html"
|
||||
date = 2022-05-02T15:40:10-07:00
|
||||
date = 2022-05-16T01:14:18-07:00
|
||||
|
||||
[extra]
|
||||
created = 2022-05-02T15:40:10-07:00
|
||||
updated = 2022-05-02T15:40:10-07:00
|
||||
created = 2022-05-16T01:14:18-07:00
|
||||
updated = 2022-05-16T01:14:18-07:00
|
||||
repository = "https://github.com/marcodpt/zolastrap.git"
|
||||
homepage = "https://github.com/marcodpt/zolastrap"
|
||||
minimum_version = "0.14.1"
|
||||
|
|
Loading…
Reference in a new issue