/idc_ui_theme_boots

Islandora 8 starter theme demo to override Islandora Install Profile's base theme.

Primary LanguageCSS

This is for customizing on top of the idc ui theme / Islandora - Bootstrap 4 based theme

Clone this to: web/themes/contrib/idc_ui_theme_boots

Install Color theme

config/install/color.theme.idc_ui_theme_boots.yml

  • Initial colors
  • Logo
  • CSS files

CSS

Comes with precomiled SCSS files.

To compile:

You will need nodejs, npm, gulp, gulp-cli, sass installed.

$ cd codebase/web/themes/contrib/idc_ui_theme_boots
$ npm install
$ gulp styles

Last compiled with the following versions:

~/idc_ui_theme_boots# nodejs --version
v10.19.0
~/idc_ui_theme_boots# gulp --version
CLI version: 2.3.0
Local version: 4.0.2