Skip to content

worldforge/www.worldforge.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published