blog/README.md

26 lines
279 B
Markdown
Raw Normal View History

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