eadpucv / bo-skin
Bo is a flavour of MediaWiki Chameleon skin, specially crafted for Amereida and later for Casiopea, which have separate layouts
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Language:SCSS
Type:mediawiki-skin
Requires
- composer/installers: ^2|^1.9
- mediawiki/chameleon-skin: ^4
This package is auto-updated.
Last update: 2025-01-10 04:01:55 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' ];