diff --git a/docs/content/themes/DeepThought/index.md b/docs/content/themes/DeepThought/index.md index ea771220ce..dc9f0d340e 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 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 81f5024132..81f4de816c 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/Zulma/index.md b/docs/content/themes/Zulma/index.md index f0f95e1b97..ec9bdb5519 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 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 1a3a747ddc..3096f4bded 100644 --- a/docs/content/themes/abridge/index.md +++ b/docs/content/themes/abridge/index.md @@ -3,14 +3,14 @@ title = "abridge" description = "A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No JS." template = "theme.html" -date = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/Jieiku/abridge.git" homepage = "https://github.com/jieiku/abridge/" -minimum_version = "0.14.1" +minimum_version = "0.16.0" license = "MIT" demo = "https://abridge.netlify.app/" @@ -28,9 +28,9 @@ Abridge is a fast and lightweight Zola theme using semantic html, only ~6kb css There is also [Abridge-minimal](https://github.com/jieiku/abridge.css) Theme which is used to showcase the [abridge.css framework](https://github.com/Jieiku/abridge.css/tree/master/dist) -Maintainence of this project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here. 💖 +Maintenance of this project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here. 💖 - + --- @@ -40,7 +40,7 @@ Maintainence of this project is made possible by all the You can see the [Gerson's website](https://github.com/gersonbdev/gersonbdev.github.io) repository for theme setup guide. + +For the site to work properly you need to create a `_index.md` file within the `content` path with the following structure: + +```toml ++++ +title = "Home" +description = "Home site description." +sort_by = "date" +template = "index.html" +page_template = "page.html" ++++ +``` + +You can add more markdown content inside this file if you need to. + +If you want to enable the site's blog, create a _index.md file inside the `content/blog` path then copy the following structure inside the file: + +```toml ++++ +title = "Blog" +description = "Blog site description." +sort_by = "date" +paginate_by = 5 +template = "blog.html" +page_template = "blog_page.html" ++++ +``` + +You can display the result of your website by running: + +```console +zola serve +``` + + +## Hacking + +By default, the theme comes with all the scss styles already compiled, in such a way that the installation of Bootstrap is not necessary, in order to avoid dependencies such as Node.js in the production file. + +If you want to edit the theme's styles, you'll need to have a [Node.js](https://nodejs.org/) interpreter and a [Sass compiler](https://sass-lang.com/install) installed. After that, go to the main path of the theme and execute: + +```console +npm install +``` + +```console +sass --watch scss/custom.scss:static/assets/css/custom.css +``` + +> Keep in mind that the main branch of this repository only has the stable versions of the theme, if you want to see the development status and the unstable versions, change to the corresponding branch. + +## Credits + +This theme is mainly built on [Zola](https://www.getzola.org/) and [Bootstrap](https://getbootstrap.com/), plus it makes use of [Google fonts](https://fonts.google.com/). + + +## Sponsoring +[![Liberapay](https://img.shields.io/badge/Finance%20the%20project-F6C915?style=flat&logo=liberapay&logoColor=ffffff "Finance the project")](https://liberapay.com/gersonbenavides/donate) + + +## License + +This work is published under the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/) license + \ No newline at end of file diff --git a/docs/content/themes/ataraxia-zola/screenshot.png b/docs/content/themes/ataraxia-zola/screenshot.png new file mode 100644 index 0000000000..514f0af3a8 Binary files /dev/null and b/docs/content/themes/ataraxia-zola/screenshot.png differ diff --git a/docs/content/themes/blow/index.md b/docs/content/themes/blow/index.md index 09d1a4c95b..08487334da 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 073d33d102..97664bb83b 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/getzola/book.git" homepage = "https://github.com/getzola/book" minimum_version = "0.5.0" diff --git a/docs/content/themes/clean-blog/index.md b/docs/content/themes/clean-blog/index.md index c619f08ffb..320720a7ec 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 04a3f5230e..7780a5e8ba 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 b98323ac52..d115dba4dc 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 beafc12e9e..65de96b43a 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 966c70486f..e1d7ea7b90 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 9a5235a596..f3fc976581 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/emily/index.md b/docs/content/themes/emily/index.md index 46507f1a55..a7e85d42bf 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 5f787d4124..74f5e7f780 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/getzola/even.git" homepage = "https://github.com/getzola/even" minimum_version = "0.11.0" diff --git a/docs/content/themes/feather/index.md b/docs/content/themes/feather/index.md index 7e8ff79af5..0726218d2f 100644 --- a/docs/content/themes/feather/index.md +++ b/docs/content/themes/feather/index.md @@ -3,11 +3,11 @@ title = "feather" description = "A modern blog theme" template = "theme.html" -date = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 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 9fc4178922..7038b0918d 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://gitlab.com/float-theme/float.git" homepage = "https://float-theme.netlify.app/" minimum_version = "0.15.3" diff --git a/docs/content/themes/hallo/index.md b/docs/content/themes/hallo/index.md index 1c97370035..f0976fb48c 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/hephaestus/index.md b/docs/content/themes/hephaestus/index.md index 6bc95a9ee3..0d8492989d 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-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 2d5ed93569..845bafb25e 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 6a63ba0425..0714581b65 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 1332760380..b2ab9cc911 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/juice/index.md b/docs/content/themes/juice/index.md index 6f8ef62b7e..5e59050150 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 9a27838ace..1aad903664 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/ayushnix/kangae.git" homepage = "https://github.com/ayushnix/kangae" minimum_version = "0.15.0" @@ -178,11 +178,10 @@ If you're in India, you can also use UPI for donations. My UPI address is `ayush # Notes -I'm not really a web developer and I don't intend to be one either. However, I am interested in -learning HTML and CSS to create lightweight textual websites. You may be interested in reading [my -log about how I learned HTML and CSS][12]. However, that page is just an unorganized dump of my -thoughts and isn't a polished blog post. [Seirdy's blog post on creating textual websites][13] is -probably a better reference. +Although I'm not a web developer, I am interested in learning HTML and CSS to create lightweight +textual websites. You may be interested in reading [my log about how I learned HTML and CSS][12]. +However, that page is just an unorganized dump of my thoughts and isn't a polished blog post. +[Seirdy's blog post on creating textual websites][13] is probably a better reference. # TODO (maybe?) @@ -196,6 +195,7 @@ probably a better reference. - pagination - light and dark mode switch - content tabs +- microdata and microformats2 [1]: https://kangae.ayushnix.com/ [2]: https://www.getzola.org/ diff --git a/docs/content/themes/kangae/screenshot.png b/docs/content/themes/kangae/screenshot.png index e8faabaa16..a06eeb5955 100644 Binary files a/docs/content/themes/kangae/screenshot.png and b/docs/content/themes/kangae/screenshot.png differ diff --git a/docs/content/themes/karzok/index.md b/docs/content/themes/karzok/index.md index ce13bc77cc..157a662c28 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/kogeletey/karzok.git" homepage = "https://github.com/kogeletey/karzok" minimum_version = "0.15.0" @@ -21,7 +21,6 @@ homepage = ""

github workflows status - license a repository latest release as a repository pipeline status re128 diff --git a/docs/content/themes/kodama-theme/index.md b/docs/content/themes/kodama-theme/index.md index b569749c95..7ac0dd2833 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/adfaure/kodama-theme.git" homepage = "https://github.com/adfaure/kodama-theme" minimum_version = "0.15" @@ -27,7 +27,7 @@ homepage = "https://adrien-faure.fr" This theme is greatly inspired from hugo academic theme. First lets introduce some technical details: -- It relies on [zola](https://getzola.com). +- It relies on [zola](https://www.getzola.org/). - It has no javascript. - The CSS is built with [tailwindcss](https://tailwindcss.com/). - The blog articles are themed with [@tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin) theme. @@ -200,6 +200,17 @@ sort_by = "date" # Here the two dedicated templates template = "publications.html" page_template = "publication-page.html" + +# If you want to show your publications under different sections +# the title will be the displayed text in your website, and the type +# should be the type of publication. +# Each individual plublication has an `extra.type` that refers to the +# publication type (example in content sub-section). +extra.publications_types = [ + { title = "Journal articles", type = "journals" }, + { title = "Thesis", type = "thesis" }, + { title = "Conferences and workshops ", type = "conferences" } +] +++ ## Content @@ -232,11 +243,20 @@ date = 2021-05-18 [extra] type = "Conference" authors = [ "Kodama Mononoke" ] -publication_types = "Conference paper" + +# Should be the type of the publication type it should appears under +# configured in the front matter of publications/_index.md +type = "conferences" + featured = true publication = "2020 IEE rainbow workshop" +# Add full url for your pdf and your presentation url_pdf = "https://your-pdf" url_slides = "path_to_slides" + +# Add a link to a local pdf inside of your paper folder (example in content/publications/paper1.index.md) +pdf = "paper.pdf" +slides = "path_to_slides.pdf" +++ ``` @@ -244,4 +264,5 @@ url_slides = "path_to_slides" The icons available in this project are stored in a dedicated macro function in `templates/macros/icons.html`. To add a new svg, you can add a case in the `if elif .. else` of the function containing the svg copied from [heroicons](https://heroicons.com/) for instance. + \ No newline at end of file diff --git a/docs/content/themes/lightspeed/index.md b/docs/content/themes/lightspeed/index.md index 7686b838eb..9c8979421d 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/nasm-theme/index.md b/docs/content/themes/nasm-theme/index.md index 69bbc93cbb..4213696e6f 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/ntun/index.md b/docs/content/themes/ntun/index.md index 9f61335052..5b8afb95e0 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 67928c858d..5fc08f06e6 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/papaya/index.md b/docs/content/themes/papaya/index.md index 5dc0694889..6688652754 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/justint/papaya.git" homepage = "https://github.com/justint/papaya" minimum_version = "0.14.0" diff --git a/docs/content/themes/particle/index.md b/docs/content/themes/particle/index.md index 180aaafd17..e2ecadb496 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/svavs/particle-zola.git" homepage = "https://github.com/svavs/particle" minimum_version = "0.11.0" diff --git a/docs/content/themes/resume/index.md b/docs/content/themes/resume/index.md index 4793ae3004..7597842400 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 7debb1b897..2304d2d778 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/seje2/index.md b/docs/content/themes/seje2/index.md index c8c89727be..52aba82e52 100644 --- a/docs/content/themes/seje2/index.md +++ b/docs/content/themes/seje2/index.md @@ -3,11 +3,11 @@ title = "Seje2" description = "A beautiful zola theme" template = "theme.html" -date = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/eatradish/seje2" 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 781ba56376..a68063c818 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/isunjn/serene.git" homepage = "https://github.com/isunjn/serene" minimum_version = "0.9.0" diff --git a/docs/content/themes/simple-dev-blog/index.md b/docs/content/themes/simple-dev-blog/index.md index ad3a1fd153..ace8de8002 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 d54031ae1c..da895b1ee3 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 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 11c20577ec..dc92a63821 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 6117bc9673..2ab1f8756a 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/tale-zola/index.md b/docs/content/themes/tale-zola/index.md index 61289d7d03..299b1e56b9 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/toucan/index.md b/docs/content/themes/toucan/index.md index 270ec198e8..98ba516cbc 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/zerm/index.md b/docs/content/themes/zerm/index.md index 2f6f1c86fe..d7abf2f296 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 68326d7368..4f7a8d5139 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/gicrisf/zhuia.git" homepage = "https://github.com/gicrisf/zhuia" minimum_version = "0.15.0" @@ -86,7 +86,7 @@ sort_by = "date" - [ ] Comments - [ ] Related posts (not sure about this) - [ ] Search bar -- [ ] Math rendering (WIP) +- [x] Math rendering - [ ] Other shortcodes (WIP) - [ ] Multilanguage support (WIP) - [ ] Dark mode diff --git a/docs/content/themes/zola-henry/index.md b/docs/content/themes/zola-henry/index.md index 586305bde8..493a74d4cf 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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-paper/index.md b/docs/content/themes/zola-paper/index.md index 249fd02bcf..465b06b26b 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 0f8c2c28fb..113c455bb6 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/lukehsiao/zola-pickles.git" homepage = "https://github.com/lukehsiao/zola-pickles" minimum_version = "0.13.0" diff --git a/docs/content/themes/zola-theme-course/index.md b/docs/content/themes/zola-theme-course/index.md index c7dcca269c..212c8a4b0a 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/elegaanz/zola-theme-course.git" homepage = "https://github.com/elegaanz/zola-theme-course" minimum_version = "0.15.0" diff --git a/docs/content/themes/zola-theme-hikari/index.md b/docs/content/themes/zola-theme-hikari/index.md index 0ef6579b84..ee70f8fec7 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 cfa8c5c413..65f731f075 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 0052c54059..5d8f5b4297 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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 f294d26789..f3780991a3 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05: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/zolastrap/index.md b/docs/content/themes/zolastrap/index.md index 36ba8107c3..507141a730 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 = 2022-06-15T01:35:37-07:00 +date = 2022-08-16T14:32:26-05:00 [extra] -created = 2022-06-15T01:35:37-07:00 -updated = 2022-06-15T01:35:37-07:00 +created = 2022-08-16T14:32:26-05:00 +updated = 2022-08-16T14:32:26-05:00 repository = "https://github.com/marcodpt/zolastrap.git" homepage = "https://github.com/marcodpt/zolastrap" minimum_version = "0.14.1"