Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 894 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 894 Bytes

Worldforge main site

Join us on Gitter! Build site

This contains the Worldforge main site, which would normally be served at www.worldforge.org.

It uses the Hugo static site generator.

Instructions

  • 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

Development

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