Go to file
dependabot[bot] 1ed5fa381c
Bump highlight.js from 9.15.10 to 9.18.5
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>
2020-11-25 02:23:18 +00:00
.github first commit 2020-06-18 12:29:57 +02:00
scripts first commit 2020-06-18 12:29:57 +02:00
source blog: Update repo URL to new repo 2020-06-18 12:35:45 +02:00
themes/embark feat: show categories link to go to the category 2020-06-18 12:35:35 +02:00
.editorconfig first commit 2020-06-18 12:29:57 +02:00
.eslintrc.json first commit 2020-06-18 12:29:57 +02:00
.gitattributes first commit 2020-06-18 12:29:57 +02:00
.gitignore add .deploy_git/ to .gitignore 2020-06-18 12:35:46 +02:00
.npmrc first commit 2020-06-18 12:29:57 +02:00
.yarnrc first commit 2020-06-18 12:29:57 +02:00
CNAME first commit 2020-06-18 12:29:57 +02:00
LICENSE first commit 2020-06-18 12:29:57 +02:00
README.md Updating Readme 2020-06-18 12:35:34 +02:00
_config.yml Update the atom.xml format 2020-06-18 12:35:46 +02:00
atom_template.xml Update the atom.xml format 2020-06-18 12:35:46 +02:00
deploy-site.js fix: don't open external links to another tab by default 2020-06-18 12:35:36 +02:00
gulpfile.js first commit 2020-06-18 12:29:57 +02:00
package.json Update the atom.xml format 2020-06-18 12:35:46 +02:00
yarn.lock Bump highlight.js from 9.15.10 to 9.18.5 2020-11-25 02:23:18 +00:00

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