eadpucv/bo-skin

Bo is a flavour of MediaWiki Chameleon skin, specially crafted for Amereida and later for Casiopea, which have separate layouts

Maintainers

Details

github.com/eadpucv/bo

Source

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Language:SCSS

Type:mediawiki-skin

2.0.0 2022-06-09 22:21 UTC

This package is auto-updated.

Last update: 2024-04-10 02:22:58 UTC


README

Bo is a flavour of the MediaWiki Chameleon skin specially crafted for Amereida and later for Casiopea, which have separate layouts.

Bo is named after the poet Efraín Tomás Bó.

Installation

You can install Bo using Composer.

On the root of your MediaWiki installation, run:

COMPOSER=composer.local.json composer require --no-update eadpucv/bo-skin:^2

composer update eadpucv/bo-skin --no-dev -o

This will also install the Chameleon skin and other required packages.

For making it work you need to modify your "LocalSettings.php" as follows:

# - LOAD SKIN
wfLoadSkin( 'chameleon' );

# -- BO SETTINGS
## --------------------------------------------- layout --------------------------------------------
$egChameleonLayoutFile= "$IP/skins/bo/layouts/layout-2022.xml";

## --------------------------------------------- theme  --------------------------------------------
$egChameleonThemeFile  = "$IP/skins/bo/scss/bo-riables.scss";

## --------------------------------------------- bo     ---------------------------------------------
$egChameleonExternalStyleModules = [
  $IP . '/skins/bo/scss/bo.scss' => 'afterFunctions'
];