Jonathan Rainville b8c090808f fix: don't open external links to another tab by default
This caused a problem for links that were not from the subdomain,
but still part of embarklabs.io, because it opened a new tab
2020-03-12 12:57:12 -04:00
..
2019-05-07 17:42:32 +02:00
2020-01-28 12:07:17 -05:00
2019-04-29 13:00:58 +02:00

Embark Official Website

The website for Embark.

Getting started

Install dependencies:

$ git clone https://github.com/embarklabs/embark.git
$ cd embark/site
$ npm install

Generate:

$ hexo generate

Run server:

$ hexo server