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

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.

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.

---

## Screenshot