Go to file
dependabot[bot] 0dae3ea1a0
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 18:44:07 +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 path-parse from 1.0.6 to 1.0.7 2021-08-11 18:44:07 +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