1ed5fa381c
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.15.10...9.18.5) 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