Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 474 Bytes

File metadata and controls

19 lines (15 loc) · 474 Bytes

LivingStyleGuideSkin

MediaWiki skin for the the living styleguide.

Installation

Clone the skin in mediawiki/skins/ and install dependencies:

$ git clone git@github.com: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";