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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +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 "public" directory to the www.worldforge.org site. Typically through rsync, like ```rsync -aP public/* www.worldforge.org:www```
14
+
* Upload the content of the "public" directory to the www.worldforge.org site. Typically through rsync,
15
+
like ```rsync -aP public/* www.worldforge.org:www```
15
16
16
17
## Development
17
18
18
19
During development you can keep an instance of Hugo running, to allow for automatic updates while you edit the site.
0 commit comments