Skip to content

Instantly share code, notes, and snippets.

@jhcao23
Last active July 17, 2019 00:17
Show Gist options
  • Save jhcao23/f924224315d5f61904bf2831dfd5983c to your computer and use it in GitHub Desktop.
Save jhcao23/f924224315d5f61904bf2831dfd5983c to your computer and use it in GitHub Desktop.
DynamicStaticWebsite
if (not dynamic)
  tech geek goes to github [pages]
  edit Markdown manually
else
  some code tools generate static web sites
  if (hosting on github)
    git push origin github
  else 
    var possibleAlternative = one of [
      GitLab, BitBucket Pages, Netlify, Firebase, 
      Surge.sh, Heroku, Firebase, AWS S3, GCD Storage
    ]
    git push origin possibleAlternative 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment