/jonathanyap-site

Personal site for Jonathan Yap - Archived

Primary LanguageCSSISC LicenseISC

jonathanyap-site

license

Personal site for Jonathan Yap

Prerequisites

To install this project, you'll need the following things installed on your machine.

  1. Jekyll - $ gem install jekyll
  2. NodeJS - use the installer.

Local Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Inside the directory, run npm install.

Usage

Development mode

This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc.

$ npm run gulp serve

Deploy mode

You can easily deploy your site build with the command

$ npm run gulp deploy