Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c-lodder/lightning
- Owner: C-Lodder
- License: mit
- Created: 2020-03-09T21:14:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:19:05.000Z (3 months ago)
- Last Synced: 2024-10-23T02:47:56.415Z (3 months ago)
- Topics: hiq, joomla, lightning, template
- Language: JavaScript
- Homepage:
- Size: 2.47 MB
- Stars: 51
- Watchers: 12
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)