Skip to content

munmay/mediawiki-skins-LivingStyleGuide

Repository files navigation

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";

About

Github mirror of "mediawiki/skins/LivingStyleGuide" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published