# jmonkeyengine-website **Repository Path**: mirrors_jMonkeyEngine/jmonkeyengine-website ## Basic Information - **Project Name**: jmonkeyengine-website - **Description**: jmonkeyengine.org website - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```sh ./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: ```sh SKIP_COMMUNITY_DATA=1 ./make.sh SKIP_SHOWCASE_MASHUP=1 ./make.sh DONT_COMPILE_LESS=1 ./make.sh ``` ## Local Server ```sh ./make.sh server ``` The server binds to `0.0.0.0` and uses Hugo's default port, `1313`.