dc29c45b34
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) 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