Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 827 Bytes

toomuchofaperson.com

Introduction

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.

Licence

Source code is licensed under GPLv3. Website content is licensed under CC BY. All IP remains with Too Much of a Person.

Overview

Building locally

Initial setup

  • git clone repo
  • bundle install to install list of gems in Gemfile
  • npm install to install list of node packages in packages.json

Then

  • 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

Staging/Preview


Production