Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 527 Bytes

Build Status

The source of my personal/portfolio website.

Development Setup

Ensure you have:

  • Node.js 8.9.x
  • Hugo

Next simply install the development packages:

$ npm install

To start a live development server:

$ npm run start

Deployment

Deployment is handled by Travis CI. Create tag/release to deploy.