thaider / Tweeki

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

Is Tweeki a Dead Project? #164

Closed Fredrilj closed 3 years ago

Fredrilj commented 3 years ago

Seems that Tweeki is hardly being updated for the past 2 years and do not bother to keep up with new Bootstrap versions.

Is skin Chameleon a better choice for a serious wiki project?

thaider commented 3 years ago

Hi. Tweeki's still being maintained and a release supporting Bootstrap 4 is in preparation and will be published soon. You can check it out in this repository's development branch. In order to enable Bootstrap 4 you would have to add the line

$wgTweekiSkinUseBootstrap4 = true;

to your LocalSettings.php.

GodMorduk commented 3 years ago

@thaider is there a way to load custom themes is BS4 version? It looks amazing, but custom themes (from bootswatch for example) would be useful too

thaider commented 3 years ago

@GodMorduk the old way of doing it should still work but I haven't tested it recently. If you're familiar with webpack, note that Tweeki supports it, too. It's not documented yet but it allows you to use Bootswatch's .scss files.