current instructions show a 404 and pages dont render correctly (#10)

This commit is contained in:
Saurabh Mishra
2023-08-30 00:11:40 -07:00
committed by GitHub
parent 7993dc3230
commit 392c6f8dde

View File

@ -65,7 +65,7 @@ $ hugo new content/docs/_index.md
### Preview the site locally ### Preview the site locally
```shell ```shell
$ hugo server $ hugo server --buildDrafts --disableFastRender
``` ```
Voila! You can see your new site at `http://localhost:1313/`. Voila! You can see your new site at `http://localhost:1313/`.