websemantics / stone-theme

:moyai: Responsive admin theme for PyroCMS 3 that's easy to install and customize, with slick ui and intuitive user experience.
MIT License
13 stars 2 forks source link
       ╭──────────────╮
       |              |
      /               |
     /   (    )       |
    /        _____ ___|__   ___   ____     ___      ______  __ __    ___  ___ ___    ___
   /        / ___/|      | /   \ |    \   /  _]    |      ||  |  |  /  _]|   |   |  /  _]
  /__      (   \_ |      ||     ||  _  | /  [_     |      ||  |  | /  [_ | _   _ | /  [_
    |       \__  ||_|  |_||  O  ||  |  ||    _]    |_|  |_||  _  ||    _]|  \_/  ||    _]
    |_      /  \ |  |  |  |     ||  |  ||   [_       |  |  |  |  ||   [_ |   |   ||   [_
     /      \    |  |  |  |     ||  |  ||     |      |  |  |  |  ||     ||   |   ||     |
    /        \___|  |__|   \___/ |__|__||_____|      |__|  |__|__||_____||___|___||_____|
   /                  | Responsive admin theme for PyroCMS 3
  ╰───────────────────╯ 

Built on the popular open source project AdminLTE, this theme is easy to install and customize, with slick ui and intuitive user experience making PyroCMS 3 even more pleasurable to work with.

Stone Theme

Login

Install

In your project folder, require the theme package with composer,

composer require websemantics/stone-theme

Edit .env file and change the value of ADMIN_THEME to,

ADMIN_THEME=websemantics.theme.stone

Notifications

Bonus ui to manage app notifications is provided with this theme. To enable, edit resources/config/config.php and change the value of notification to true,

'notification'           => env('STONE_NOTIFICATION', true),

Notification

Responsive

This theme was built to work on desktop and mobile phones. It is also fleixible to adjust to your workflow with many layout configurations.

Responsive

The screenshot above shows a minimized sidebar with plenty of space to spare.

Theme Customization

Stone theme is built with less and is dead easy to customize by changing themes variables in resources/less/theme/variables.less.

For example, to change the dominant/primary theme color, simply change the value of brand-primary variable in resources/config/variables.php as follows,

'brand-primary'          => '#43AAC5',

That's it!

Theme Customization

Support

Star :star: this repository to show support or if you find this project useful. Need help or have a question? post at [StackOverflow](https://stackoverflow.com/questions/tagged/stone-theme websemantics).

Please don't use the issue trackers for support/questions.

Contribution

Contributions to this project is accepted in the form of feedback, bugs reports and even better - pull requests :)

Resources

License

MIT license Copyright (c) Web Semantics, Inc.