/koken-bootstrap

Koken theme build upon Twitter Bootstrap

Primary LanguageCSSMIT LicenseMIT

koken-bootstrap

koken-bootstrap is a very basic theme for Koken that builds upon the Bootstrap framework and uses the iconic font Font Awesome. It implements all necessary lens templates in a simple manner by using components of the Bootstrap framework. The purpose of its existence is to offer a starting point for new themes that are using the Bootstrap framework.

Features

Installation

To build koken-bootstrup just run the following commands:

$ npm install
$ grunt init
$ grunt

From now on you just need to run grunt or grunt build to build the template. If you want to automatically detect changes and update the final output in dist, you can simply run grunt watch.

Once you have build the theme, copy the "dist" directory to your Koken's installation koken/storage/themes directory to see it in action.

Supported templates

  • Index - The start page
  • Albums - Overview and detailed view of albums
  • Essays - Blog-like overview and detailed view of an entry
  • Sets - Overview and detailed view of sets
  • Favorites - Favorite content
  • Archives (Album, Essay, Content) - Archive pages
  • Categories - Overview and detailed view of categories
  • Tags - Overview and detailed view of tags
  • Timeline - Timeline of every recent changes and updates