Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 311 Bytes

File metadata and controls

19 lines (18 loc) · 311 Bytes

spatial-go.io(source)

The website is built with Hexo Nodejs blog framework.

Getting started

Install dependencies:

$ git clone git@github.com:spatial-go/spatial-go.io.git
$ cd spatial-go.io
$ npm install
$ npm install hexo-cli -g

Generate:

$ hexo generate

Run server:

$ hexo server