diff --git a/docs/content/themes/DeepThought/index.md b/docs/content/themes/DeepThought/index.md index 6e7165ee..e75d60cd 100644 --- a/docs/content/themes/DeepThought/index.md +++ b/docs/content/themes/DeepThought/index.md @@ -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" diff --git a/docs/content/themes/Ergo/index.md b/docs/content/themes/Ergo/index.md index 6c5840a7..b2d42b47 100644 --- a/docs/content/themes/Ergo/index.md +++ b/docs/content/themes/Ergo/index.md @@ -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" diff --git a/docs/content/themes/HayFlow/index.md b/docs/content/themes/HayFlow/index.md index c433ffc0..3b0f6766 100644 --- a/docs/content/themes/HayFlow/index.md +++ b/docs/content/themes/HayFlow/index.md @@ -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" diff --git a/docs/content/themes/Zulma/index.md b/docs/content/themes/Zulma/index.md index 87c9f841..762ff90a 100644 --- a/docs/content/themes/Zulma/index.md +++ b/docs/content/themes/Zulma/index.md @@ -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" diff --git a/docs/content/themes/abridge/index.md b/docs/content/themes/abridge/index.md index b4dff1f5..4c335da7 100644 --- a/docs/content/themes/abridge/index.md +++ b/docs/content/themes/abridge/index.md @@ -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/)** diff --git a/docs/content/themes/adidoks/index.md b/docs/content/themes/adidoks/index.md index 61daf303..cfce15e5 100644 --- a/docs/content/themes/adidoks/index.md +++ b/docs/content/themes/adidoks/index.md @@ -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" diff --git a/docs/content/themes/after-dark/index.md b/docs/content/themes/after-dark/index.md index 5f17c806..85594607 100644 --- a/docs/content/themes/after-dark/index.md +++ b/docs/content/themes/after-dark/index.md @@ -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" diff --git a/docs/content/themes/albatros/index.md b/docs/content/themes/albatros/index.md index adccafe1..a5bbddb6 100644 --- a/docs/content/themes/albatros/index.md +++ b/docs/content/themes/albatros/index.md @@ -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" diff --git a/docs/content/themes/anatole-zola/index.md b/docs/content/themes/anatole-zola/index.md index 5e29c9c4..02b49790 100644 --- a/docs/content/themes/anatole-zola/index.md +++ b/docs/content/themes/anatole-zola/index.md @@ -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" diff --git a/docs/content/themes/andromeda/index.md b/docs/content/themes/andromeda/index.md index 04c529ba..2f85380f 100644 --- a/docs/content/themes/andromeda/index.md +++ b/docs/content/themes/andromeda/index.md @@ -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" diff --git a/docs/content/themes/anemone/index.md b/docs/content/themes/anemone/index.md index 93e7e335..53145819 100644 --- a/docs/content/themes/anemone/index.md +++ b/docs/content/themes/anemone/index.md @@ -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" diff --git a/docs/content/themes/anpu/index.md b/docs/content/themes/anpu/index.md index f8027f21..53a015ce 100644 --- a/docs/content/themes/anpu/index.md +++ b/docs/content/themes/anpu/index.md @@ -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" diff --git a/docs/content/themes/apollo/index.md b/docs/content/themes/apollo/index.md index 667364e3..1d3fbecd 100644 --- a/docs/content/themes/apollo/index.md +++ b/docs/content/themes/apollo/index.md @@ -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" diff --git a/docs/content/themes/archie-zola/index.md b/docs/content/themes/archie-zola/index.md index 5337d81b..51216f2d 100644 --- a/docs/content/themes/archie-zola/index.md +++ b/docs/content/themes/archie-zola/index.md @@ -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" diff --git a/docs/content/themes/ataraxia-zola/index.md b/docs/content/themes/ataraxia-zola/index.md index 61c19735..7cb451a0 100644 --- a/docs/content/themes/ataraxia-zola/index.md +++ b/docs/content/themes/ataraxia-zola/index.md @@ -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" diff --git a/docs/content/themes/bearblog/index.md b/docs/content/themes/bearblog/index.md index 6d3527d7..d1c93681 100644 --- a/docs/content/themes/bearblog/index.md +++ b/docs/content/themes/bearblog/index.md @@ -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" diff --git a/docs/content/themes/blow/index.md b/docs/content/themes/blow/index.md index ca7ea192..da0d4066 100644 --- a/docs/content/themes/blow/index.md +++ b/docs/content/themes/blow/index.md @@ -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" diff --git a/docs/content/themes/book/index.md b/docs/content/themes/book/index.md index 73fe3460..48729785 100644 --- a/docs/content/themes/book/index.md +++ b/docs/content/themes/book/index.md @@ -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" diff --git a/docs/content/themes/boring/index.md b/docs/content/themes/boring/index.md index f6613168..00e9d32c 100644 --- a/docs/content/themes/boring/index.md +++ b/docs/content/themes/boring/index.md @@ -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" diff --git a/docs/content/themes/clean-blog/index.md b/docs/content/themes/clean-blog/index.md index 7290ca41..0a025383 100644 --- a/docs/content/themes/clean-blog/index.md +++ b/docs/content/themes/clean-blog/index.md @@ -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" diff --git a/docs/content/themes/codinfox-zola/index.md b/docs/content/themes/codinfox-zola/index.md index 10b0d0c0..cd4ffafd 100644 --- a/docs/content/themes/codinfox-zola/index.md +++ b/docs/content/themes/codinfox-zola/index.md @@ -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" diff --git a/docs/content/themes/d3c3nt/index.md b/docs/content/themes/d3c3nt/index.md index f718f0f7..d24f1ccd 100644 --- a/docs/content/themes/d3c3nt/index.md +++ b/docs/content/themes/d3c3nt/index.md @@ -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" diff --git a/docs/content/themes/dinkleberg/index.md b/docs/content/themes/dinkleberg/index.md index 6386533f..a9f7c0e8 100644 --- a/docs/content/themes/dinkleberg/index.md +++ b/docs/content/themes/dinkleberg/index.md @@ -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" diff --git a/docs/content/themes/docsascode-theme/index.md b/docs/content/themes/docsascode-theme/index.md index 34efd2c3..3aaf818f 100644 --- a/docs/content/themes/docsascode-theme/index.md +++ b/docs/content/themes/docsascode-theme/index.md @@ -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" diff --git a/docs/content/themes/dose/index.md b/docs/content/themes/dose/index.md index 989e1c8d..3a97ebac 100644 --- a/docs/content/themes/dose/index.md +++ b/docs/content/themes/dose/index.md @@ -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" diff --git a/docs/content/themes/duckquill/index.md b/docs/content/themes/duckquill/index.md index e6a01b11..813aa2c5 100644 --- a/docs/content/themes/duckquill/index.md +++ b/docs/content/themes/duckquill/index.md @@ -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) Logo +# [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)* \ No newline at end of file diff --git a/docs/content/themes/duckquill/screenshot.png b/docs/content/themes/duckquill/screenshot.png index 385d2248..e9358a37 100644 Binary files a/docs/content/themes/duckquill/screenshot.png and b/docs/content/themes/duckquill/screenshot.png differ diff --git a/docs/content/themes/emily/index.md b/docs/content/themes/emily/index.md index 081148d8..3f3e9b88 100644 --- a/docs/content/themes/emily/index.md +++ b/docs/content/themes/emily/index.md @@ -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" diff --git a/docs/content/themes/even/index.md b/docs/content/themes/even/index.md index 366be52e..0f8ca6fc 100644 --- a/docs/content/themes/even/index.md +++ b/docs/content/themes/even/index.md @@ -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" diff --git a/docs/content/themes/feather/index.md b/docs/content/themes/feather/index.md index ffad4c69..9e46039c 100644 --- a/docs/content/themes/feather/index.md +++ b/docs/content/themes/feather/index.md @@ -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" diff --git a/docs/content/themes/float/index.md b/docs/content/themes/float/index.md index 99d6ec74..51110260 100644 --- a/docs/content/themes/float/index.md +++ b/docs/content/themes/float/index.md @@ -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" diff --git a/docs/content/themes/hallo/index.md b/docs/content/themes/hallo/index.md index 5aa9552d..4af04b0e 100644 --- a/docs/content/themes/hallo/index.md +++ b/docs/content/themes/hallo/index.md @@ -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" diff --git a/docs/content/themes/halve-z/index.md b/docs/content/themes/halve-z/index.md index ec3e2b35..80fc4aa7 100644 --- a/docs/content/themes/halve-z/index.md +++ b/docs/content/themes/halve-z/index.md @@ -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" diff --git a/docs/content/themes/hephaestus/index.md b/docs/content/themes/hephaestus/index.md index 1a922b3c..6c2c94ec 100644 --- a/docs/content/themes/hephaestus/index.md +++ b/docs/content/themes/hephaestus/index.md @@ -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" diff --git a/docs/content/themes/hermit/index.md b/docs/content/themes/hermit/index.md index 582753d0..c3f0da4b 100644 --- a/docs/content/themes/hermit/index.md +++ b/docs/content/themes/hermit/index.md @@ -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" diff --git a/docs/content/themes/hook/index.md b/docs/content/themes/hook/index.md index 61a9d728..b7d16818 100644 --- a/docs/content/themes/hook/index.md +++ b/docs/content/themes/hook/index.md @@ -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" diff --git a/docs/content/themes/hyde/index.md b/docs/content/themes/hyde/index.md index b54c4efc..d0debed4 100644 --- a/docs/content/themes/hyde/index.md +++ b/docs/content/themes/hyde/index.md @@ -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" diff --git a/docs/content/themes/inky/index.md b/docs/content/themes/inky/index.md index 43eb3221..ad78f2ad 100644 --- a/docs/content/themes/inky/index.md +++ b/docs/content/themes/inky/index.md @@ -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" diff --git a/docs/content/themes/juice/index.md b/docs/content/themes/juice/index.md index e6dd4cc2..4159272f 100644 --- a/docs/content/themes/juice/index.md +++ b/docs/content/themes/juice/index.md @@ -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" diff --git a/docs/content/themes/kangae/index.md b/docs/content/themes/kangae/index.md index c7ffb7f2..a1f101ae 100644 --- a/docs/content/themes/kangae/index.md +++ b/docs/content/themes/kangae/index.md @@ -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" diff --git a/docs/content/themes/karzok/index.md b/docs/content/themes/karzok/index.md index 6e4a41cb..206f9b23 100644 --- a/docs/content/themes/karzok/index.md +++ b/docs/content/themes/karzok/index.md @@ -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" diff --git a/docs/content/themes/kita/index.md b/docs/content/themes/kita/index.md index 5ac0213a..0827ee3e 100644 --- a/docs/content/themes/kita/index.md +++ b/docs/content/themes/kita/index.md @@ -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" diff --git a/docs/content/themes/kodama-theme/index.md b/docs/content/themes/kodama-theme/index.md index e40be593..10644530 100644 --- a/docs/content/themes/kodama-theme/index.md +++ b/docs/content/themes/kodama-theme/index.md @@ -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" diff --git a/docs/content/themes/lightspeed/index.md b/docs/content/themes/lightspeed/index.md index 184e18a9..d6b5d2c0 100644 --- a/docs/content/themes/lightspeed/index.md +++ b/docs/content/themes/lightspeed/index.md @@ -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" diff --git a/docs/content/themes/mabuya/index.md b/docs/content/themes/mabuya/index.md index ccf71a34..96f7bef8 100644 --- a/docs/content/themes/mabuya/index.md +++ b/docs/content/themes/mabuya/index.md @@ -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" diff --git a/docs/content/themes/minimal-dark/index.md b/docs/content/themes/minimal-dark/index.md index 1865ea7d..d98e586e 100644 --- a/docs/content/themes/minimal-dark/index.md +++ b/docs/content/themes/minimal-dark/index.md @@ -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" diff --git a/docs/content/themes/nasm-theme/index.md b/docs/content/themes/nasm-theme/index.md index 62485cba..9374173c 100644 --- a/docs/content/themes/nasm-theme/index.md +++ b/docs/content/themes/nasm-theme/index.md @@ -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" diff --git a/docs/content/themes/neovim-theme/index.md b/docs/content/themes/neovim-theme/index.md index 31f6df02..b873af95 100644 --- a/docs/content/themes/neovim-theme/index.md +++ b/docs/content/themes/neovim-theme/index.md @@ -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" diff --git a/docs/content/themes/no-style-please/index.md b/docs/content/themes/no-style-please/index.md index 9b425643..846b4d27 100644 --- a/docs/content/themes/no-style-please/index.md +++ b/docs/content/themes/no-style-please/index.md @@ -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" diff --git a/docs/content/themes/ntun/index.md b/docs/content/themes/ntun/index.md index 7209e37f..0fa5e50a 100644 --- a/docs/content/themes/ntun/index.md +++ b/docs/content/themes/ntun/index.md @@ -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" diff --git a/docs/content/themes/oceanic-zen/index.md b/docs/content/themes/oceanic-zen/index.md index 6a427e77..ccf0a65f 100644 --- a/docs/content/themes/oceanic-zen/index.md +++ b/docs/content/themes/oceanic-zen/index.md @@ -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" diff --git a/docs/content/themes/otherworld/index.md b/docs/content/themes/otherworld/index.md index 0444129c..c5ffc209 100644 --- a/docs/content/themes/otherworld/index.md +++ b/docs/content/themes/otherworld/index.md @@ -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" diff --git a/docs/content/themes/papaya/index.md b/docs/content/themes/papaya/index.md index a9af217a..e219107e 100644 --- a/docs/content/themes/papaya/index.md +++ b/docs/content/themes/papaya/index.md @@ -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" diff --git a/docs/content/themes/papermod/index.md b/docs/content/themes/papermod/index.md index b6b28866..1a3495e6 100644 --- a/docs/content/themes/papermod/index.md +++ b/docs/content/themes/papermod/index.md @@ -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" diff --git a/docs/content/themes/particle/index.md b/docs/content/themes/particle/index.md index 748a1a3d..b32d09c4 100644 --- a/docs/content/themes/particle/index.md +++ b/docs/content/themes/particle/index.md @@ -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" diff --git a/docs/content/themes/pico/index.md b/docs/content/themes/pico/index.md index 246ae579..17fe20dc 100644 --- a/docs/content/themes/pico/index.md +++ b/docs/content/themes/pico/index.md @@ -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" diff --git a/docs/content/themes/polymathic/index.md b/docs/content/themes/polymathic/index.md index 0f864147..009d034d 100644 --- a/docs/content/themes/polymathic/index.md +++ b/docs/content/themes/polymathic/index.md @@ -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" diff --git a/docs/content/themes/resume/index.md b/docs/content/themes/resume/index.md index 6aa1d4bc..43ef24aa 100644 --- a/docs/content/themes/resume/index.md +++ b/docs/content/themes/resume/index.md @@ -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" diff --git a/docs/content/themes/sam/index.md b/docs/content/themes/sam/index.md index be171ccc..ce9af908 100644 --- a/docs/content/themes/sam/index.md +++ b/docs/content/themes/sam/index.md @@ -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" diff --git a/docs/content/themes/seagull/index.md b/docs/content/themes/seagull/index.md index 34b606bc..97f76ec2 100644 --- a/docs/content/themes/seagull/index.md +++ b/docs/content/themes/seagull/index.md @@ -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" diff --git a/docs/content/themes/seje2/index.md b/docs/content/themes/seje2/index.md index 52356186..ebe9f457 100644 --- a/docs/content/themes/seje2/index.md +++ b/docs/content/themes/seje2/index.md @@ -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" diff --git a/docs/content/themes/serene/index.md b/docs/content/themes/serene/index.md index d3f2a183..4074a4db 100644 --- a/docs/content/themes/serene/index.md +++ b/docs/content/themes/serene/index.md @@ -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" diff --git a/docs/content/themes/shadharon/index.md b/docs/content/themes/shadharon/index.md index e0c11e52..dccb7fc1 100644 --- a/docs/content/themes/shadharon/index.md +++ b/docs/content/themes/shadharon/index.md @@ -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" diff --git a/docs/content/themes/simple-dev-blog/index.md b/docs/content/themes/simple-dev-blog/index.md index 3335173b..d828530c 100644 --- a/docs/content/themes/simple-dev-blog/index.md +++ b/docs/content/themes/simple-dev-blog/index.md @@ -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" diff --git a/docs/content/themes/slim/index.md b/docs/content/themes/slim/index.md index 38c5de1f..82ba8ba1 100644 --- a/docs/content/themes/slim/index.md +++ b/docs/content/themes/slim/index.md @@ -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" diff --git a/docs/content/themes/soapstone/index.md b/docs/content/themes/soapstone/index.md index a043b936..99fa73f6 100644 --- a/docs/content/themes/soapstone/index.md +++ b/docs/content/themes/soapstone/index.md @@ -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" diff --git a/docs/content/themes/solar-theme-zola/index.md b/docs/content/themes/solar-theme-zola/index.md index b35f98c8..a9e0aebe 100644 --- a/docs/content/themes/solar-theme-zola/index.md +++ b/docs/content/themes/solar-theme-zola/index.md @@ -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" diff --git a/docs/content/themes/tabi/index.md b/docs/content/themes/tabi/index.md index 5df893c4..d7549ce0 100644 --- a/docs/content/themes/tabi/index.md +++ b/docs/content/themes/tabi/index.md @@ -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. diff --git a/docs/content/themes/tale-zola/index.md b/docs/content/themes/tale-zola/index.md index 96db129e..65826ffb 100644 --- a/docs/content/themes/tale-zola/index.md +++ b/docs/content/themes/tale-zola/index.md @@ -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" diff --git a/docs/content/themes/tilde/index.md b/docs/content/themes/tilde/index.md index f01105ad..b1631802 100644 --- a/docs/content/themes/tilde/index.md +++ b/docs/content/themes/tilde/index.md @@ -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" diff --git a/docs/content/themes/toucan/index.md b/docs/content/themes/toucan/index.md index 35e76889..5b355236 100644 --- a/docs/content/themes/toucan/index.md +++ b/docs/content/themes/toucan/index.md @@ -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" diff --git a/docs/content/themes/tranquil/index.md b/docs/content/themes/tranquil/index.md index 77264808..e162288d 100644 --- a/docs/content/themes/tranquil/index.md +++ b/docs/content/themes/tranquil/index.md @@ -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" diff --git a/docs/content/themes/zallery/index.md b/docs/content/themes/zallery/index.md index 663015f2..f66a98ac 100644 --- a/docs/content/themes/zallery/index.md +++ b/docs/content/themes/zallery/index.md @@ -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" diff --git a/docs/content/themes/zerm/index.md b/docs/content/themes/zerm/index.md index 88702e5a..385e0bfc 100644 --- a/docs/content/themes/zerm/index.md +++ b/docs/content/themes/zerm/index.md @@ -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" diff --git a/docs/content/themes/zhuia/index.md b/docs/content/themes/zhuia/index.md index 82aa7a27..4bc4854e 100644 --- a/docs/content/themes/zhuia/index.md +++ b/docs/content/themes/zhuia/index.md @@ -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" diff --git a/docs/content/themes/zola-grayscale/index.md b/docs/content/themes/zola-grayscale/index.md index dc073aec..0239f103 100644 --- a/docs/content/themes/zola-grayscale/index.md +++ b/docs/content/themes/zola-grayscale/index.md @@ -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" diff --git a/docs/content/themes/zola-hacker/index.md b/docs/content/themes/zola-hacker/index.md index 2d412e35..6e416c77 100644 --- a/docs/content/themes/zola-hacker/index.md +++ b/docs/content/themes/zola-hacker/index.md @@ -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" diff --git a/docs/content/themes/zola-henry/index.md b/docs/content/themes/zola-henry/index.md index 68bdbb29..6db46d27 100644 --- a/docs/content/themes/zola-henry/index.md +++ b/docs/content/themes/zola-henry/index.md @@ -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" diff --git a/docs/content/themes/zola-minimal/index.md b/docs/content/themes/zola-minimal/index.md index 56fff6dc..2d0a90bf 100644 --- a/docs/content/themes/zola-minimal/index.md +++ b/docs/content/themes/zola-minimal/index.md @@ -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" diff --git a/docs/content/themes/zola-paper/index.md b/docs/content/themes/zola-paper/index.md index 742c5d3a..46d12c70 100644 --- a/docs/content/themes/zola-paper/index.md +++ b/docs/content/themes/zola-paper/index.md @@ -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" diff --git a/docs/content/themes/zola-pickles/index.md b/docs/content/themes/zola-pickles/index.md index 24860dbd..484a21db 100644 --- a/docs/content/themes/zola-pickles/index.md +++ b/docs/content/themes/zola-pickles/index.md @@ -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" diff --git a/docs/content/themes/zola-theme-course/index.md b/docs/content/themes/zola-theme-course/index.md index b1c236ed..da847c65 100644 --- a/docs/content/themes/zola-theme-course/index.md +++ b/docs/content/themes/zola-theme-course/index.md @@ -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" diff --git a/docs/content/themes/zola-theme-hikari/index.md b/docs/content/themes/zola-theme-hikari/index.md index 29d5ebd3..4c80f3e1 100644 --- a/docs/content/themes/zola-theme-hikari/index.md +++ b/docs/content/themes/zola-theme-hikari/index.md @@ -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" diff --git a/docs/content/themes/zola-theme-terminimal/index.md b/docs/content/themes/zola-theme-terminimal/index.md index f2f5b731..311ab275 100644 --- a/docs/content/themes/zola-theme-terminimal/index.md +++ b/docs/content/themes/zola-theme-terminimal/index.md @@ -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" diff --git a/docs/content/themes/zola.386/index.md b/docs/content/themes/zola.386/index.md index 2551098f..7aa3ac51 100644 --- a/docs/content/themes/zola.386/index.md +++ b/docs/content/themes/zola.386/index.md @@ -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" diff --git a/docs/content/themes/zola_easydocs_theme/index.md b/docs/content/themes/zola_easydocs_theme/index.md index 854d2de8..ea1c059c 100644 --- a/docs/content/themes/zola_easydocs_theme/index.md +++ b/docs/content/themes/zola_easydocs_theme/index.md @@ -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" diff --git a/docs/content/themes/zolarwind/index.md b/docs/content/themes/zolarwind/index.md index 9896f2e7..08eb7b54 100644 --- a/docs/content/themes/zolarwind/index.md +++ b/docs/content/themes/zolarwind/index.md @@ -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" diff --git a/docs/content/themes/zolastrap/index.md b/docs/content/themes/zolastrap/index.md index 7b7e4add..66b3b84f 100644 --- a/docs/content/themes/zolastrap/index.md +++ b/docs/content/themes/zolastrap/index.md @@ -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" diff --git a/docs/content/themes/zplit/index.md b/docs/content/themes/zplit/index.md index 403eccf8..8b581d32 100644 --- a/docs/content/themes/zplit/index.md +++ b/docs/content/themes/zplit/index.md @@ -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"