Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 431 Bytes

How to build + serve locally

  • Install Hugo: see installation instructions
  • Run a local webserver with the website:
    hugo server
    
    • You can access the website at http://localhost:1313
    • Filesystem will be monitored. On changes the website will be built again and the opened website reloads automatically (at least in Chrome and Firefox)