thaider / Tweeki

MediaWiki skin based on Twitter's Bootstrap
http://tweeki.kollabor.at
Other
128 stars 31 forks source link

Bootstrap icons #242

Closed rebastion closed 1 year ago

rebastion commented 2 years ago

https://icons.getbootstrap.com/

What's the most correct way to set these up (thinking of using them instead of fontawesome maybe), like where to do I correctly put them in Tweeki's folder structure and properly include the CSS, etc.?

thaider commented 1 year ago

The way I would do it is to create a new extension including Bootstrap icons as a new Resource Module. This requires some knowledge of PHP and how writing an extension for MediaWiki works...