A directory of Professional Joomla Templates for the Joomla CMS. https://themeglobe.com
- Fork this repo and create a new markdown
.md
file incontent/joomla
folder. - The markdown filename should be named with the provider followed by the template name (replacing spaces with a "-"), for example
provider-template-name.md
- Submit a pull-request with the title Template Submission: template-name
- Create new markdown
.md
file incontent/joomla
folder via Github.. https://github.com/ciar4n/themeglobe/new/master/content/joomla - The markdown filename should be named with the provider followed by the template name (replacing spaces with a "-"), for example
provider-template-name.md
- Under 'Propose new file', set the title Template Submission: template-name
- Submit
The markdown file should contain the following front-matter.
---
title: "Template Name"
details: https://www.provider.com/template/details
demo: https://www.provider.com/template/demo
audit: https://www.provider.com/template/demo/category-blog
date: 2020-01-28 # The date the template was released YYYY-MM-DD
provider:
- Provider Name
archetype:
- Creative
- Visionary # Available archetypes: Advocate, Athlete, Caregiver, Creative, Explorer, Intellectual, Performer, Rebel, Spiritual, Tastemaker, Visionary
theme_framework: Standalone
description: A brief decription of the template displayed on the list page.
---
# Details template decription
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.
## Features
* Aliquam tincidunt mauris eu risus.
* Vestibulum auctor dapibus neque.
* Nunc dignissim risus id metus.
* Cras ornare tristique elit.
* Vivamus vestibulum ntulla nec ante.
* Praesent placerat risus quis eros.
Template screenshots, Lighthouse and carbon details will be added upon merge.
This site is built on Hugo
npm run serve
The lighthouse auditing is done through https://web.dev. In an effort to make lighthouse auditing a fair assessment of the template rather than server set up, ?nocache=true
is appended to all audited URLs, disabling server side caching.
Note that the performance values vary slightly with each audit. If you feel an audit is inaccurate, you can submit a PR deleting the file of the the specific template from the data folder. The template demo will be re-audited automatically upon the submission of the PR. The whole process of auditing is transparent (the code is here) and is possible thanks to Github actions.