Discourse Skin for MediaWiki

I created a skin for MediaWiki that follows the Discourse theme.

You can find the project page and source by following these links:
https://www.mediawiki.org/wiki/Skin:Discourse

3 Likes

Can we have installation instructions for this ?

Sure, just clone into the repository in your /mediawiki/skins directory and require_once() DiscourseSkin.php:

ssh admin@myserver
cd /var/www/mysite/wiki/skins
git clone https://github.com/themachinist/DiscourseSkin.git
echo 'require_once("$IP/skins/DiscourseSkin/DiscourseSkin.php");' >> ../LocalSettings.php

Something like that.