Local Hugo server


Pavel⇢ has tought me this:

I can preview changes to this garden on a local server and create a build that I will later push to GitHub when done.

  1. Terminal
  2. hugo server -D
  3. live updates go to localhost:1313
  4. Control+C to stop server