Skip to content

Commit 6991d49

Browse files
committed
More docs.
1 parent a08ea0e commit 6991d49

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,14 @@ It uses the [Hugo](https://gohugo.io/) static site generator.
1111

1212
* Install Hugo. Last working version is 0.108
1313
* Run ```hugo```
14-
* Upload the content of the "publish" directory to the www.worldforge.org site
14+
* Upload the content of the "public" directory to the www.worldforge.org site. Typically through rsync, like ```rsync -aP public/* www.worldforge.org:www```
15+
16+
## Development
17+
18+
During development you can keep an instance of Hugo running, to allow for automatic updates while you edit the site.
19+
20+
Do this through
21+
22+
``` bash
23+
hugo server -D
24+
```

0 commit comments

Comments
 (0)