Bootstrap framework and Bootswatch themes integration for the Yellow flat-file CMS system.
- Copy
bootstrap.phpplugin file into system/plugins folder. - Copy
bootstrap-navigation.phpnavigation file into system/themes/snippets folder. - Copy
bootstrap.csstheme file into system/themes folder.
This plugin supports the following changes in system/config/config.ini file:
- Set
Theme: bootstrapto use the Bootstrap/Bootswatch theme. - Set
Navigation: navigation-bootstrapto use the Bootstrap/Bootswatch navigation bar.
bootstrapCdnCSS and bootstrapCdnJS settings point to the Bootstrap CDN v3.3.6 by default.
If you need to change the default CDN URLs, you can add one or both key settings in system/config/config.ini.
The following example sets the CMS to use the cerulean v3.3.6 Bootswatch theme:
bootstrapCdnCSS: https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/cerulean/
