- 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"