Skip to content

Commit e881106

Browse files
committed
Update README.md
1 parent 045d3b6 commit e881106

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ $ podman run --rm -v $PWD:/workspace ghcr.io/gbraad-redhat/hugo:0.127.0 --minify
2020

2121
This will create a `./public/` folder that contains the output as published on GH Pages.
2222

23+
> [!IMPORTANT]
24+
> Make sure to run `git submodule update --init` to pull remote modules, otherwise the theme is not be available. This will cause the generation to fail
25+
2326

2427
### Devcontainer
2528
You can also use the devcontainer setup. This will start the generation container and allows you to use the `hugo` command line directlky from inside the editor.
@@ -29,4 +32,4 @@ This can be started from CodeSpaces, VS Code or the CLI
2932
```
3033
$ npm install -g @devcontainers/cli
3134
$ devconatiner up
32-
```
35+
```

0 commit comments

Comments
 (0)