Skip to content

Latest commit

 

History

History
executable file
·
74 lines (52 loc) · 1.36 KB

README.md

File metadata and controls

executable file
·
74 lines (52 loc) · 1.36 KB

Styler - A lightweight and responsive theme for Bludit CMS.

Features

  • Bootstrap 5
  • Full-screen image slider (GlideJS)
  • Fade In Animations (SAL)
  • SASS
  • Feather Icons
  • Laravel Mix
  • Fully responsive

Installation

  • Download here
  • 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

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