Hosted by GitHub Pages, generated with Hugo.
Theme: hugo-book
See /content for content.
To build locally, you will need to first install Hugo.
When cloning the repository you need to clone it recursively so that the theme submodule gets included:
git clone --recursive https://github.com/minetest/dev.luanti.org
If you have already cloned you can fetch the submodules as such:
git submodule init
git submodule update --remote
To launch the Hugo development server run hugo server
. It will watch and regenerate whenever changes are made.
To generate the site once without starting the server you can simply run hugo
.