We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b2906 commit ecfbf75Copy full SHA for ecfbf75
1 file changed
README.md
@@ -53,6 +53,10 @@ hugo server
53
If you prefer not to install Hugo locally, you can also run the site with Docker using the same Hugo version as CI:
54
55
```bash
56
+# Make sure the theme submodule is checked out (otherwise only a few
57
+# pages will be rendered and most URLs will 404).
58
+git submodule update --init --recursive
59
+
60
# Start a local preview at http://127.0.0.1:1313
61
docker compose up
62
0 commit comments