Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-lodder/lightning

Lightning fast Joomla template, using HiQ CSS
https://github.com/c-lodder/lightning

hiq joomla lightning template

Last synced: 6 days ago
JSON representation

Lightning fast Joomla template, using HiQ CSS

Awesome Lists containing this project

README

        

# Lightning
Joomla 4 template using HiQ CSS

## Download
You can download the latest version here: https://github.com/C-Lodder/lightning/releases

## Browser Support

![Chrome](https://raw.github.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/main/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/main/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/main/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/main/src/opera/opera_48x48.png)
--- | --- | --- | --- | --- | --- |
Latest :heavy_check_mark: | Latest :heavy_check_mark: | Latest :heavy_check_mark: | 11+ :x: | Latest :heavy_check_mark: | Latest :heavy_check_mark: |

## Installation
Install the template zip file like you would any other extension.
There is also a sampledata plugin available to use, which will demonstrate the available module positions with some demo data.

## Contributing
- Clone the repository:
```bash
git clone https://github.com/C-Lodder/lightning.git
```
- Go to the folder:
```bash
cd
```
- Install dependencies:
```bash
npm ci
```
- Checkout a new branch:
```bash
git checkout -b
```

## Build tasks
- Compile CSS:
```bash
npm run css
```
- Copy & minify Javascript:
```bash
npm run js
```
- Create a Zip file:
```bash
npm run package
```
- Lint CSS:
```bash
npm run lint
```
- Build project:
This will process all Javascript, CSS and also create a zip file
```bash
npm run build
```

## Screenshots

### Light
![Light](https://i.imgur.com/U2wfJYK.png)

### Dark
![Light](https://i.imgur.com/N3PvtIj.png)