Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 2.66 KB

README.md

File metadata and controls

81 lines (48 loc) · 2.66 KB

Admin Theme Boss

A light and clear theme based on Uikit 3

Features

  • Three unique color options
  • Beautiful typografy using Roboto Condensed
  • Extended breadcrumb with edit links
  • Extends AdminThemeUikit, you can continue using all AdminThemeUikit features
  • Option to activate theme for all users

Color Variants:

ProcessWire Blue

alt text

Vibrant Blue

alt text

Dark Black

alt text

alt text

Requirements

Requires AdminThemeUikit installed and activated.

Installation

  1. Make sure the above requirements are met
  2. Go to “Modules > Site > Add New“
  3. Paste the Module Class Name “AdminThemeBoss“ into the field “Add Module From Directory“
  4. Click “Download And Install“
  5. On the overview, click “Download And Install“ again
  6. On the following screen, click “Install Now“

alt text

Manually

  1. Make sure the above requirements are met
  2. Download the theme files from GitHub or the ProcessWire Modules Repository.
  3. Copy all of the files for this module into /site/modules/AdminThemeBoss/
  4. Go to “Modules > Refresh” in your admin
  5. Click “Install“ on the “AdminThemeBoss“ Module

Change Log

See CHANGELOG.md file for full change log.

Modify yourself

This is how you modify the themes less files on your own: Run “yarn watch“ to recompile css on file change:

# Change into Uikit Folder:
$ cd AdminThemeBoss/uikit

# recompile on change
$ yarn watch

# or with npm:
$ npm run watch

Now you can modify the less file(s) under “AdminThemeBoss/uikit/custom/…“. The primary theme file is “AdminThemeBoss/uikit/custom/pw/custom-theme.less“.

If you wan't to add your own theme, modify “AdminThemeBoss/uikit/themes.json“ and add your new less file ro “AdminThemeBoss/uikit/custom/newtheme.less“.

License: MIT

See included LICENSE file for full license text.

© noelboss.com | ProcessWire Modules