Skip to content

AlumnIQ/Mango-AlumnIQ2014

Repository files navigation

AlumnIQ2014

This is a Mango Blog theme I've developed for use at blog.alumniq.com.

I publish my themes as open source so that others can benefit from them, learning how best to develop their own themes using the Mango custom tag system. All of my themes are "pod-enabled," because pods are awesome.

This particular theme is built using Twitter Bootstrap 3, and is based on the Blog Example.

Compiling CSS

This theme uses Grunt to combine and compile LESS-CSS; but there's nothing preventing you from using a different build system. assets/css/bundle.min.css is built from assets/less/bundle.less, which itself simply imports other resources.

Open Source License

This theme is freely available under the terms of the MIT License:

Copyright (c) 2014 Adam Tuttle

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.