Go to file
dependabot[bot] 6b3d414205
Bump bl from 3.0.0 to 3.0.1
Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 17:00:05 +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 bl from 3.0.0 to 3.0.1 2020-09-02 17:00:05 +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