cogear-preset-blog

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i cogear-preset-blog

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

77.8 kB

Total Files

22

Last publish

Collaborators

  • cogearjs