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

Latest commit

 

History

History
54 lines (36 loc) · 1.88 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.88 KB

blanq

WordPress theme that uses Twitter Bootstrap. Intended for custom theme development. Bootswatch compatible.

Status

Alpha, not recommended for use in production.

Makefile

You will need at least the following to build the makefile

  • jshint
  • less
  • uglifyjs

To install using npm

npm install jshint -g npm install less -g npm install uglify-js -g

Then just run make from within the theme directory.

Acknowledgments

Credits

This plugin is built and maintained by da-n. Contributions are very welcome.

ToDo

  • Check all views are Bootstrap compatible, feature parity with default themes.
  • Use mixins so that default Bootstrap classes are not needed, to make it more semantic.
  • Add a basic options page which has options for navbar, appearance etc.
  • See if it is feasible to have a select option for Bootswatch themes.

Changelog

0.2.0

  • Updated readme.

0.0.1

  • Initial release