- Run dev server on localhost (http://localhost:1313)
hugo server -F -D --cleanDestinationDirTo build the site simply
hugo --cleanDestinationDirThen sync the contents of public/ to the web root of a web server somewhere (probably want to remove any existing old/stuff so something like rsync -auv --delete)