bootstrap-theme-ceh v1.0.6
CEH Theme for Bootstrap 3.2.x
A theme for CEH sites using the Bootstrap framework. It has been built using Themestrap.
You can see it in action by visiting the github pages
You can install it using bower eg.:
bower install bootstrap-theme-cehCustomisation
To customise this theme, first clone the repository,
git clone https://github.com/NERC-CEH/bootstrap-theme-cehNow install all the required dependencies,
npm install
bower installNow you're ready to go, simply edit the less/variables.less and less/theme.less to your liking. When you're ready, just run grunt and it will compile and minify the distribution for you. You can also run grunt watch to automatically compile as your work. In addition you can use grunt serve to run a basic web server at http://localhost:8000 for you to check how your changes look against the examples/kitchen-sink.html example provided.
Releasing a new version
To release a new version commit your changes and create a new tag in git with the latest version number as listed in bower.json. Use semantic versioning.
After release update bower.json with the next version number and run grunt assemble to update templates that use the version number.
Once published, merge the tagged into the gh-pages branch.
Copyright and license
Copyright 2014 Centre for Ecology & Hydrology under the GNU Public license 2.0.
9 years ago