| commit | df111bc37c05cfce99e9ce9c5c8f1ec1377104c9 | [log] [tgz] |
|---|---|---|
| author | Thomas Wolf <twolf@apache.org> | Tue Aug 19 21:40:08 2025 +0200 |
| committer | Thomas Wolf <twolf@apache.org> | Tue Aug 19 21:47:57 2025 +0200 |
| tree | 8ec1fdffb0237b33c337068d0565d0cd212baece | |
| parent | 9f31850e34966ca4db7db0e6f8af5d10cbb1c1bb [diff] |
Add "Verifying Releases" sidebar link Someone complained a while back that our KEYS file wasn't linked anywhere. There was already an incomplete validating-release.md, but it wasn't linked from anywhere. Rename that to verifying-releases.md and complete it; link it from the sidebar menu.
This is the source code for the website of Apache Mina, hosted at:
https://mina.apache.org/
This repository uses 2 branches for serving the website.
master branch, which contains all the sources for the website.asf-site branch, which contains the generated website being used for the actual website.When contributing patches, apply them to the master branch. Jenkins will then regenerate the website and commit the changes to the asf-site branch.
The website uses Hugo as static website generator. See Hugo for more info and for details how to install Hugo.
To generate the static website, execute hugo to generate and serve the website on localhost:1313.
During development, it may be useful to run an incremental build. For this to work, execute hugo server -D to continuously generate and serve the website on localhost:1313.
Jenkins is used for generating the website and committing the generated site to the asf-site branch.