(At the time of release (Version 0.5.0) Bootstrap 4 is in version 4.0.0-alpha.6)
This theme is based on the v4-dev branch, last pull dated 20-Apr-2017 - b6db7f5.
A responsive Wordpress blogging theme based on Bootstrap 4.
Unlike WP-Bootstrap2 that started with _S, this project written from the ground up to cut out a lot of clutter.
This implies certain considerations:
- The theme is not multi-language, no l10n (localization) exists. It's only in English.
- RTL (right-to-left language) is also excluded
- Common class names used in WP Core have been removed. As few non-Bootstrap class names as possible is the approach taken.
- Assistive technologies are excluded in this initial release. This may be updated later.
This project uses the Grunt CLI (Command Line Interface) to process (complie / compress) the scss styles, js scripts and image files.
- A functonal intallation of Grunt is assumed. (See how to get started.)
- To initialise the project run
npm install
. This will initalise the dependancied into thenode_modules
folder. - To complie / compress all
scss
,js
and images run:grunt
- To start the watch process in development environmants run:
grunt watch
- Don't forget to
.gitignore
thenode_modules
folder.
- Theme (this work) under MIT License
- Bootstrap 4 under MIT License
- Font Awesome under SIL OFL 1.1
- Wordpress under GPLv2
- Node.js and Grunt have propriatory licences. Thier source is not included in this project.
★