MediaWiki skin for the the living styleguide.
Clone the skin in mediawiki/skins/
and install dependencies:
$ git clone [email protected]:werdnum/LivingStyleGuideSkin.git LivingStyleGuide
$ cd LivingStyleGuide
$ composer install
$ bower install
Enable and set the skin as default, add this to LocalSettings.php
:
require_once "$IP/skins/LivingStyleGuide/LivingStyleGuide.php";
$wgDefaultSkin = "LivingStyleGuide";