cogear
Version:
Cogear.JS – modern static websites generator (Node.JS/Webpack)
29 lines (18 loc) • 918 B
Markdown

Is available by default. Nothing to do, just install [Cogear.JS](https://cogearjs.org) with `yarn` or `npm` globally:
```bash
> yarn global add cogear
> 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.
After new site is crafted, you may change `theme` param in `./config.yaml` file to set current theme.
All the themes for [Cogear.JS](https://cogearjs.org) a prefixed in `npm` with `cogear-theme-`.
To generate new theme (npm package), just run `cogear theme new [theme-name]` which will fire up a generator.
# Docs
All themeing docs are available on: [https://cogearjs.org/docs/themes](https://cogearjs.org/docs/themes)