2020-03-09 16:45:23 +00:00
|
|
|
# Embark Official Blog
|
2020-06-18 10:29:57 +00:00
|
|
|
|
2020-03-09 16:45:23 +00:00
|
|
|
The Blog for Embark.
|
2020-06-18 10:29:57 +00:00
|
|
|
|
|
|
|
## 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
|
2020-06-18 10:29:57 +00:00
|
|
|
$ npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
Generate:
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
$ hexo generate
|
|
|
|
```
|
|
|
|
|
|
|
|
Run server:
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
$ hexo server
|
|
|
|
```
|