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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,14 @@ It uses the [Hugo](https://gohugo.io/) static site generator.
11
11
12
12
* Install Hugo. Last working version is 0.108
13
13
* 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.
0 commit comments