Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemotion/cogear-theme-default
Default Cogear.JS theme.
https://github.com/codemotion/cogear-theme-default
html nodejs pug webpack
Last synced: 3 months ago
JSON representation
Default Cogear.JS theme.
- Host: GitHub
- URL: https://github.com/codemotion/cogear-theme-default
- Owner: dbelyaeff
- Created: 2018-08-13T13:48:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T16:24:00.000Z (about 6 years ago)
- Last Synced: 2024-03-31T06:06:37.475Z (8 months ago)
- Topics: html, nodejs, pug, webpack
- Language: CSS
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cogear.JS default theme
![screenshot](https://github.com/codemotion/cogear-theme-default/raw/master/screenshot.jpg)
# Installation
Is available by default. Nothing to do, just install [Cogear.JS](https://cogearjs.org) with `yarn` or `npm` globally:
```bash
> 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](https://cogearjs.org) 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](https://cogearjs.org/docs/themes)