Skip to content

eadpucv/bo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bo

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'
];

About

Mediawiki skin Chameleon Override

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 68.0%
  • CSS 32.0%