Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Wordpress Theme wrapping Bootstrap 4

License

Notifications You must be signed in to change notification settings

vinorodrigues/wp-bootstrap4

Repository files navigation

WP-Bootstrap4


(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.


Introduction

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.

Grunt - SCSS, JS-min, Image-Min

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 the node_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 the node_modules folder.

Licences

About

Wordpress Theme wrapping Bootstrap 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published