You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,16 @@ $ cd blog
17
17
$ git submodule update --init
18
18
$ podman run --rm -v $PWD:/workspace ghcr.io/gbraad-redhat/hugo:0.127.0 --minify
19
19
```
20
+
21
+
This will create a `./public/` folder that contains the output as published on GH Pages.
22
+
23
+
24
+
### Devcontainer
25
+
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.
26
+
27
+
This can be started from CodeSpaces, VS Code or the CLI
0 commit comments