1.0.2 • Published 6 years ago

cogear-preset-blog v1.0.2

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

Cogear.JS preset blog

Ready to use site preset. Just clone repository, install dependencies and run cogear in project directory from command line.

screenshot

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 blog

Pay 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 install

You'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

Read the docs

https://cogearjs.org/docs

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago