Skip to content

dvarrazzo/www.varrazzo.com

Repository files navigation

My own website at https://www.varrazzo.com

In order to change the website:

  • clone the repository
  • run make setup to create the virtualenv
  • run make serve to serve the website on https://localhost:5000/
  • hack on the website (pages are in the content directory)
  • commit and push

The following must be unbroken:

Travis used to build the website and push it to the `github pages repos`__, served as https://www.varrazzo.com/... but now it's no more and you will have to do it yourself.