This repo described here contains the source code for the Too Much of a Person website. The site uses jekyll, HTML, JavaScript, and CSS/Sass, then is built and optimised using Node JS/Gulp JS, and is deployed from Netlify.
Source code is licensed under GPLv3. Website content is licensed under CC BY. All IP remains with Too Much of a Person.
git clone
repobundle install
to install list of gems in Gemfile npm install
to install list of node packages in packages.json gulp serve
builds the site and serves it at `localhost:3000gulp clean