mete0r / kotti_bootswatch

Kotti bootswatch theme / theme generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotti_bootswatch

Bootswatch theme and theme generator for Kotti.

This theme and the generated themes supersede css files of the js.bootstrap and Kotti via fanstatic's supersedes and rollup mechanism.

Development happens at https://github.com/mete0r/kotti_bootswatch

Basic usage: predefined bootswatch themes

To enable the extension in your Kotti site, activate the configurator:

[app:kotti]

...

kotti.configurators =
    ...
    kotti_bootswatch.kotti_configure  # enable this extension

# Use predefined `darkly' bootswatch theme
kotti_bootswatch.theme = darkly

...

[filter:fanstatic]
use = egg:fanstatic#fanstatic

# fanstatic rollup should be enabled
rollup = True

...

Advanced usage: generate and use a bootswatch-based themes

You can generate bootswatch-based themes:

pcreate -s kotti_bootswatch mytheme
cd mytheme
sh quickstart.sh amelia  # use `amelia' bootswatch theme as a base theme

Read generated README.rst for more information:

cat mytheme/README.rst

To use the generated theme in your Kotti site:

[app:kotti]

...

kotti.configurators =
    ...
    mytheme.kotti_configure  # enable this extension

[filter:fanstatic]
use = egg:fanstatic#fanstatic

# fanstatic rollup should be enabled
rollup = True

Caveat

Generated themes contains less files (static/kotti/*.less) to override Kotti css files, i.e. base/view/edit/upload.css. These less files are introduced to adapt the Kotti css files to the bootstrap(or bootswatch) variables.

So if the original css files in the Kotti changes, the less files should be changed too.

Development

Contributions to kotti_bootswatch are highly welcome. Just clone its Github repository and submit your contributions as pull requests.

About

Kotti bootswatch theme / theme generator

License:Other


Languages

Language:CSS 98.4%Language:Shell 0.8%Language:Python 0.8%