Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 614 Bytes

File metadata and controls

19 lines (12 loc) · 614 Bytes

Github Pages website for jaswig.com

Development

Requirements

  1. You must have ruby installed (2.3 is recommended)
  2. Install bundler with gem install bundler
  3. Install all ruby gems needed to develop this website with bundle install

View the website

  • Run jekyll serve to start a webserver that hosts the website at localhost:4000
  • You can also run jekyll serve --watch

Shopify theme

There is a copy of the shopify theme in the shopify-theme/ folder. If you run theme watch, the command will watch files for changes and upload every change immediatly.