Go to file
dependabot[bot] 0a3b7ae5ef
Bump node-sass from 4.13.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 20:23:58 +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 Bump node-sass from 4.13.1 to 7.0.0 2022-02-10 20:23:58 +00:00
yarn.lock Bump node-sass from 4.13.1 to 7.0.0 2022-02-10 20:23:58 +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