A bit of Git, a bit of Ruby and you will get your local hibernate.org served.
Set up the build environment — the easy way
The easiest way to set up a build environment is to use docker.
Set up the build environment — the hard way
If you want to run everything directly on your machine without using Docker, first good luck, and then you’ll need to reproduce the environment detailed in https://github.com/hibernate/awestruct-build-env/blob/main/Dockerfile.
Serve the site locally
rake preview
Point your browser to http://localhost:4242
Tips & Tricks
How to edit/publish content
Refer to this guide
Which other tasks exist in the Rake build file?
> rake --tasks
This will list the available tasks with a short description
License
The content of this repository is released under the ASL 2.0.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the respective licenses mentioned above.
Acknowledgements
This website uses JBoss Community Bootstrap.