Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 760 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 760 Bytes

Hello, Good Evening, and Welcome

Welcome to the innards of my website.

Installation

If you want to run this site locally:

  • git clone it somewhere
  • Create a file called _config_local.yml with the following contents:
    production: false
    
  • Run npm install and then gulp
  • Party.

If you're running this site in production, you'll obviously need to change _config_local.yml to read production: true.

Who This Repo is For

This repo is mostly for me. I, like many of you, host my code on GitHub for reasons of portability, ease of work, and peace of mind. Beyond my own needs, I have also open-sourced this repo for you, the reader (and most likely developer), to explore the things that make my site tick.