Skip to content

Kotti CMS alternative implementation theme (Yeoman integration, html minification, SASS, etc)

Notifications You must be signed in to change notification settings

substancek/substancek_cms_theme

Repository files navigation

substancek_cms_theme

build status_ code coverage_

substancek_cms_theme is a http://kotti.pylonsproject.org based project that:

  • provides a clone of the Kotti's default theme
  • shows how to integrate and distribute a Python package integrated with a Yeoman setup (http://yeoman.io)
  • public website decoupled from the private content administration area

Requirements

  • Python 2.7
  • Kotti
  • nodejs >= 0.12
  • npm (latest)
  • gulp-cli
  • bower

Installation

Once installed Kotti and the other requirements clone this package and type:

$ virtualenv --no-site-packages python
$ source python/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
$ python setup.py build_all
$ pserve development.ini

and visit:

Tests

$ pip install tox
$ tox -epy27

About

Kotti CMS alternative implementation theme (Yeoman integration, html minification, SASS, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published