Skip to content

525Creative/wordpress-simple-bootstrap

 
 

Repository files navigation

Wordress Simple Bootstrap

Build Status WordPress Theme Downloads WordPress Theme Active Installs

Simple Bootstrap is clean base theme to use Twitter Boostrap 5 with Wordpress, aimed at being a starting point for developers to build their own themes using Bootstrap.

  • Very clean default graphical aspect.
  • Clean code designed to be modified by theme creators.
  • All base features of Wordpress themes (sidebars, menus, footer, header image, background, etc...)
  • All the features of Bootstrap 5, perfectly integrated with Wordpress.
  • Fully responsive.
  • Designed to use SCSS.
  • Integrates Font-Awesome for the icons.

Links

Extension guide

Let's state it clearly once and for all: trying to put some CSS above a pre-compiled Bootstrap is a very bad practice. The proper way to extend Bootstrap is to alter its behavior using SCSS and to re-compile it. Here is how to do so.

Requirements

Install dependencies

npm install

Modify SCSS files

They are located in the scss folder.

Compile SCSS files

npm run build

Report issues and contribute

See the contribution guide.

License

See the license file.

About

A clean base theme to use Twitter Boostrap 5 with Wordpress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.9%
  • SCSS 30.1%
  • JavaScript 3.0%