mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Update themes gallery (#2627)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
38fddc692a
commit
1ac1231de1
89 changed files with 296 additions and 295 deletions
|
@ -3,11 +3,11 @@
|
|||
title = "DeepThought"
|
||||
description = "A simple blog theme focused on writing powered by Bulma and Zola."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/RatanShreshtha/DeepThought.git"
|
||||
homepage = "https://github.com/RatanShreshtha/DeepThought"
|
||||
minimum_version = "0.14.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Ergo"
|
||||
description = "A simple blog Theme focused on writing, inspired by svbtle"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/insipx/Ergo.git"
|
||||
homepage = "https://github.com/insipx/Ergo"
|
||||
minimum_version = "0.4.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "HayFlow"
|
||||
description = "HayFlow is a minimal and completely modular Zola theme for anyone wishing to have their own landing page."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://gitlab.com/cyril-marpaud/hayflow.git"
|
||||
homepage = "https://gitlab.com/cyril-marpaud/hayflow"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Zulma"
|
||||
description = "A zola theme based off bulma.css"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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, a class-light abridge.css, and No mandatory JS."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/Jieiku/abridge.git"
|
||||
homepage = "https://github.com/jieiku/abridge"
|
||||
minimum_version = "0.19.1"
|
||||
|
@ -43,34 +43,34 @@ The Abridge.css demo is simply using Abridge theme as a submodule: [config.toml]
|
|||
|
||||
## Features
|
||||
|
||||
- [X] Perfect [Lighthouse](https://pagespeed.web.dev/report?url=abridge.pages.dev), [YellowLabTools](https://yellowlab.tools/), and [Observatory](https://observatory.mozilla.org/analyze/abridge.pages.dev) scores.
|
||||
- [X] [PWA support](https://abridge.pages.dev/overview-abridge/#pwa-progressive-web-app) (Progressive Web Application).
|
||||
- [X] All JavaScript can be [fully disabled](https://abridge.pages.dev/overview-abridge/#javascript-files).
|
||||
- [X] Dark, Light, Auto, and Switcher themes. (colors can be customized, css variables)
|
||||
- [X] Code [syntax highlighting](https://abridge.pages.dev/overview-code-blocks/). (colors can be customized, css variables)
|
||||
- [X] Numbered code blocks with [line highlighting](https://abridge.pages.dev/overview-code-blocks/#toml).
|
||||
- [X] Entirely Offline Site by using the PWA **or** by setting `offline = true` in `config.toml` (full search support).
|
||||
- [X] Multi-language support.
|
||||
- [X] Search support. ([elasticlunr](https://abridge.pages.dev/), [pagefind](https://abridge-pagefind.pages.dev/), [tinysearch](https://abridge-tinysearch.pages.dev/))
|
||||
- [X] Search Suggestions navigation keys, `/` focus, `arrow` move, `enter` select, `escape` close.
|
||||
- [X] Search Results Page, type search query then hit `Enter Key` or `click` the search button icon.
|
||||
- [X] [SEO](https://abridge.pages.dev/overview-abridge/#seo-and-header-tags) support. (Search Engine Optimization)
|
||||
- [X] [Pagination](https://abridge.pages.dev/overview-abridge/#pagination) with numbered paginator on index.
|
||||
- [X] Title Based Previous and Next Article links at bottom of Article.
|
||||
- [X] Table of Contents in page Index (Optional, clickable links)
|
||||
- [X] Recent Posts Block. (Optional)
|
||||
- [X] Back to Top button. (uses css only)
|
||||
- [X] Code Blocks copy button.
|
||||
- [X] Email link in footer obfuscation. (anti-spam)
|
||||
- [X] [KaTeX](https://katex.org/) support.
|
||||
- [X] [Archive page](https://abridge.pages.dev/archive/).
|
||||
- [x] [Tags](https://abridge.pages.dev/tags/).
|
||||
- [x] Categories. (similar to Tags, disabled/commented out by default)
|
||||
- [x] Social icon links in footer.
|
||||
- [X] Responsive design. (mobile first)
|
||||
- [X] Video Shortcodes: [Youtube](https://abridge.pages.dev/video-streaming-sites/overview-embed-youtube/), [Vimeo](https://abridge.pages.dev/video-streaming-sites/overview-embed-vimeo/), [Streamable](https://abridge.pages.dev/video-streaming-sites/overview-embed-streamable/).
|
||||
- [X] Media Shortcodes: [video](https://abridge.pages.dev/overview-rich-content/#video), [img](https://abridge.pages.dev/overview-images/#img-shortcode), [imgswap](https://abridge.pages.dev/overview-images/#imgswap-shortcode), [image](https://abridge.pages.dev/overview-rich-content/#image), [gif](https://abridge.pages.dev/overview-rich-content/#gif), [audio](https://abridge.pages.dev/overview-rich-content/#audio).
|
||||
- [X] Other Shortcodes: [showdata](https://abridge.pages.dev/overview-showdata/), [katex](https://abridge.pages.dev/overview-math/#usage-1).
|
||||
- Perfect [Lighthouse](https://pagespeed.web.dev/report?url=abridge.pages.dev), [YellowLabTools](https://yellowlab.tools/), and [Observatory](https://observatory.mozilla.org/analyze/abridge.pages.dev) scores.
|
||||
- [PWA support](https://abridge.pages.dev/overview-abridge/#pwa-progressive-web-app) (Progressive Web Application).
|
||||
- All JavaScript can be [fully disabled](https://abridge.pages.dev/overview-abridge/#javascript-files).
|
||||
- Dark, Light, Auto, and Switcher themes. (colors can be customized, css variables)
|
||||
- Code [syntax highlighting](https://abridge.pages.dev/overview-code-blocks/). (colors can be customized, css variables)
|
||||
- Numbered code blocks with [line highlighting](https://abridge.pages.dev/overview-code-blocks/#toml).
|
||||
- Entirely Offline Site by using the PWA **or** by setting `offline = true` in `config.toml` (full search support).
|
||||
- Multi-language support.
|
||||
- Search support. ([elasticlunr](https://abridge.pages.dev/), [pagefind](https://abridge-pagefind.pages.dev/), [tinysearch](https://abridge-tinysearch.pages.dev/))
|
||||
- Search Suggestions navigation keys, `/` focus, `arrow` move, `enter` select, `escape` close.
|
||||
- Search Results Page, type search query then hit `Enter Key` or `click` the search button icon.
|
||||
- [SEO](https://abridge.pages.dev/overview-abridge/#seo-and-header-tags) support. (Search Engine Optimization)
|
||||
- [Pagination](https://abridge.pages.dev/overview-abridge/#pagination) with numbered paginator on index.
|
||||
- Title Based Previous and Next Article links at bottom of Article.
|
||||
- Table of Contents in page Index (Optional, clickable links)
|
||||
- Recent Posts Block. (Optional)
|
||||
- Back to Top button. (uses css only)
|
||||
- Code Blocks copy button.
|
||||
- Email link in footer obfuscation. (anti-spam)
|
||||
- [KaTeX](https://katex.org/) support.
|
||||
- [Archive page](https://abridge.pages.dev/archive/).
|
||||
- [Tags](https://abridge.pages.dev/tags/).
|
||||
- Categories. (similar to Tags, disabled/commented out by default)
|
||||
- Social icon links in footer.
|
||||
- Responsive design. (mobile first)
|
||||
- Video Shortcodes: [Youtube](https://abridge.pages.dev/video-streaming-sites/overview-embed-youtube/), [Vimeo](https://abridge.pages.dev/video-streaming-sites/overview-embed-vimeo/), [Streamable](https://abridge.pages.dev/video-streaming-sites/overview-embed-streamable/).
|
||||
- Media Shortcodes: [video](https://abridge.pages.dev/overview-rich-content/#video), [img](https://abridge.pages.dev/overview-images/#img-shortcode), [imgswap](https://abridge.pages.dev/overview-images/#imgswap-shortcode), [image](https://abridge.pages.dev/overview-rich-content/#image), [gif](https://abridge.pages.dev/overview-rich-content/#gif), [audio](https://abridge.pages.dev/overview-rich-content/#audio).
|
||||
- Other Shortcodes: [showdata](https://abridge.pages.dev/overview-showdata/), [katex](https://abridge.pages.dev/overview-math/#usage-1).
|
||||
|
||||
**[Complete Documentation is available here](https://abridge.pages.dev/overview-abridge/)**
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "adidoks"
|
||||
description = "AdiDoks is a Zola theme helping you build modern documentation."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/aaranxu/adidoks.git"
|
||||
homepage = "https://github.com/aaranxu/adidoks"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "after-dark"
|
||||
description = "A robust, elegant dark theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/getzola/after-dark.git"
|
||||
homepage = "https://github.com/getzola/after-dark"
|
||||
minimum_version = "0.17.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Albatros"
|
||||
description = "A feature rich theme originally made for Duniter website."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://git.42l.fr/HugoTrentesaux/Albatros.git"
|
||||
homepage = "https://git.42l.fr/HugoTrentesaux/Albatros"
|
||||
minimum_version = "0.16.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "anatole-zola"
|
||||
description = "A port of farbox-theme-Anatole for zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "Andromeda"
|
||||
description = "Photography journal blog theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/Pixadus/andromeda-theme.git"
|
||||
homepage = "https://github.com/Pixadus/andromeda-theme"
|
||||
minimum_version = "0.16.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "anemone"
|
||||
description = "A minimalist Zola theme that prioritizes clean CSS and avoids heavy JavaScript. Enjoy a seamless user experience with lightning-fast load times. Let your content take center stage in a clutter-free, elegant design that enhances readability. Responsive and efficient, anemone brings focus to your ideas."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/Speyll/anemone.git"
|
||||
homepage = "https://github.com/Speyll/anemone"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Anpu"
|
||||
description = "A port of the Hugo Anubis theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/zbrox/anpu-zola-theme.git"
|
||||
homepage = "https://github.com/zbrox/anpu-zola-theme"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "apollo"
|
||||
description = "Modern and minimalistic blog theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/not-matthias/apollo.git"
|
||||
homepage = "https://github.com/not-matthias/apollo"
|
||||
minimum_version = "0.14.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "archie-zola"
|
||||
description = "A zola theme based on Hugo archie."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/XXXMrG/archie-zola.git"
|
||||
homepage = "https://github.com/XXXMrG/archie-zola"
|
||||
minimum_version = "0.14.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "ataraxia"
|
||||
description = "A personal theme focused on ease of reading."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/gersonbdev/ataraxia-zola.git"
|
||||
homepage = "https://github.com/gersonbenavides/ataraxia-zola"
|
||||
minimum_version = "0.16.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Bear"
|
||||
description = "Bear blog theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://codeberg.org/alanpearce/zola-bearblog.git"
|
||||
homepage = "https://codeberg.org/alanpearce/zola-bearblog"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Blow"
|
||||
description = "A Zola theme made with Tailwindcss"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/getzola/book.git"
|
||||
homepage = "https://github.com/getzola/book"
|
||||
minimum_version = "0.17.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "boring"
|
||||
description = "A minimal theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/ssiyad/boring.git"
|
||||
homepage = "https://github.com/ssiyad/boring"
|
||||
minimum_version = "0.16.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Clean Blog"
|
||||
description = "A port of Start Bootstrap Clean Blog for Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "git://git.figbert.com/d3c3nt.git"
|
||||
homepage = "https://git.figbert.com/d3c3nt/"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "dinkleberg"
|
||||
description = "The Rust BR theme for Gutenberg"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/oltdaniel/dose.git"
|
||||
homepage = "https://github.com/oltdaniel/dose"
|
||||
minimum_version = "0.14.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Duckquill"
|
||||
description = "Modern, pretty, and clean theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://codeberg.org/daudix/duckquill.git"
|
||||
homepage = "https://codeberg.org/daudix/duckquill"
|
||||
minimum_version = "0.19.0"
|
||||
|
@ -23,7 +23,7 @@ homepage = "https://daudix.one"
|
|||
[![MIT license](https://img.shields.io/badge/License-MIT-blue)](https://mit-license.org)
|
||||
[![status-badge](https://ci.codeberg.org/api/badges/13032/status.svg)](https://ci.codeberg.org/repos/13032)
|
||||
|
||||
# [Duckquill](https://duckquill.daudix.one) <img src="logo.png" alt="Logo" width="96" align="right"/>
|
||||
# [Duckquill](https://duckquill.daudix.one)
|
||||
|
||||
Duckquill is a modern, pretty, and clean (and opinionated) [Zola](https://www.getzola.org) theme that has the purpose of greatly simplifying the process of rolling up your blog. It aims to provide all the needed options for comfortable writing, keeping the balance of it being simple.
|
||||
|
||||
|
@ -58,6 +58,6 @@ There are several ways to contribute to this project:
|
|||
|
||||
When making any sort of contribution, please make sure to follow [Forgejo's Code of Conduct](https://codeberg.org/forgejo/code-of-conduct). If you don't have the time to read it, just know that all you have to do is be nice, and you'll be just fine.
|
||||
|
||||
*</> with <3 by [daudix](https://daudix.codeberg.page) | README based on [libreivan's](https://codeberg.org/libreivan/libreivan.com)*
|
||||
*</> with <3 by [daudix](https://daudix.one) | README based on [libreivan's](https://codeberg.org/libreivan/libreivan.com)*
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 182 KiB |
|
@ -3,11 +3,11 @@
|
|||
title = "emily_zola_theme"
|
||||
description = "a KISS theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/getzola/even.git"
|
||||
homepage = "https://github.com/getzola/even"
|
||||
minimum_version = "0.17.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "feather"
|
||||
description = "A fuzzy blog theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/piedoom/feather.git"
|
||||
homepage = "https://github.com/piedoom/feather"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Float"
|
||||
description = "An elegant blog theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://gitlab.com/float-theme/float.git"
|
||||
homepage = "https://gitlab.com/float-theme/float/"
|
||||
minimum_version = "0.15.3"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "hallo"
|
||||
description = "A single-page theme to introduce yourself."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "halve-z"
|
||||
description = "Retro two-column theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/charlesrocket/halve-z.git"
|
||||
homepage = "https://github.com/charlesrocket/halvez"
|
||||
minimum_version = "0.18.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "hephaestus"
|
||||
description = "A portfolio theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/getzola/hyde.git"
|
||||
homepage = "https://github.com/getzola/hyde"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Inky"
|
||||
description = "An elegant and understated theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/jimmyff/zola-inky.git"
|
||||
homepage = "https://github.com/jimmyff/zola-inky"
|
||||
minimum_version = "0.17.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "juice"
|
||||
description = "An intuitive, elegant, and lightweight Zola theme for product sites."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/huhu/juice.git"
|
||||
homepage = "https://github.com/huhu/juice"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "kangae"
|
||||
description = "a lightweight microblog theme for zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/ayushnix/kangae.git"
|
||||
homepage = "https://github.com/ayushnix/kangae"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "karzok"
|
||||
description = "The theme for launching fast documentation sites"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/kogeletey/karzok.git"
|
||||
homepage = "https://github.com/kogeletey/karzok"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Kita"
|
||||
description = "Kita is a clean, elegant and simple blog theme for Zola."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/st1020/kita.git"
|
||||
homepage = "https://github.com/st1020/kita"
|
||||
minimum_version = "0.17.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "kodama"
|
||||
description = "Theme insipired by wowchemy academic."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/carpetscheme/lightspeed.git"
|
||||
homepage = "https://github.com/carpetscheme/lightspeed"
|
||||
minimum_version = "0.10.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Mabuya"
|
||||
description = "🦎 A minimal Zola theme for building light and SEO-ready blogs."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/semanticdata/mabuya.git"
|
||||
homepage = "https://github.com/semanticdata/mabuya"
|
||||
minimum_version = "0.18.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "minimal-dark"
|
||||
description = "Clean and minimalistic dark theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/kuznetsov17/minimal-dark.git"
|
||||
homepage = "https://github.com/kuznetsov17/minimal-dark"
|
||||
minimum_version = "0.18.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "nasm-theme"
|
||||
description = "A robust, elegant blue theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "neovim"
|
||||
description = "A only keyboard theme with tabs and file browser"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/Super-Botman/neovim-theme.git"
|
||||
homepage = "https://github.com/super-botman/zola-theme"
|
||||
minimum_version = "0.4"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "no style, please!"
|
||||
description = "A (nearly) no-CSS, fast, minimalist Zola theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://gitlab.com/4bcx/no-style-please.git"
|
||||
homepage = "https://gitlab.com/atgumx/no-style-please"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "ntun-zola-theme"
|
||||
description = "A classic resume theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "otherworld"
|
||||
description = "Vaporwave aesthetic theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://git.blek.codes/blek/otherworld.git"
|
||||
homepage = "https://git.blek.codes/blek/otherworld"
|
||||
minimum_version = "0.1.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Papaya"
|
||||
description = "A clean Zola theme for blogging and projects"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/justint/papaya.git"
|
||||
homepage = "https://github.com/justint/papaya"
|
||||
minimum_version = "0.16.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "PaperMod"
|
||||
description = "A fast, clean, responsive theme ported to Zola."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/cydave/zola-theme-papermod.git"
|
||||
homepage = "https://github.com/cydave/zola-theme-papermod"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "particle"
|
||||
description = "Particle theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/svavs/particle-zola.git"
|
||||
homepage = "https://github.com/svavs/particle-zola"
|
||||
minimum_version = "0.16.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "pico"
|
||||
description = "Clean and minimalistic dark theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/kuznetsov17/pico.git"
|
||||
homepage = "https://github.com/kuznetsov17/pico"
|
||||
minimum_version = "0.18.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "polymathic"
|
||||
description = "A portfolio theme for person of many talents"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/anvlkv/polymathic.git"
|
||||
homepage = "https://github.com/anvlkv/polymathic"
|
||||
minimum_version = "0.17.2"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "resume"
|
||||
description = "A resume theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "Seagull"
|
||||
description = "A Zola theme."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://git.42l.fr/HugoTrentesaux/seagull.git"
|
||||
homepage = "https://git.42l.fr/HugoTrentesaux/seagull"
|
||||
minimum_version = "0.17.0"
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
title = "Seje2"
|
||||
description = "A beautiful zola theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/eatradish/seje2.git"
|
||||
homepage = "https://github.com/eatradish/Seje2"
|
||||
minimum_version = "0.15.0"
|
||||
license = "MIT"
|
||||
demo = "https://eatradish.github.io/Seje2"
|
||||
demo = "https://blog.miraclemilk.me/Seje2"
|
||||
|
||||
[extra.author]
|
||||
name = "Mag Mell"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "serene"
|
||||
description = "A blog theme for zola, simple and clean"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/isunjn/serene.git"
|
||||
homepage = "https://github.com/isunjn/serene"
|
||||
minimum_version = "0.19.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "shadharon"
|
||||
description = "Simple blog theme powered by Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/syedzayyan/shadharon.git"
|
||||
homepage = "https://github.com/syedzayyan/shadharon"
|
||||
minimum_version = "0.4.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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "tabi"
|
||||
description = "A fast, lightweight, and modern Zola theme with multi-language support, optional JavaScript, and a perfect Lighthouse score"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/welpo/tabi.git"
|
||||
homepage = "https://github.com/welpo/tabi"
|
||||
minimum_version = "0.17.0"
|
||||
|
@ -65,6 +65,7 @@ tabi has a perfect score on Google's Lighthouse audit:
|
|||
- [X] [Comprehensive multi-language support](https://welpo.github.io/tabi/blog/faq-languages/#how-does-tabi-handle-multilingual-support). Add as many languages as you wish.
|
||||
- [X] Support for [comments using giscus, utterances, Hyvor Talk, or Isso](https://welpo.github.io/tabi/blog/comments/).
|
||||
- [X] Code syntax highlighting with colours based on [Catppuccin](https://github.com/catppuccin/catppuccin) Frappé.
|
||||
- [X] [Mermaid support](https://welpo.github.io/tabi/blog/shortcodes/#mermaid-diagrams) to create diagrams and charts with text.
|
||||
- [X] [Local search](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#search) with an accessible, multi-lingual interface.
|
||||
- [X] [Custom Twitter card](https://welpo.github.io/tabi/blog/mastering-tabi-settings/#social-media-cards) and automatic Open Graph tags.
|
||||
- [X] [KaTeX](https://katex.org/) support for mathematical notation.
|
||||
|
|
|
@ -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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "tilde"
|
||||
description = "Simple theme to match the dracula tilde css"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://git.sr.ht/~savoy/tilde"
|
||||
homepage = "https://git.sr.ht/~savoy/tilde"
|
||||
minimum_version = "0.4.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Toucan"
|
||||
description = "Inspired from Pelican default theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "tranquil"
|
||||
description = "A blog theme for zola, simple and clean"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/TeaDrinkingProgrammer/tranquil.git"
|
||||
homepage = "https://github.com/TeaDrinkingProgrammer/tranquil"
|
||||
minimum_version = "0.9.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zallery"
|
||||
description = "Gallery theme for zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/gamingrobot/zallery.git"
|
||||
homepage = "https://github.com/gamingrobot/zallery"
|
||||
minimum_version = "0.19.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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/gicrisf/zhuia.git"
|
||||
homepage = "https://github.com/gicrisf/zhuia"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zola-grayscale"
|
||||
description = "A port of the Start Bootrap Grayscale theme, for Zola."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/mattimustang/zola-grayscale.git"
|
||||
homepage = "https://github.com/mattimustang/zola-grayscale"
|
||||
minimum_version = "0.19.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zola-hacker"
|
||||
description = "Hacker is a theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/en9inerd/zola-hacker"
|
||||
homepage = "https://github.com/en9inerd/zola-hacker"
|
||||
minimum_version = "0.19.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "henry"
|
||||
description = "A timeless blog theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "Minimal"
|
||||
description = "📚 Minimal is a Zola port of the Jekyll theme with the same name."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/semanticdata/zola-minimal.git"
|
||||
homepage = "https://github.com/semanticdata/zola-minimal/"
|
||||
minimum_version = "0.18.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zola-paper"
|
||||
description = "A clean theme inspired from hugo-paper."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/lukehsiao/zola-pickles.git"
|
||||
homepage = "https://github.com/lukehsiao/zola-pickles"
|
||||
minimum_version = "0.19.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Course"
|
||||
description = "A zola theme designed for online courses or tutorials"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/elegaanz/zola-theme-course.git"
|
||||
homepage = "https://github.com/elegaanz/zola-theme-course"
|
||||
minimum_version = "0.17.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Hikari"
|
||||
description = "Fluid, responsive blog theme for Zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "terminimal"
|
||||
description = "A simple, minimal retro theme"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/pawroman/zola-theme-terminimal.git"
|
||||
homepage = "https://github.com/pawroman/zola-theme-terminimal"
|
||||
minimum_version = "0.11.0"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zola.386"
|
||||
description = "Zola port of the BOOTSTRA.386 theme."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
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 = "Zolarwind"
|
||||
description = "A localizable blog theme using Tailwind CSS for styling and KaTex for math"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/thomasweitzel/zolarwind.git"
|
||||
homepage = "https://github.com/thomasweitzel/zolarwind"
|
||||
minimum_version = "0.19.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "zolastrap"
|
||||
description = "A bootstrap theme for zola"
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/marcodpt/zolastrap.git"
|
||||
homepage = "https://github.com/marcodpt/zolastrap"
|
||||
minimum_version = "0.14.1"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
title = "Zplit"
|
||||
description = "A single page theme for a professional online presence."
|
||||
template = "theme.html"
|
||||
date = 2024-08-19T05:58:10Z
|
||||
date = 2024-09-02T05:58:27Z
|
||||
|
||||
[extra]
|
||||
created = 2024-08-19T05:58:10Z
|
||||
updated = 2024-08-19T05:58:10Z
|
||||
created = 2024-09-02T05:58:27Z
|
||||
updated = 2024-09-02T05:58:27Z
|
||||
repository = "https://github.com/gicrisf/zplit.git"
|
||||
homepage = "https://github.com/gicrisf/zplit"
|
||||
minimum_version = "0.15.0"
|
||||
|
|
Loading…
Reference in a new issue