personal website

Built using Hugo and Showfolio.

  1. To make changes globally edit config.toml
  2. To make changes to specific sectons edit docs in themes/showfolio/layouts/partials
  3. Run hugo server -D to host locally on http://localhost:1313/
  4. Run hugo -D to compile website after changes - compiled site contents in public/
  5. git add public/* git commit -m 'update' git push to implement changes