https://github.com/nicolas-van/wordpress-simple-bootstrap
A clean base theme to use Twitter Boostrap 4 with Wordpress
https://github.com/nicolas-van/wordpress-simple-bootstrap
php wordpress-developer-theme wordpress-development
Last synced: 3 months ago
JSON representation
A clean base theme to use Twitter Boostrap 4 with Wordpress
- Host: GitHub
- URL: https://github.com/nicolas-van/wordpress-simple-bootstrap
- Owner: nicolas-van
- License: mit
- Created: 2014-08-28T09:51:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:47:13.000Z (about 3 years ago)
- Last Synced: 2025-02-08T01:45:27.402Z (11 months ago)
- Topics: php, wordpress-developer-theme, wordpress-development
- Language: PHP
- Homepage:
- Size: 4.33 MB
- Stars: 57
- Watchers: 12
- Forks: 15
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wordress Simple Bootstrap
[](https://travis-ci.org/nicolas-van/wordpress-simple-bootstrap) [](https://wordpress.org/themes/simple-bootstrap/) [](https://wordpress.org/themes/simple-bootstrap/)
Simple Bootstrap is clean base theme to use Twitter Boostrap 4 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 4, perfectly integrated with Wordpress.
* Fully responsive.
* Designed to use SCSS.
* Integrates Font-Awesome for the icons.
## Links
* [Theme page on Wordpress.org](https://wordpress.org/themes/simple-bootstrap/)
* [Test this theme](https://wp-themes.com/simple-bootstrap/)
## 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](https://sass-lang.com/) and to re-compile it. Here is how to do so.
### Requirements
* [node.js](https://nodejs.org/en/)
### Install dependencies
```bash
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](./CONTRIBUTING.md).
## License
[See the license file](./LICENSE.md).