Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 259 Bytes

Cayley Website

Local Development

  • Install Hugo: https://gohugo.io/overview/installing/
  • Run Hugo Server: hugo server --watch --baseURL http://(your_domain):1313 --bind (your_ip) and you should be able to live update and see changes as you go.