Skip to content

mcgrathd/mediawiki-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaWiki Bootstrap 4 Skin

This theme was originally developed for wiki.blender.org.

Development setup

  • Get MediaWiki up and running (for example using Docker)
  • Mount the following files/dirs
    • <your_host_path>/LocalSettings.php:/var/www/html/LocalSettings.php
    • <your_host_path>/Bootstrap:/var/www/html/skins/Bootstrap
  • Checkout the repo in <your_host_path>/Bootstrap
  • Add wfLoadSkin( 'Bootstrap' ); to LocalSettigs.php

Get involved!

We are looking for volunteers to:

  • Improve the development setup steps
  • Add anchors to tiles in the skin
  • Add clipboard.js to the skin
  • Improve the overall structure of the skin and optimize the assets

Feel free to share a patch or create a Pull Request!

About

Minimal Mediawiki skin with Bootstrap 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.4%
  • CSS 40.6%