diff --git a/docs/content/themes/DeepThought/index.md b/docs/content/themes/DeepThought/index.md index 00caeacca4..80cac8a53e 100644 --- a/docs/content/themes/DeepThought/index.md +++ b/docs/content/themes/DeepThought/index.md @@ -3,11 +3,14 @@ title = "DeepThought" description = "A simple blog theme focused on writing powered by Bulma and Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-04-09T15:52:10+05:30 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-04-09T15:52:10+05:30 +updated = 2023-04-09T15:52:10+05:30 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 34beacd177..83dbed2ae9 100644 --- a/docs/content/themes/Ergo/index.md +++ b/docs/content/themes/Ergo/index.md @@ -3,11 +3,14 @@ title = "Ergo" description = "A simple blog Theme focused on writing, inspired by svbtle" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-07-14T17:59:06+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-07-14T17:59:06+01:00 +updated = 2023-07-14T17:59:06+01:00 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 633959f5a7..8a55c779b2 100644 --- a/docs/content/themes/HayFlow/index.md +++ b/docs/content/themes/HayFlow/index.md @@ -3,11 +3,14 @@ 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-12-02T05:58:20Z +date = 2023-03-15T12:00:30+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-15T12:00:30+01:00 +updated = 2023-03-15T12:00:30+01:00 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 014b4a9b7f..d16c69867a 100644 --- a/docs/content/themes/Zulma/index.md +++ b/docs/content/themes/Zulma/index.md @@ -3,11 +3,14 @@ title = "Zulma" description = "A zola theme based off bulma.css" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2020-05-10T10:53:40Z + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2020-05-10T10:53:40Z +updated = 2020-05-10T10:53:40Z 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 c7f49a6c61..929238e28a 100644 --- a/docs/content/themes/abridge/index.md +++ b/docs/content/themes/abridge/index.md @@ -3,11 +3,14 @@ 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-12-02T05:58:20Z +date = 2024-12-01T01:28:27-08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-12-01T01:28:27-08:00 +updated = 2024-12-01T01:28:27-08:00 repository = "https://github.com/Jieiku/abridge.git" homepage = "https://github.com/jieiku/abridge" minimum_version = "0.19.1" diff --git a/docs/content/themes/academic-paper/index.md b/docs/content/themes/academic-paper/index.md new file mode 100644 index 0000000000..d1e1dbcf81 --- /dev/null +++ b/docs/content/themes/academic-paper/index.md @@ -0,0 +1,98 @@ + ++++ +title = "Academic Paper" +description = "A Zola theme for a blog-post-style website to facilitate scientific communication of your academic paper" +template = "theme.html" +date = 2024-11-15T14:32:29-05:00 + +[taxonomies] +theme-tags = [] + +[extra] +created = 2024-11-15T14:32:29-05:00 +updated = 2024-11-15T14:32:29-05:00 +repository = "https://github.com/aterenin/academic-paper.git" +homepage = "https://github.com/aterenin/academic-paper" +minimum_version = "0.18.0" +license = "MIT" +demo = "https://aterenin.github.io/academic-paper" + +[extra.author] +name = "Alexander Terenin" +homepage = "https://avt.im" ++++ + +# Academic Paper: a Zola theme + +[Academic Paper](https://aterenin.github.io/academic-paper) is a Zola theme designed for hosting a website for scientific communication of an academic paper in the style of a blog post. +A demo website built with Academic Paper can be found at [aterenin.github.io/academic-paper](https://aterenin.github.io/academic-paper), and an example repository using this theme can be found at [github.com/aterenin/papers.avt.im](https://github.com/aterenin/papers.avt.im), with links to the pages in this repository found at [avt.im/archive?papers](https://avt.im/archive?papers). + +# Features + +[Academic Paper](https://github.com/aterenin/academic-paper) is designed to be reasonably feature-complete. Its features include: + +* An automatic header which lists the title, author, venue, year, and along with customizable buttons. +* Syntax highlighting and math rendering via KaTeX which can be done both client-side and server-side with appropriate configuration. +* Figures via a Zola shortcode `figure(alt=['Image alt text'],src=['path/to/image.png'])`, which supports captions, subfigures, subcaptions, and is rendered using responsive flexbox. +* Markdown footnotes via Zola's footnote support. +* Metadata including Twitter Summary Card, OpenGraph, and JSON-LD, implemented similar to [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag): these ensure pages are search-engine-fiendly and provide social media websites with links which are displayed when links are shared, + +# Design and maintainability + +[Academic Paper](https://github.com/aterenin/academic-paper) is [designed to last](https://jeffhuang.com/designed_to_last/). +This means it follows a set of best practices which try to ensure websites correctly built with it will work correctly in the indefinite future with minimal maintenance, even as the internet changes and links break over time. +As consequence, the theme has no JavaScript or CSS dependencies if KaTeX is used server-side. + +# Documentation + +The examples below document the theme's options which are available in the TOML files, which are listed as comments within each file. + +## Config.toml + +```toml +base_url = "https://example.com" +compile_sass = true # should be set to true +build_search_index = false # not used by the theme +generate_feed = false # not used by the theme +minify_html = true # to ensure correct rendering due to minification of whitespace, should be set to true, unless there is a reason to override it + +[markdown] +highlight_code = true # should be set to true unless the page has no code to highlight +highlight_theme = "css" # this theme includes its own CSS-based styling of highlighting, so this should be set to CSS +# other Markdown options - as described in the Zola documentation - go here, and set according to user preference + +[extra] +footer_text = "This website is built using [Zola](https://www.getzola.org) and the [Academic Paper](http://github.com/aterenin/academic-paper/) theme, which is [designed to last](https://jeffhuang.com/designed_to_last/)." # by default this page adds a small and non-intrusive footer with some text linking to this repository - you can set this to false to remove the footer if you prefer +server_side_katex = false # set to true to enable server-side KaTeX rendering via scripts/katex.js, this will also include KaTeX CSS and fonts in the build +``` + +## Page and section configuration + +```toml ++++ +title = "Paper Title" +[extra] +authors = [ # authors should be listed as an array in [extra] rather than via Zola's built-in support + {name = "Author 1", star = true}, # prints a star next to the author name, often useful for 'equal contribution' or similar flags + {name = "Author 2", url = "https://example.com/", star = true}, # url is optional + {name = "Author 3"}, +] +star = 'Equal contribution' # adds the text 'Equal contribution' with a star superscript to the title +venue = {name = "Example Conference", date = 2023-12-10, url = "https://example.org/"} # date of publication should be listed here, to distinguish it from the date the website itself was written and updated, which can be added via Zola's built-in support +buttons = [ # this theme supports any set of buttons, but and will by default include an SVG icon for the examples listed below + {name="Paper", url = "https://example.com", no_icon = true}, # to disable drawing the icon, set no_icon to true + {name="PDF", url = "https://example.com"}, + {name="Code", url = "https://example.com"}, + {name="Video", url = "https://example.com"}, + {name="Slides", url = "https://example.com"}, + {name="Poster", url = "https://example.com"}, + {name="Your custom button", url = "https://example.com"}, # to add an icon, add it as an include, and override the macro icons.html +] +katex = true # to enable math via katex - whether using server-side or client-side rendering - set katex to true +favicon = false # set to true to use favicon.ico as the page's favicon +large_card = false # set to true to generate a large-size Twitter card ++++ + +Your page's Markdown content goes here... +``` + \ No newline at end of file diff --git a/docs/content/themes/academic-paper/screenshot.png b/docs/content/themes/academic-paper/screenshot.png new file mode 100644 index 0000000000..6bfff5b54c Binary files /dev/null and b/docs/content/themes/academic-paper/screenshot.png differ diff --git a/docs/content/themes/academic-workshop/index.md b/docs/content/themes/academic-workshop/index.md new file mode 100644 index 0000000000..5e023a4096 --- /dev/null +++ b/docs/content/themes/academic-workshop/index.md @@ -0,0 +1,91 @@ + ++++ +title = "Academic Workshop" +description = "A Zola theme for a website to list the schedule of your scientific workshop or seminar series" +template = "theme.html" +date = 2024-11-15T14:33:37-05:00 + +[taxonomies] +theme-tags = [] + +[extra] +created = 2024-11-15T14:33:37-05:00 +updated = 2024-11-15T14:33:37-05:00 +repository = "https://github.com/aterenin/academic-workshop.git" +homepage = "https://github.com/aterenin/academic-workshop" +minimum_version = "0.18.0" +license = "MIT" +demo = "https://aterenin.github.io/academic-workshop" + +[extra.author] +name = "Alexander Terein" +homepage = "https://avt.im" ++++ + +# Academic Workshop: a Zola theme + +[Academic Workshop](https://aterenin.github.io/academic-workshop) is a Zola theme desgned for hosting a website for scientific workshop or scientific seminar series. +A demo website built with Academic Workshop can be found at [aterenin.github.io/academic-workshop](https://aterenin.github.io/academic-workshop), and example repositories using this theme, for a seminar series and workshop, respectively, can be found at [github.com/gp-seminar-series/gp-seminar-series.github.io](https://github.com/gp-seminar-series/gp-seminar-series.github.io) and [https://github.com/gp-seminar-series/neurips-2024](https://github.com/gp-seminar-series/neurips-2024). + +# Features + +[Academic Workshop](https://github.com/aterenin/academic-workshop) is designed to be reasonably feature-complete. Its features include: + +* An automatic header which lists the tagline, title, and subtitles, with customizable buttons, as well as a background banner image with customizable CSS. +* Shortcodes for various types of lists such as lists of speakers and lists of previous seminars, as well as highlighting upcoming seminars on the front page, implemented in a fully responsive way to look professional on both desktop and mobile devices. +* Smart image resizing in image-grid-type lists, such as for lists of speakers. +* Support for creating a table of accepted workshop papers from a CSV file. +* Metadata including Twitter Summary Card, OpenGraph, and JSON-LD, implemented similar to [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag): these ensure pages are search-engine-fiendly and provide social media websites with links which are displayed when links are shared, + +# Design and maintainability + +[Academic Workshop](https://github.com/aterenin/academic-workshop) is [designed to last](https://jeffhuang.com/designed_to_last/). +This means it follows a set of best practices which try to ensure websites correctly built with it will work correctly in the indefinite future with minimal maintenance, even as the internet changes and links break over time. +As consequence, the theme has no JavaScript or CSS dependencies of any kind. + +# Documentation + +The examples below document the theme's options which are available in the TOML files, which are listed as comments within each file. + +## Config.toml + +```toml +base_url = "https://example.com" +compile_sass = true # should be set to true +build_search_index = false # not used by the theme +generate_feed = false # not used by the theme +minify_html = true # to ensure correct rendering due to minification of whitespace, should be set to true, unless there is a reason to override it + +[markdown] +highlight_code = false # should be set to false unless the page has code to highlight + +[extra] +footer_text = "This website is built using [Zola](https://www.getzola.org) and the [Academic Workshop](http://github.com/aterenin/academic-workshop/) theme, which is [designed to last](https://jeffhuang.com/designed_to_last/)." # by default this page adds a small and non-intrusive footer with some text linking to this repository - you can set this to false to remove the footer if you prefer +title = {tagline = "Presenting the", title = "Academic Workshop Zola Theme", subtitles = ["For workshops, seminars, and academic events"]} # this contains the header's tagline, title, and list of subtitles, which are displayed in order +banner = {extension = "svg", size = "fixed", fade = true} # this enables a banner image stored in static/banner.svg, with the CSS class bg-fixed: this CSS class is designed for users to set the background image's height and width by overriding CSS - see _main.scss for other classes like bg-contain or bg-cover - the fade option enables a CSS-based fade around the text +buttons = [{name = "Example", url = "https://example.com/"}, {name="GitHub", url="http://github.com/aterenin/academic-workshop"}] # creates a list of buttons displayed in order, with links to the URLs +image = {resize = 400, ext = '.jpg'} # this sets the desired size for image resizing, as well as the default extension +list_page_limit = 10 # this sets the default number of items which show up in one page in a list +header_pages = [{name = "Home", url = "/#home"},{name = "Design", url = "/#design"}] # this sets the pages which show up in the navigation menu which gets displayed on mobile devices +``` + +## Page configuration + +If using this theme for a list of seminars, each seminar should be added as a page within a suitable section. An example configuration is given here. + +```toml ++++ +title = "Seminar Title" +[extra] +author = "Example Author" # name of the author goes here +institution = "Example Institution" # name of the institution goes here +author_url = "https://example.com" # the author's webpage, which the theme will create links to +time = "16:00 UTC" # the time of the seminar +buttons = [{name = "Example", url = "https://example.com/"}] # a list of buttons displayed on the page and in lists, shown in order +highlight = true # whether or not the seminar gets displayed on a page using the highlight shortcode, which is designed to display a short list of upcoming seminars on the theme's front page - defaults to false +image = "placeholder.svg" # optional: allows ont to override the default image URL ++++ + +The seminar's abstract goes here +``` + \ No newline at end of file diff --git a/docs/content/themes/academic-workshop/screenshot.png b/docs/content/themes/academic-workshop/screenshot.png new file mode 100644 index 0000000000..717a56534d Binary files /dev/null and b/docs/content/themes/academic-workshop/screenshot.png differ diff --git a/docs/content/themes/adidoks/index.md b/docs/content/themes/adidoks/index.md index e2901688cc..5d3b44c6d1 100644 --- a/docs/content/themes/adidoks/index.md +++ b/docs/content/themes/adidoks/index.md @@ -3,11 +3,14 @@ title = "adidoks" description = "AdiDoks is a Zola theme helping you build modern documentation." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-03-14T08:19:13+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-03-14T08:19:13+08:00 +updated = 2022-03-14T08:19:13+08:00 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 f323d4d6d2..016b68adc5 100644 --- a/docs/content/themes/after-dark/index.md +++ b/docs/content/themes/after-dark/index.md @@ -3,11 +3,14 @@ title = "after-dark" description = "A robust, elegant dark theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-06T07:53:33-06:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-06T07:53:33-06:00 +updated = 2024-11-06T07:53:33-06:00 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 4da046e0f0..0465f1be20 100644 --- a/docs/content/themes/albatros/index.md +++ b/docs/content/themes/albatros/index.md @@ -3,11 +3,14 @@ title = "Albatros" description = "A feature rich theme originally made for Duniter website." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-06-19T13:57:05+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-06-19T13:57:05+02:00 +updated = 2024-06-19T13:57:05+02:00 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 81090f9cbd..2f3e8c9831 100644 --- a/docs/content/themes/anatole-zola/index.md +++ b/docs/content/themes/anatole-zola/index.md @@ -3,11 +3,14 @@ title = "anatole-zola" description = "A port of farbox-theme-Anatole for zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-27T15:53:15+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-27T15:53:15+01:00 +updated = 2024-10-27T15:53:15+01:00 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 81ef6918e7..80a38371a3 100644 --- a/docs/content/themes/andromeda/index.md +++ b/docs/content/themes/andromeda/index.md @@ -3,11 +3,14 @@ title = "Andromeda" description = "Photography journal blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-02T09:34:09-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-02T09:34:09-07:00 +updated = 2024-11-02T09:34:09-07:00 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 1cfb58ed56..18c777477e 100644 --- a/docs/content/themes/anemone/index.md +++ b/docs/content/themes/anemone/index.md @@ -3,11 +3,14 @@ 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-12-02T05:58:20Z +date = 2024-09-15T01:11:06+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-15T01:11:06+01:00 +updated = 2024-09-15T01:11:06+01:00 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 5ec4474a4d..0f7c8dcd9e 100644 --- a/docs/content/themes/anpu/index.md +++ b/docs/content/themes/anpu/index.md @@ -3,11 +3,14 @@ title = "Anpu" description = "A port of the Hugo Anubis theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-06-15T12:50:29+09:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-06-15T12:50:29+09:00 +updated = 2024-06-15T12:50:29+09:00 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 dee41015f8..3bf7a84fd1 100644 --- a/docs/content/themes/apollo/index.md +++ b/docs/content/themes/apollo/index.md @@ -3,11 +3,14 @@ title = "apollo" description = "Modern and minimalistic blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-26T21:09:12+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-26T21:09:12+01:00 +updated = 2024-11-26T21:09:12+01:00 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 d022504dda..2fc71b311a 100644 --- a/docs/content/themes/archie-zola/index.md +++ b/docs/content/themes/archie-zola/index.md @@ -3,11 +3,14 @@ title = "archie-zola" description = "A zola theme based on Hugo archie." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-03-08T10:58:44+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-03-08T10:58:44+08:00 +updated = 2024-03-08T10:58:44+08:00 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 0ee143128a..9c5d56dcbf 100644 --- a/docs/content/themes/ataraxia-zola/index.md +++ b/docs/content/themes/ataraxia-zola/index.md @@ -3,11 +3,14 @@ title = "ataraxia" description = "A personal theme focused on ease of reading." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-04-22T22:26:07-05:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-04-22T22:26:07-05:00 +updated = 2023-04-22T22:26:07-05:00 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 cb76394707..5287110081 100644 --- a/docs/content/themes/bearblog/index.md +++ b/docs/content/themes/bearblog/index.md @@ -3,11 +3,14 @@ title = "Bear" description = "Bear blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-08-18T10:29:08+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-08-18T10:29:08+02:00 +updated = 2024-08-18T10:29:08+02:00 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 906459a677..be9aa5fa0c 100644 --- a/docs/content/themes/blow/index.md +++ b/docs/content/themes/blow/index.md @@ -3,11 +3,14 @@ title = "Blow" description = "A Zola theme made with Tailwindcss" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-29T16:55:23+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-29T16:55:23+02:00 +updated = 2024-09-29T16:55:23+02:00 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 70f544daf0..5d632a3bad 100644 --- a/docs/content/themes/book/index.md +++ b/docs/content/themes/book/index.md @@ -3,11 +3,14 @@ title = "book" description = "A book theme inspired from GitBook/mdBook" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-11-09T14:55:40-06:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-11-09T14:55:40-06:00 +updated = 2023-11-09T14:55:40-06:00 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 7e646d2d57..b88693519d 100644 --- a/docs/content/themes/boring/index.md +++ b/docs/content/themes/boring/index.md @@ -3,11 +3,14 @@ title = "boring" description = "A minimal theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-11-16T12:53:23+05:30 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-11-16T12:53:23+05:30 +updated = 2023-11-16T12:53:23+05:30 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 3f9b407716..1dfdb8c99b 100644 --- a/docs/content/themes/clean-blog/index.md +++ b/docs/content/themes/clean-blog/index.md @@ -3,11 +3,14 @@ title = "Clean Blog" description = "A port of Start Bootstrap Clean Blog for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-04-17T13:28:42+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-04-17T13:28:42+01:00 +updated = 2023-04-17T13:28:42+01:00 repository = "https://github.com/dave-tucker/zola-clean-blog.git" homepage = "https://github.com/dave-tucker/zola-clean-blog" minimum_version = "0.4.0" diff --git a/docs/content/themes/codinfox-zola/index.md b/docs/content/themes/codinfox-zola/index.md index 839db172a8..f0973f9e7c 100644 --- a/docs/content/themes/codinfox-zola/index.md +++ b/docs/content/themes/codinfox-zola/index.md @@ -3,11 +3,14 @@ title = "codinfox-zola" description = "Codinfox theme for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-05-11T01:34:05+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-05-11T01:34:05+02:00 +updated = 2023-05-11T01:34:05+02:00 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 66db2beec0..dd4771fb10 100644 --- a/docs/content/themes/d3c3nt/index.md +++ b/docs/content/themes/d3c3nt/index.md @@ -3,11 +3,14 @@ title = "d3c3nt" description = "A simple, clean, and flexible theme for personal sites." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-06-13T18:37:21-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-06-13T18:37:21-07:00 +updated = 2022-06-13T18:37:21-07:00 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 bdb6e3c5e2..fe3204fad2 100644 --- a/docs/content/themes/dinkleberg/index.md +++ b/docs/content/themes/dinkleberg/index.md @@ -3,11 +3,14 @@ title = "dinkleberg" description = "The Rust BR theme for Gutenberg" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2019-10-18T00:30:44-03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2019-10-18T00:30:44-03:00 +updated = 2019-10-18T00:30:44-03:00 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 8c6d4686db..47ef608d32 100644 --- a/docs/content/themes/docsascode-theme/index.md +++ b/docs/content/themes/docsascode-theme/index.md @@ -3,11 +3,14 @@ title = "Docsascode_theme" description = "A modern simple Zola's theme related to docs as code methodology" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-05-06T17:56:31+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-05-06T17:56:31+02:00 +updated = 2023-05-06T17:56:31+02:00 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 06e1a76892..215d509f46 100644 --- a/docs/content/themes/dose/index.md +++ b/docs/content/themes/dose/index.md @@ -3,11 +3,14 @@ title = "dose" description = "a small blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-05-07T12:14:01+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-05-07T12:14:01+02:00 +updated = 2023-05-07T12:14:01+02:00 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 8489812f7b..9b6be72cc9 100644 --- a/docs/content/themes/duckquill/index.md +++ b/docs/content/themes/duckquill/index.md @@ -3,11 +3,14 @@ title = "Duckquill" description = "Modern, pretty, and clean theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-12-01T17:21:03+03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-12-01T17:21:03+03:00 +updated = 2024-12-01T17:21:03+03:00 repository = "https://codeberg.org/daudix/duckquill.git" homepage = "https://codeberg.org/daudix/duckquill" minimum_version = "0.19.0" diff --git a/docs/content/themes/emily/index.md b/docs/content/themes/emily/index.md index e10d168e1c..f8807e18ad 100644 --- a/docs/content/themes/emily/index.md +++ b/docs/content/themes/emily/index.md @@ -3,11 +3,14 @@ title = "emily_zola_theme" description = "a KISS theme for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-11-05T15:26:56+09:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-11-05T15:26:56+09:00 +updated = 2023-11-05T15:26:56+09:00 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 01aaa64c01..ba00990190 100644 --- a/docs/content/themes/even/index.md +++ b/docs/content/themes/even/index.md @@ -3,11 +3,14 @@ title = "even" description = "A robust, elegant dark theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-18T23:31:35+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-18T23:31:35+08:00 +updated = 2024-09-18T23:31:35+08:00 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 3849a84a9f..2d5b11a250 100644 --- a/docs/content/themes/feather/index.md +++ b/docs/content/themes/feather/index.md @@ -3,11 +3,14 @@ title = "feather" description = "A fuzzy blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-12T20:47:48-04:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-12T20:47:48-04:00 +updated = 2024-09-12T20:47:48-04:00 repository = "https://github.com/piedoom/feather.git" homepage = "https://github.com/piedoom/feather" minimum_version = "0.19.0" diff --git a/docs/content/themes/float/index.md b/docs/content/themes/float/index.md index 630ad54ca6..532135a2d1 100644 --- a/docs/content/themes/float/index.md +++ b/docs/content/themes/float/index.md @@ -3,11 +3,14 @@ title = "Float" description = "An elegant blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-03-21T15:29:41Z + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-21T15:29:41Z +updated = 2023-03-21T15:29:41Z 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 d01ed2be32..144df28d09 100644 --- a/docs/content/themes/hallo/index.md +++ b/docs/content/themes/hallo/index.md @@ -3,11 +3,14 @@ title = "hallo" description = "A single-page theme to introduce yourself." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2021-09-27T13:05:37+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2021-09-27T13:05:37+02:00 +updated = 2021-09-27T13:05:37+02:00 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 68bce63d4c..24d0d35c48 100644 --- a/docs/content/themes/halve-z/index.md +++ b/docs/content/themes/halve-z/index.md @@ -3,11 +3,14 @@ title = "halve-z" description = "Retro two-column theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-24T23:48:33-08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-24T23:48:33-08:00 +updated = 2024-11-24T23:48:33-08:00 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 a6ddcd869e..a6dfadeb4e 100644 --- a/docs/content/themes/hephaestus/index.md +++ b/docs/content/themes/hephaestus/index.md @@ -3,11 +3,14 @@ title = "hephaestus" description = "A portfolio theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-03-19T11:40:54-05:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-19T11:40:54-05:00 +updated = 2023-03-19T11:40:54-05:00 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 e6cfd08d26..e113873224 100644 --- a/docs/content/themes/hermit/index.md +++ b/docs/content/themes/hermit/index.md @@ -3,11 +3,14 @@ title = "Hermit_Zola" description = "Minimal Zola theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-30T14:13:56+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-30T14:13:56+02:00 +updated = 2024-09-30T14:13:56+02:00 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 7a0b4dd55a..a8751695d8 100644 --- a/docs/content/themes/hook/index.md +++ b/docs/content/themes/hook/index.md @@ -3,11 +3,14 @@ title = "Hook" description = "Clean and simple personal site/blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-08-23T16:19:34+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-08-23T16:19:34+02:00 +updated = 2024-08-23T16:19:34+02:00 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 edd32611b6..a9957d4cca 100644 --- a/docs/content/themes/hyde/index.md +++ b/docs/content/themes/hyde/index.md @@ -3,11 +3,14 @@ title = "hyde" description = "A classic blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-08-20T14:13:49+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-08-20T14:13:49+02:00 +updated = 2023-08-20T14:13:49+02:00 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 a52cbfc39d..3ec56cd823 100644 --- a/docs/content/themes/inky/index.md +++ b/docs/content/themes/inky/index.md @@ -3,11 +3,14 @@ title = "Inky" description = "An elegant and understated theme for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-01T19:26:11+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-01T19:26:11+01:00 +updated = 2024-10-01T19:26:11+01:00 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 5899cea904..dc2fe2e17a 100644 --- a/docs/content/themes/juice/index.md +++ b/docs/content/themes/juice/index.md @@ -3,11 +3,14 @@ title = "juice" description = "An intuitive, elegant, and lightweight Zola theme for product sites." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-06-01T00:31:42-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-06-01T00:31:42-07:00 +updated = 2024-06-01T00:31:42-07:00 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 ed521a2faa..d70d4342d1 100644 --- a/docs/content/themes/kangae/index.md +++ b/docs/content/themes/kangae/index.md @@ -3,11 +3,14 @@ title = "kangae" description = "a lightweight microblog theme for zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-06-20T18:32:08-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-06-20T18:32:08-07:00 +updated = 2023-06-20T18:32:08-07:00 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 34f72a4bd6..cd8c9add9b 100644 --- a/docs/content/themes/karzok/index.md +++ b/docs/content/themes/karzok/index.md @@ -3,11 +3,14 @@ title = "karzok" description = "The theme for launching fast documentation sites" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-07-18T16:03:24Z + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-07-18T16:03:24Z +updated = 2024-07-18T16:03:24Z 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 2f997d4130..9ebaea19c0 100644 --- a/docs/content/themes/kita/index.md +++ b/docs/content/themes/kita/index.md @@ -3,11 +3,14 @@ title = "Kita" description = "Kita is a clean, elegant and simple blog theme for Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-07T20:10:13+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-07T20:10:13+08:00 +updated = 2024-10-07T20:10:13+08:00 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 e50ef03267..b66515e421 100644 --- a/docs/content/themes/kodama-theme/index.md +++ b/docs/content/themes/kodama-theme/index.md @@ -3,11 +3,14 @@ title = "kodama" description = "Theme insipired by wowchemy academic." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-02-26T08:26:29+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-02-26T08:26:29+01:00 +updated = 2024-02-26T08:26:29+01:00 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 39200a1a83..2cc4ffe8e6 100644 --- a/docs/content/themes/lightspeed/index.md +++ b/docs/content/themes/lightspeed/index.md @@ -3,11 +3,14 @@ title = "lightspeed" description = "Zola theme with a perfect Lighthouse score" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-01-22T17:32:25+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-01-22T17:32:25+01:00 +updated = 2022-01-22T17:32:25+01:00 repository = "https://github.com/carpetscheme/lightspeed.git" homepage = "https://github.com/carpetscheme/lightspeed" minimum_version = "0.10.0" diff --git a/docs/content/themes/linkita/index.md b/docs/content/themes/linkita/index.md index 85f15b5517..0f9b641a57 100644 --- a/docs/content/themes/linkita/index.md +++ b/docs/content/themes/linkita/index.md @@ -3,11 +3,14 @@ title = "Linkita" description = "A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-20T20:53:25+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-20T20:53:25+02:00 +updated = 2024-11-20T20:53:25+02:00 repository = "https://codeberg.org/salif/linkita.git" homepage = "https://codeberg.org/salif/linkita" minimum_version = "0.19.0" diff --git a/docs/content/themes/mabuya/index.md b/docs/content/themes/mabuya/index.md index 0eec0d8012..969bedc8fc 100644 --- a/docs/content/themes/mabuya/index.md +++ b/docs/content/themes/mabuya/index.md @@ -3,11 +3,14 @@ title = "Mabuya" description = "🦎 A minimal Zola theme for building light and SEO-ready blogs." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-31T08:52:24-05:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-31T08:52:24-05:00 +updated = 2024-10-31T08:52:24-05:00 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 3e4353527f..c6a42f81a2 100644 --- a/docs/content/themes/minimal-dark/index.md +++ b/docs/content/themes/minimal-dark/index.md @@ -3,11 +3,14 @@ title = "minimal-dark" description = "Clean and minimalistic dark theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-02-07T14:01:03+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-02-07T14:01:03+02:00 +updated = 2024-02-07T14:01:03+02:00 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 7fc456e687..9d15dc99fa 100644 --- a/docs/content/themes/nasm-theme/index.md +++ b/docs/content/themes/nasm-theme/index.md @@ -3,11 +3,14 @@ title = "nasm-theme" description = "A robust, elegant blue theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-04-07T14:38:10-03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-04-07T14:38:10-03:00 +updated = 2023-04-07T14:38:10-03:00 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 c7750f4378..0166dde131 100644 --- a/docs/content/themes/neovim-theme/index.md +++ b/docs/content/themes/neovim-theme/index.md @@ -3,11 +3,14 @@ title = "neovim" description = "A only keyboard theme with tabs and file browser" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-26T00:35:09+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-26T00:35:09+02:00 +updated = 2024-09-26T00:35:09+02:00 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 3a106e013e..a987be9a6c 100644 --- a/docs/content/themes/no-style-please/index.md +++ b/docs/content/themes/no-style-please/index.md @@ -3,11 +3,14 @@ title = "no style, please!" description = "A (nearly) no-CSS, fast, minimalist Zola theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-17T21:44:42+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-17T21:44:42+02:00 +updated = 2024-11-17T21:44:42+02:00 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 0162e37b93..2842ff077b 100644 --- a/docs/content/themes/ntun/index.md +++ b/docs/content/themes/ntun/index.md @@ -3,11 +3,14 @@ title = "ntun-zola-theme" description = "A classic resume theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-09-25T10:40:29+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-09-25T10:40:29+02:00 +updated = 2023-09-25T10:40:29+02:00 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 da8d257938..1e3b6acdb9 100644 --- a/docs/content/themes/oceanic-zen/index.md +++ b/docs/content/themes/oceanic-zen/index.md @@ -3,11 +3,14 @@ title = "Oceanic Zen" description = "Minimalistic blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-08-25T18:51:47-04:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-08-25T18:51:47-04:00 +updated = 2024-08-25T18:51:47-04:00 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 8a21aa97d2..8d97a8d102 100644 --- a/docs/content/themes/otherworld/index.md +++ b/docs/content/themes/otherworld/index.md @@ -3,11 +3,14 @@ title = "otherworld" description = "Vaporwave aesthetic theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-03-24T14:05:03+10:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-03-24T14:05:03+10:00 +updated = 2024-03-24T14:05:03+10:00 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 fbfc0c778c..43a74dc858 100644 --- a/docs/content/themes/papaya/index.md +++ b/docs/content/themes/papaya/index.md @@ -3,11 +3,14 @@ title = "Papaya" description = "A clean Zola theme for blogging and projects" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-07-27T22:20:55-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-07-27T22:20:55-07:00 +updated = 2023-07-27T22:20:55-07:00 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 a1c206d372..45ab547fe4 100644 --- a/docs/content/themes/papermod/index.md +++ b/docs/content/themes/papermod/index.md @@ -3,11 +3,14 @@ title = "PaperMod" description = "A fast, clean, responsive theme ported to Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-07-28T18:18:31Z + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-07-28T18:18:31Z +updated = 2024-07-28T18:18:31Z 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 fe9648ca0b..cebcf7982b 100644 --- a/docs/content/themes/particle/index.md +++ b/docs/content/themes/particle/index.md @@ -3,11 +3,14 @@ title = "particle" description = "Particle theme for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-05-11T00:52:07+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-05-11T00:52:07+02:00 +updated = 2023-05-11T00:52:07+02:00 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 3f2f549454..782141c427 100644 --- a/docs/content/themes/pico/index.md +++ b/docs/content/themes/pico/index.md @@ -3,11 +3,14 @@ title = "pico" description = "Clean and minimalistic dark theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-04-28T13:42:00+03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-04-28T13:42:00+03:00 +updated = 2024-04-28T13:42:00+03:00 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 f83bc31572..86a99d0cde 100644 --- a/docs/content/themes/polymathic/index.md +++ b/docs/content/themes/polymathic/index.md @@ -3,11 +3,14 @@ title = "polymathic" description = "A portfolio theme for person of many talents" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-15T17:51:38+03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-15T17:51:38+03:00 +updated = 2024-10-15T17:51:38+03:00 repository = "https://github.com/anvlkv/polymathic.git" homepage = "https://github.com/anvlkv/polymathic" minimum_version = "0.17.2" diff --git a/docs/content/themes/project-portfolio/index.md b/docs/content/themes/project-portfolio/index.md index 5bf52241cc..c4cc826beb 100644 --- a/docs/content/themes/project-portfolio/index.md +++ b/docs/content/themes/project-portfolio/index.md @@ -3,11 +3,14 @@ title = "Project Portfolio" description = "Theme for a project portfolio (based on Tailwind CSS)." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-25T20:44:35+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-25T20:44:35+02:00 +updated = 2024-09-25T20:44:35+02:00 repository = "https://github.com/awinterstein/zola-theme-project-portfolio.git" homepage = "https://github.com/awinterstein/zola-theme-project-portfolio" minimum_version = "0.9.0" diff --git a/docs/content/themes/re137/index.md b/docs/content/themes/re137/index.md index 6487097bb8..9470d0bffe 100644 --- a/docs/content/themes/re137/index.md +++ b/docs/content/themes/re137/index.md @@ -3,11 +3,14 @@ title = "re137" description = "A Chinese friendly zola theme. Inspired by lightspeed." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-11T18:40:55+09:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-11T18:40:55+09:00 +updated = 2024-11-11T18:40:55+09:00 repository = "https://github.com/tinikov/re137.git" homepage = "https://github.com/tinikov/re137" minimum_version = "0.4.0" diff --git a/docs/content/themes/resume/index.md b/docs/content/themes/resume/index.md index ce5eb2fec4..3ae98408e5 100644 --- a/docs/content/themes/resume/index.md +++ b/docs/content/themes/resume/index.md @@ -3,11 +3,14 @@ title = "resume" description = "A resume theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2021-09-04T01:10:58+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2021-09-04T01:10:58+08:00 +updated = 2021-09-04T01:10:58+08:00 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 7f0d1f4749..0af971870c 100644 --- a/docs/content/themes/sam/index.md +++ b/docs/content/themes/sam/index.md @@ -3,11 +3,14 @@ title = "sam" description = "A Simple and Minimalist theme with a focus on typography and content." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2021-02-10T17:52:11+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2021-02-10T17:52:11+01:00 +updated = 2021-02-10T17:52:11+01:00 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 71303580db..97f23a9d08 100644 --- a/docs/content/themes/seagull/index.md +++ b/docs/content/themes/seagull/index.md @@ -3,11 +3,14 @@ title = "Seagull" description = "A Zola theme." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-15T14:19:19+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-15T14:19:19+02:00 +updated = 2024-10-15T14:19:19+02:00 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 176be6e756..3b88e94023 100644 --- a/docs/content/themes/seje2/index.md +++ b/docs/content/themes/seje2/index.md @@ -3,11 +3,14 @@ title = "Seje2" description = "A beautiful zola theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-20T15:05:16+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-20T15:05:16+08:00 +updated = 2024-11-20T15:05:16+08:00 repository = "https://github.com/eatradish/seje2.git" homepage = "https://github.com/eatradish/Seje2" minimum_version = "0.15.0" diff --git a/docs/content/themes/serene/index.md b/docs/content/themes/serene/index.md index 78c0304443..72bbba79f6 100644 --- a/docs/content/themes/serene/index.md +++ b/docs/content/themes/serene/index.md @@ -3,11 +3,14 @@ title = "serene" description = "A spiffy blog theme for zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-03T22:43:56+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-03T22:43:56+08:00 +updated = 2024-11-03T22:43:56+08:00 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 a4e0517855..4869ae1421 100644 --- a/docs/content/themes/shadharon/index.md +++ b/docs/content/themes/shadharon/index.md @@ -3,11 +3,14 @@ title = "shadharon" description = "Simple blog theme powered by Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-10-27T18:58:30+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-10-27T18:58:30+01:00 +updated = 2023-10-27T18:58:30+01:00 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 5a0c239386..c70a68d205 100644 --- a/docs/content/themes/simple-dev-blog/index.md +++ b/docs/content/themes/simple-dev-blog/index.md @@ -3,11 +3,14 @@ title = "simple-dev-blog" description = "A simple dev blog theme with no javascript, prerendered linked pages and SEO tags." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-11-07T09:25:21+10:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-11-07T09:25:21+10:00 +updated = 2023-11-07T09:25:21+10:00 repository = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter.git" homepage = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter" minimum_version = "0.4.0" diff --git a/docs/content/themes/slim/index.md b/docs/content/themes/slim/index.md index c01ef3f6c2..4a8b5ee0fe 100644 --- a/docs/content/themes/slim/index.md +++ b/docs/content/themes/slim/index.md @@ -3,11 +3,14 @@ title = "Slim" description = "Slim is a minimal, clean and beautiful theme for Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2020-10-31T23:26:58Z + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2020-10-31T23:26:58Z +updated = 2020-10-31T23:26:58Z 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 e8d943be6f..614f82f946 100644 --- a/docs/content/themes/soapstone/index.md +++ b/docs/content/themes/soapstone/index.md @@ -3,11 +3,14 @@ title = "Soapstone" description = "A bare bones dark theme with some color tweakability" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-07-25T17:05:29-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-07-25T17:05:29-07:00 +updated = 2022-07-25T17:05:29-07:00 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 527b69c6b2..c0c4505eff 100644 --- a/docs/content/themes/solar-theme-zola/index.md +++ b/docs/content/themes/solar-theme-zola/index.md @@ -3,11 +3,14 @@ title = "solar-theme-zola" description = "A port of solar-theme-hugo for zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-03-20T15:48:51+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-20T15:48:51+08:00 +updated = 2023-03-20T15:48:51+08:00 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 2c56b57381..941af676af 100644 --- a/docs/content/themes/tabi/index.md +++ b/docs/content/themes/tabi/index.md @@ -3,11 +3,14 @@ title = "tabi" description = "tabi is an accessible Zola theme with search, multi-language support, optional JavaScript, a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-30T20:05:49+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-30T20:05:49+01:00 +updated = 2024-11-30T20:05:49+01:00 repository = "https://github.com/welpo/tabi.git" homepage = "https://github.com/welpo/tabi" minimum_version = "0.17.0" diff --git a/docs/content/themes/tale-zola/index.md b/docs/content/themes/tale-zola/index.md index 6933554408..48cc4d0054 100644 --- a/docs/content/themes/tale-zola/index.md +++ b/docs/content/themes/tale-zola/index.md @@ -3,11 +3,14 @@ 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-12-02T05:58:20Z +date = 2021-12-05T00:18:16+08:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2021-12-05T00:18:16+08:00 +updated = 2021-12-05T00:18:16+08:00 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 fb7be7b294..55470e7bcc 100644 --- a/docs/content/themes/tilde/index.md +++ b/docs/content/themes/tilde/index.md @@ -3,11 +3,14 @@ title = "tilde" description = "Simple theme to match the dracula tilde css" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-10-25T10:44:26-05:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-10-25T10:44:26-05:00 +updated = 2023-10-25T10:44:26-05:00 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 31a91138f0..4882714c5f 100644 --- a/docs/content/themes/toucan/index.md +++ b/docs/content/themes/toucan/index.md @@ -3,11 +3,14 @@ title = "Toucan" description = "Inspired from Pelican default theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-10-03T16:44:28+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-10-03T16:44:28+02:00 +updated = 2023-10-03T16:44:28+02:00 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 e8f665c1a7..53c4652da9 100644 --- a/docs/content/themes/tranquil/index.md +++ b/docs/content/themes/tranquil/index.md @@ -3,11 +3,14 @@ title = "tranquil" description = "A blog theme for zola, simple and clean" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-02-18T22:16:36+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-02-18T22:16:36+01:00 +updated = 2024-02-18T22:16:36+01:00 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 44bd6a56ba..fdcc2875f8 100644 --- a/docs/content/themes/zallery/index.md +++ b/docs/content/themes/zallery/index.md @@ -3,11 +3,14 @@ title = "zallery" description = "Gallery theme for zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-25T18:41:17-05:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-25T18:41:17-05:00 +updated = 2024-09-25T18:41:17-05:00 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 32866aaf4f..68f185e9e4 100644 --- a/docs/content/themes/zerm/index.md +++ b/docs/content/themes/zerm/index.md @@ -3,11 +3,14 @@ title = "zerm" description = "A minimalistic and dark theme based on Radek Kozieł's theme for Hugo" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-06-13T20:01:34-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-06-13T20:01:34-07:00 +updated = 2022-06-13T20:01:34-07:00 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 51f7e46f67..d06a10ff60 100644 --- a/docs/content/themes/zhuia/index.md +++ b/docs/content/themes/zhuia/index.md @@ -3,11 +3,14 @@ title = "Zhuia" description = "An elegant but still playful theme for Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-03-31T13:23:52+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-31T13:23:52+02:00 +updated = 2023-03-31T13:23:52+02:00 repository = "https://github.com/gicrisf/zhuia.git" homepage = "https://github.com/gicrisf/zhuia" minimum_version = "0.15.0" diff --git a/docs/content/themes/zluinav/index.md b/docs/content/themes/zluinav/index.md index 841d2df1cb..bafa064592 100644 --- a/docs/content/themes/zluinav/index.md +++ b/docs/content/themes/zluinav/index.md @@ -3,11 +3,14 @@ title = "UI Navigation" description = "A multilingual theme designed for accessibility rather than visual." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-12-01T14:33:12+06:30 + +[taxonomies] +theme-tags = ['blind', 'multilingual', 'accessible', 'responsive'] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-12-01T14:33:12+06:30 +updated = 2024-12-01T14:33:12+06:30 repository = "https://github.com/harrymkt/zluinav" homepage = "https://github.com/harrymkt/zluinav" minimum_version = "0.19.2" diff --git a/docs/content/themes/zola-grayscale/index.md b/docs/content/themes/zola-grayscale/index.md index 28d6c1fa9c..986d94609a 100644 --- a/docs/content/themes/zola-grayscale/index.md +++ b/docs/content/themes/zola-grayscale/index.md @@ -3,11 +3,14 @@ title = "zola-grayscale" description = "A port of the Start Bootrap Grayscale theme, for Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-24T16:09:25+11:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-24T16:09:25+11:00 +updated = 2024-11-24T16:09:25+11:00 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 eb005b2cef..b8390a2b3b 100644 --- a/docs/content/themes/zola-hacker/index.md +++ b/docs/content/themes/zola-hacker/index.md @@ -3,11 +3,14 @@ title = "zola-hacker" description = "Hacker is a theme for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-09-22T13:21:50-04:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-09-22T13:21:50-04:00 +updated = 2024-09-22T13:21:50-04:00 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 3718647d62..c68b574830 100644 --- a/docs/content/themes/zola-henry/index.md +++ b/docs/content/themes/zola-henry/index.md @@ -3,11 +3,14 @@ title = "henry" description = "A timeless blog theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-08-15T16:34:12+03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-08-15T16:34:12+03:00 +updated = 2023-08-15T16:34:12+03:00 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 dbe7fa7ad3..754027992e 100644 --- a/docs/content/themes/zola-minimal/index.md +++ b/docs/content/themes/zola-minimal/index.md @@ -3,11 +3,14 @@ title = "Minimal" description = "📚 Minimal is a Zola port of the Jekyll theme with the same name." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-05-11T12:46:34-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-05-11T12:46:34-07:00 +updated = 2024-05-11T12:46:34-07:00 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 6c3567f1e2..b4ba4a9c7a 100644 --- a/docs/content/themes/zola-paper/index.md +++ b/docs/content/themes/zola-paper/index.md @@ -3,11 +3,14 @@ title = "zola-paper" description = "A clean theme inspired from hugo-paper." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-03-15T01:35:18-07:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-15T01:35:18-07:00 +updated = 2023-03-15T01:35:18-07:00 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 abcb007a20..dd3038617b 100644 --- a/docs/content/themes/zola-pickles/index.md +++ b/docs/content/themes/zola-pickles/index.md @@ -3,11 +3,14 @@ title = "pickles" description = "A modern, simple, clean blog theme for Zola." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-10-17T09:39:18-06:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-10-17T09:39:18-06:00 +updated = 2024-10-17T09:39:18-06:00 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 3f0fc5256a..a4d888afcf 100644 --- a/docs/content/themes/zola-theme-course/index.md +++ b/docs/content/themes/zola-theme-course/index.md @@ -3,11 +3,14 @@ title = "Course" description = "A zola theme designed for online courses or tutorials" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-03-21T12:00:20+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-03-21T12:00:20+01:00 +updated = 2023-03-21T12:00:20+01:00 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 5491422c12..46b444c148 100644 --- a/docs/content/themes/zola-theme-hikari/index.md +++ b/docs/content/themes/zola-theme-hikari/index.md @@ -3,11 +3,14 @@ title = "Hikari" description = "Fluid, responsive blog theme for Zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2019-07-13T19:31:51+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2019-07-13T19:31:51+02:00 +updated = 2019-07-13T19:31:51+02:00 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 b84a082d28..a66e28c87a 100644 --- a/docs/content/themes/zola-theme-terminimal/index.md +++ b/docs/content/themes/zola-theme-terminimal/index.md @@ -3,11 +3,14 @@ title = "terminimal" description = "A simple, minimal retro theme" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-08-17T17:49:29+02:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-08-17T17:49:29+02:00 +updated = 2024-08-17T17:49:29+02:00 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 c37c9db182..d33fa8e265 100644 --- a/docs/content/themes/zola.386/index.md +++ b/docs/content/themes/zola.386/index.md @@ -3,11 +3,14 @@ title = "zola.386" description = "Zola port of the BOOTSTRA.386 theme." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-03-24T12:08:20-03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-03-24T12:08:20-03:00 +updated = 2022-03-24T12:08:20-03:00 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 ec1cf10b63..57cf83335d 100644 --- a/docs/content/themes/zola_easydocs_theme/index.md +++ b/docs/content/themes/zola_easydocs_theme/index.md @@ -3,11 +3,14 @@ title = "EasyDocs" description = "An easy way to create docs for your project" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2023-10-30T16:28:49+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2023-10-30T16:28:49+01:00 +updated = 2023-10-30T16:28:49+01:00 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 442a103a17..4a808384a0 100644 --- a/docs/content/themes/zolarwind/index.md +++ b/docs/content/themes/zolarwind/index.md @@ -3,11 +3,14 @@ title = "Zolarwind" description = "A localizable blog theme using Tailwind CSS for styling and KaTex for math" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-20T15:57:56+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-20T15:57:56+01:00 +updated = 2024-11-20T15:57:56+01:00 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 508e4b0280..d00a8e661d 100644 --- a/docs/content/themes/zolastrap/index.md +++ b/docs/content/themes/zolastrap/index.md @@ -3,11 +3,14 @@ title = "zolastrap" description = "A bootstrap theme for zola" template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2022-02-20T19:12:59-03:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2022-02-20T19:12:59-03:00 +updated = 2022-02-20T19:12:59-03:00 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 4dafc6d1da..07388be7c6 100644 --- a/docs/content/themes/zplit/index.md +++ b/docs/content/themes/zplit/index.md @@ -3,11 +3,14 @@ title = "Zplit" description = "A single page theme for a professional online presence." template = "theme.html" -date = 2024-12-02T05:58:20Z +date = 2024-11-26T15:44:23+01:00 + +[taxonomies] +theme-tags = [] [extra] -created = 2024-12-02T05:58:20Z -updated = 2024-12-02T05:58:20Z +created = 2024-11-26T15:44:23+01:00 +updated = 2024-11-26T15:44:23+01:00 repository = "https://github.com/gicrisf/zplit.git" homepage = "https://github.com/gicrisf/zplit" minimum_version = "0.15.0"