/skylab-site

Skylab's WIP

Primary LanguageJavaScript

Skylab Website

Main Page

Update Content

The content is written with Jade templating language. Please reference the Jade Syntax for correct syntax.

For home page structure, please edit: themes/react/_config.yml

For config, please edit: _config.yml

For data, please edit yml filesin : source/_data

For blog posts and project, please edit md files in: source/_posts

Installation

To start using the server, you will first have to install hexo-server.

$ npm install hexo-server --save

Run

$ npm run start

Generating static files with Hexo (for deployment)

$ npm run build

Update theme:

Compile Sass and css

$ npm run reload

which is a composition of the following command:

$ gulp sass;gulp build:css; gulp jade;

To watch to changes as well:

$ gulp watch