We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a438b0 commit 8ec75bbCopy full SHA for 8ec75bb
1 file changed
README.md
@@ -32,6 +32,20 @@ To run the site locally for development:
32
hugo server
33
```
34
35
+or run the following docker command:
36
+
37
+```sh
38
+docker-compose up
39
+```
40
41
+when you are done, either stop the process or run the following:
42
43
44
+docker-compose down
45
46
47
+Docker will mount your current working directory inside the container, so changes you save to any files will be picked up by Hugo.
48
49
### Creating a new post
50
51
To create a new post on the command line, run:
0 commit comments