Go to file
Graham McBain 6313b9feca
Header image added
2020-06-18 12:35:33 +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 Header image added 2020-06-18 12:35:33 +02:00
themes/embark fix: fix width on content to always be aligned with the header 2020-06-18 12:35:31 +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 first commit 2020-06-18 12:29:57 +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 first commit 2020-06-18 12:29:57 +02:00
_config.yml fix site url 2020-06-18 12:34:33 +02:00
db.json update db.json 2020-06-18 12:35:31 +02:00
deploy-site.js update references 2020-06-18 12:30:36 +02:00
gulpfile.js first commit 2020-06-18 12:29:57 +02:00
package.json Renaming Article 2020-06-18 12:30:38 +02:00
yarn.lock udpate footers 2020-06-18 12:30:35 +02:00

README.md

Embark Official Website

The website for Embark.

Getting started

Install dependencies:

$ git clone https://github.com/status-im/embark-site.git
$ cd embark-site
$ npm install

Generate:

$ hexo generate

Run server:

$ hexo server