Kirby 2.x with Bootstrap 3.x

Hello,

how do i use kirby 2.x with Bootstrap 3.x? I just copy the Kirby Bootstrap starterkit

to 192.168.0.110/kirbybootstrap and see a only a blank side then call the site!

Bootstrap is a frontend framework and Kirby doesn’t mind at all how your frontend code works.

The Bootstrap starterkit was created by @NECKRHINOS. Maybe he can help you to get it working.

The downloaded version is missing the kirby and panel folders, so you need to copy them manually from the Kirby Starterkit or update the submodules if your are using Git. Your other option is to clone the repo directly instead of using the downloaded version (again, if you are using Git).

git clone --recursive https://github.com/NECKRHINOS/kirby-bootstrap-starterkit.git

Edit: Always check your server error logs :grinning:.

1 Like

Hello :relaxed: Cool to hear that people are using my repo. What @texnixe said: You can’t just download the repository as it includes submodules from the original Kirby repository. This is noted on top of the readme.md

If downloading manually it is absolutely necessary to include Kirby’s “kirby” folder, including its subfolder “toolkit”, plus the “panel” folder. And all of its contents, of course :wink: Otherwise it’d just be a theme for Kirby but without the actual framework.