tonik / theme

Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
http://labs.tonik.pl/theme/
MIT License
1.33k stars 140 forks source link

examples for including bootstraps css and js? #90

Closed v3nt closed 4 years ago

v3nt commented 5 years ago

Really keen to try this over the sage 9 setup (way too complicated) but can't see any tutorials for adding Bootstrap or other frameworks.

Would be good of the docs could be expanded to support this. And how to customise what parts of Bootstrap to bring in.

thanks.

kristjankoppel commented 5 years ago

Hi @v3nt

If you use tonik CLI then you have an option to choose Bootstrap and everything will be installed for you. Please see http://labs.tonik.pl/theme/docs/configuration/ and part starting from "Initiating with CLI". Let us know if this helped you :)

jedrzejchalubek commented 4 years ago

As @kristjankoppel suggested you can look at presets in order to better know how we do it.

There is no one way of handling bootstrap, so I cannot give you a specific "step by step" recipe.