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 Gemfilenpm install
to install list of node packages in packages.json
gulp serve
builds the site and serves it at `localhost:3000- The gulpfile has other build options, including
gulp clean
- Browser automaticlly refreshes with changes etc