1.0.3 • Published 6 years ago

cogear-theme-default v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Cogear.JS default theme

screenshot

Installation

Is available by default. Nothing to do, just install Cogear.JS with yarn or npm globally:

> yarn global add cogear
# or
> npm install -g cogear

Then go to your sites folder and create new site via command: cogear new [site-name].

This theme will be installed by default.

How to select theme

After new site is crafted, you may change theme param in ./config.yaml file to set current theme.

All the themes for Cogear.JS a prefixed in npm with cogear-theme-.

Generate new theme

To generate new theme (npm package), just run cogear theme [theme-name] which will fire up a generator.

Docs

All themeing docs are available on: https://cogearjs.org/docs/themes

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago