結論
hugo server --watch --buildDrafts --buildFuture --ignoreCache -p 1313
オプション説明
--watch watch filesystem for changes and recreate as needed (default true)
--buildDrafts include content marked as draft
--buildFuture include content with publishdate in the future
--ignoreCache ignores the cache directory
--port int port on which the server will listen (default 1313)