edouardl / bt-sass-blank-theme

A minimal WordPress blank theme for developpers including Bootstrap 4, Sass and using Gulp
GNU General Public License v3.0
16 stars 2 forks source link

The "WordPress Bootstrap Sass Blank" Theme

Bootstrap Sass Blank Theme is a WordPress Blank Theme, with Bootstrap 4 and Sass included. This theme is based on Minimal Blank Theme for all the WordPress/PHP code and well inspired by MonsieurPress for the use of Gulp and some great hierarchical ideas.

The main purpose of Bootstrap Sass Blank Theme is to give you a complete theme architecture (with Boostrap 4 and Sass including, like the name said) to start developping your own theme. It's a blank theme, you don't need to delete any code, just add yours.

Prerequisites

How to

$ git clone https://github.com/edouardl/bt-sass-blank-theme [your_theme_name]
$ cd [your_theme_name]
$ npm install
$ gulp

then you can start coding

Gulp Tasks

Optimizations

Menus

if your need full implementation of Boostrap Menu in WordPress, I recommand the great custom walker: https://github.com/wp-bootstrap/wp-bootstrap-navwalker

Boostrap-sass

By default all modules are loaded, but you can comment any Bootstrap module you don't need in assets/scss/style.scss Morover, to create your own Bootstrap theme, you can use Bootstrap Magic to generate your variables.scss file

WordPress snippets

If you're not comfortable with WordPress snippets to add components and customize them, you can use WP Hasty to generate them

Known issue(s)

Changelog

Version 1.4

Version 1.3

Version 1.2

Version 1.1

Version 1.0