This website is currently a one-page static site. It is hosted on Github Pages. It is styled with SASS, uses Vue.js for the modals, and builds for deployment with Gulp.
You can visit my personal website @ https://chrisnorwood.io
master
tracks/dist
folder, for github pages hosting- source code can be modified in the
source
branch
## Live-reloading development environment
~/chrisnorwood.github.io$ gulp
## Build for deployment
~/chrisnorwood.github.io$ gulp compile
~/chrisnorwood.github.io$ git push origin `git subtree split --prefix=dist/ source`:master --force