1.0.2 • Published 7 years ago
cogear-preset-blog v1.0.2
Cogear.JS preset blog
Ready to use site preset. Just clone repository, install dependencies and run cogear in project directory from command line.

Installation
Make sure that Cogear.JS is installed. How to install
Clone this repo to the target local directory:
> cd ~/Sites/
> git clone --recurse-submodules https://github.com/codemotion/cogear-preset-blog blogPay attention to --recurse-submodules option. It's required, because cogear-theme-blog is presented as git submodule.
Install dependencies:
> cd ~/Sites/blog
> npm install
or
> yarn installYou're ready to go! Fire up Cogear.JS in dev mode, your new blog will be opened in browser automatically!
> cogear # development mode by default