blog/README.md

26 lines
279 B
Markdown

# Embark Official Blog
The Blog for Embark.
## Getting started
Install dependencies:
``` bash
$ git clone https://https://github.com/rbnpercy/embark-blog.git
$ cd embark-blog
$ npm install
```
Generate:
``` bash
$ hexo generate
```
Run server:
``` bash
$ hexo server
```