https://github.com/ronaldaug/styler
Styler - a lightweight and responsive theme for Bludit CMS.
https://github.com/ronaldaug/styler
Last synced: 5 months ago
JSON representation
Styler - a lightweight and responsive theme for Bludit CMS.
- Host: GitHub
- URL: https://github.com/ronaldaug/styler
- Owner: ronaldaug
- Created: 2019-11-01T06:34:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T18:20:26.000Z (about 2 years ago)
- Last Synced: 2024-10-30T08:26:06.938Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 1.62 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Styler - A lightweight and responsive theme for Bludit CMS.
## [DEMO](https://styler.augusthost.com)
## Features
- Bootstrap 5
- Full-screen image slider (GlideJS)
- Fade In Animations (SAL)
- SASS
- Feather Icons
- Laravel Mix
- Fully responsive## Installation
- [Download here](https://github.com/ronaldaug/styler/archive/master.zip)
- Rename `styler-master` to `styler`
- Place in `bl-themes` folder## How to enable full-screen image Slider
- Create a new category called "slider"
- Create posts that link to "slider" category
- Slider image is post's cover image.
- Recommend slider image size is 1200 x 400 in pixels## How to change main theme colors
- Open `sass/_variables.scss` and edit two virables `$theme-color` and `$theme-hover-color`
- Compile SASS to `css/style.css`-------------
## Development - Laravel Mix```sh
npm install
```#### watch
```
npm run watch
```#### develop
```
npm run dev
```#### production
```
npm run prod
```-----
## Change logs
Version 1.3.1
- Remove duplicated bootstrap css in header---
Version 1.3
- Remove jquery and jquery based libraries.
- Add laravel mix, SAL animation on scroll, GlideJS slider and Feather Icons.---