Skip to content

Instantly share code, notes, and snippets.

View kevlozano's full-sized avatar

Kevin Lozano kevlozano

  • Mexico
View GitHub Profile
anonymous
anonymous / Tribute page.markdown
Created June 23, 2016 18:20
Tribute page
@wh1tney
wh1tney / deploy-static-site-heroku.md
Last active May 8, 2024 18:14
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