Go to file
2023-12-07 11:07:58 +01:00
dev Move skin to repo root, for easy deployment 2023-01-28 12:57:27 +01:00
i18n Move skin to repo root, for easy deployment 2023-01-28 12:57:27 +01:00
resources Update navbar z-index to fix z-fighting 2023-07-10 15:36:55 +02:00
_navbar_developer.php Update global navbar 2023-07-10 15:37:04 +02:00
.gitignore Move skin to repo root, for easy deployment 2023-01-28 12:57:27 +01:00
Bootstrap.skin.php Add blender.org analytics 2023-05-05 23:11:53 +02:00
BootstrapTemplate.php Revert "Add DevFund campaign message" 2023-12-07 11:07:58 +01:00
DeToc.php Move skin to repo root, for easy deployment 2023-01-28 12:57:27 +01:00
LICENSE.txt Add GPL2 License 2019-10-10 16:33:25 +02:00
README.md Add Blender Developer navbar 2023-01-27 18:48:02 +01:00
skin.json Move skin to repo root, for easy deployment 2023-01-28 12:57:27 +01:00

MediaWiki Bootstrap 4 Skin

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

Development setup

  • Get MediaWiki up and running with docker-compose up
  • Visit http://localhost:8080/ and configure mediawiki using sqlite as database
  • Download LocalSettings.php and place it next to stack.yml
  • 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!