Anthony R. King Personal Web-Site

Hosted on GitHub Pages at anthonyrking.github.io.

Related GitHub source control.

See my Project Site, also on GitHub Pages.

See my CodePen.

Git Workflow for Updating this Page

  1. git pull
  2. Make changes
  3. git add . - or just files changed
  4. git commit -m "Information about the updates"
  5. git push
  6. Wait a minute for changes to take effect!

Cycle round to step 1 (or 2 for solo project) for further updates.