This contains the Worldforge main site, which would normally be served at www.worldforge.org.
It uses the Hugo static site generator.
- Install Hugo. Last working version is 0.108
- Run
hugo
- Upload the content of the "public" directory to the www.worldforge.org site. Typically through rsync,
like
rsync -aP public/* www.worldforge.org:www
During development you can keep an instance of Hugo running, to allow for automatic updates while you edit the site.
Do this through
hugo server -D