Skin:Bluelib
Bluelib Release status: beta |
|
---|---|
Description | Bluelib-based skin for MediaWiki |
Author(s) | Stefano Pigozzi |
Latest version | 0.1 (2021-12-18) |
MediaWiki | 1.37 |
PHP | 7.4 |
License | GNU Affero General Public License 3.0 or later |
Download | GitHub: Note: |
Translate the Bluelib skin if it is available at translatewiki.net |
Bluelib is a MediaWiki skin using the Bluelib CSS framework to provide a responsive wiki theme. It provides various skins Sophon, Amber, Royal Blue, Paper, and Hacker.
Installation
edit- Clone and place the file(s) in a directory called
Bluelib
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadSkin( 'Bluelib' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
- Run `git submodule init` to enable frontend assets.