Skip to content

martymcguire/amyhurst.github.io

 
 

Repository files navigation

My Website!

Where is my site hosted?

  • Hosted on github pages
  • DNS is handled by ENOM

How do I do local editing?

  • ATOM is setup to edit pages
  • If not there, download source from github

How do I locally view the site?

  • Start a local webserver python -mSimpleHTTPServer from the root folder
  • view in firefox at http://localhost:8000/
  • double check for mobile using inspector fanciness

how to save changes and publish

  • Toggle git tab in Atom (Packages -> GitHub)
  • Stage all files (remove .ds_store)
  • create a commit message (short title, line break, description)
  • press commit
  • Push (the up / down arrows)(will know github password and login)
  • wait a few minutes since github can take a few to refresh

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.3%
  • HTML 19.0%
  • JavaScript 0.7%