# 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:
$ hexo generate
Run server:
$ hexo server