From 392c6f8ddee07b9a22ee874dbdd112edfa64e289 Mon Sep 17 00:00:00 2001 From: Saurabh Mishra Date: Wed, 30 Aug 2023 00:11:40 -0700 Subject: [PATCH] current instructions show a 404 and pages dont render correctly (#10) --- exampleSite/content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/`.