Skip to content

Instantly share code, notes, and snippets.

View ChuongKNguyen's full-sized avatar

Chuong K. Nguyen ChuongKNguyen

  • http://design.comcast.com/standards/
  • Philadelphia
View GitHub Profile
@ChuongKNguyen
ChuongKNguyen / deploy-static-site-heroku.md
Created April 4, 2017 18:46 — forked from wh1tney/deploy-static-site-heroku.md
How to deploy a static website to Heroku

Gist

This is a quick tutorial explaining how to get a static website hosted on Heroku.

Why do this?

Heroku hosts apps on the internet, not static websites. To get it to run your static portfolio, personal blog, etc., you need to trick Heroku into thinking your website is a PHP app. This 6-step tutorial will teach you how.

Basic Assumptions

@ChuongKNguyen
ChuongKNguyen / README.md
Created July 24, 2017 14:00 — forked from hofmannsven/README.md
My simply Git Cheatsheet