1efd9b4d8e
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.13.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
scripts | ||
source | ||
themes/embark | ||
.editorconfig | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.yarnrc | ||
CNAME | ||
LICENSE | ||
README.md | ||
_config.yml | ||
atom_template.xml | ||
deploy-site.js | ||
gulpfile.js | ||
package.json | ||
yarn.lock |
README.md
Embark Official Blog
The Blog for Embark.
Getting started
Install dependencies:
$ git clone https://https://github.com/rbnpercy/embark-blog.git
$ cd embark-blog
$ npm install
Generate:
$ hexo generate
Run server:
$ hexo server