randallmorey.com - Personal Website

Travis

Requirements

Install Dependencies

npm install

Local Development

Run the following commands in separate terminals to start the local server and watch files for changes:

hugo server -D
# in another terminal:
gulp

Build

Build site into public/:

gulp sass && hugo

Copyright

The content and visual design of this project are copyrighted and may not be duplicated or distributed. Source code that is unrelate to content and visual design may be copied freely.