Skip to content

riccardobl/jmonkeyengine-website

 
 

jMonkeyEngine Website

This is the Hugo source for the jMonkeyEngine website.

Requirements

  • Hugo extended. The repo includes a Linux ./hugo binary; otherwise install hugo on your PATH.
  • lessc
  • python3
  • Python modules: numpy, yaml
  • ffmpeg

Build

./make.sh

The build refreshes homepage community data, regenerates the showcase mashup image, compiles static/css/style.less to static/css/style.css, then runs Hugo.

Useful switches:

SKIP_COMMUNITY_DATA=1 ./make.sh
SKIP_SHOWCASE_MASHUP=1 ./make.sh
DONT_COMPILE_LESS=1 ./make.sh

Local Server

./make.sh server

The server binds to 0.0.0.0 and uses Hugo's default port, 1313.

About

jmonkeyengine.org website

Resources

License

Apache-2.0, BSD-3-Clause licenses found

Licenses found

Apache-2.0
LICENSE
BSD-3-Clause
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 30.1%
  • HTML 21.7%
  • CSS 20.0%
  • Less 16.6%
  • Python 11.4%
  • Shell 0.2%