A simple static website creator for musicians, built with Jeykll
Initial setup:
$ npm install
Then run server by:
$ jekyll serve
Then go to http://localhost:4000
in your browser to preview site
Setting up the homepage is mostly a matter of assigning variables to the Frontmatter
STILL VERY MUCH A WORK IN PROGRESS