Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noelboss authored Dec 17, 2018
1 parent 52a2eef commit 83b7c45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Requires AdminThemeUikit installed and activated.
2. Download the theme files from [GitHub](https://github.com/noelboss/AdminThemeBoss) or the [ProcessWire Modules Repository](https://modules.processwire.com/modules/admin-theme-uikit/).
3. Copy all of the files for this module into /site/modules/AdminThemeBoss/
4. Go to “Modules > Refresh” in your admin
4. Click “Install“ on the “AdminThemeBoss“ Module
5. Click “Install“ on the “AdminThemeBoss“ Module


## Change Log
Expand All @@ -77,7 +77,7 @@ See [CHANGELOG.md](https://github.com/noelboss/AdminThemeBoss/blob/master/CHANGE

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:
# Change into uikit folder:
$ cd AdminThemeBoss/uikit

# install node_modules:
Expand All @@ -90,11 +90,14 @@ This is how you modify the themes less files on your own: Run “yarn watch“ t
$ 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“.
The primary theme file is “AdminThemeBoss/uikit/custom/theme/main.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“.

## Update to latest AdminThemeUikit

There is a [script](https://github.com/noelboss/AdminThemeBoss/blob/master/upgrade-theme.sh) that you can run to update the dependencies. It makes a backup of the current theme, downloads the latest AdminThemeUikit and puts everything back together.

## License: MIT

Expand Down

0 comments on commit 83b7c45

Please sign in to comment.