Go to file
Jakub Sokołowski 20da8cba4c
add .deploy_git/ to .gitignore
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-18 12:35:46 +02: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 Update the atom.xml format 2020-06-18 12:35:46 +02: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