diff --git a/exampleSite/content/docs/getting-started.md b/exampleSite/content/docs/getting-started.md index 56e3d70..1c99db2 100644 --- a/exampleSite/content/docs/getting-started.md +++ b/exampleSite/content/docs/getting-started.md @@ -65,7 +65,7 @@ $ hugo new content/docs/_index.md ### Preview the site locally ```shell -$ hugo server +$ hugo server --buildDrafts --disableFastRender ``` Voila! You can see your new site at `http://localhost:1313/`.