Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-lodder/joomla4-backend-template
A dark themed backend template for Joomla 4.x and 5.x
https://github.com/c-lodder/joomla4-backend-template
joomla template
Last synced: 25 days ago
JSON representation
A dark themed backend template for Joomla 4.x and 5.x
- Host: GitHub
- URL: https://github.com/c-lodder/joomla4-backend-template
- Owner: C-Lodder
- Created: 2019-08-15T11:55:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T17:38:21.000Z (about 1 month ago)
- Last Synced: 2024-10-15T17:50:28.616Z (about 1 month ago)
- Topics: joomla, template
- Language: SCSS
- Homepage:
- Size: 4.22 MB
- Stars: 37
- Watchers: 10
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Bettum
A dark themed administrator template for Joomla 4.x
## Benefits of Bettum
- Easier on the eyes
- Saves battery life
- Less bloat
- Simple and familiar UI
- Performance## Browser Support
![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/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: |## Contributing
- Clone the repository:
```bash
git clone https://github.com/C-Lodder/joomla4-backend-template.git
```
- Go to the folder:
```bash
cd
```
- Install dependencies:
```bash
npm i
```
- Checkout a new branch:
```bash
git checkout -b
```## Build tasks:
- Compile SCSS and minify CSS
```bash
gulp build
```- Minify JS
```bash
npm run js
```- Create an installation ZIP file
```bash
npm run zip
```## Screenshot:
![Login](https://i.imgur.com/PHB5qyP.png)