This is the source code for the website of the Apache Community Development PMC website, hosted at:
https://community.apache.org/
To get in touch with that PMC please use the [email protected] mailing list.
The repository for the events.apache.org website, which is also managed by the Community Development PMC, is at https://github.com/apache/comdev-events-site
Changes to the master
branch of this repository trigger the comdev-site Jenkins Job, which generates the website content and commits it to the asf-site
branch of this repository. There's currently (April 2020) a lag of about ten minutes for the Jenkins job to start, if you commit directly to the GitHub repository.
The ASF's gitpubsub mechanism then synchronizes that content to https://community.apache.org/, usually within a few seconds. More details about the publication process can be found in the ASF Documentation about Project sites. If for some reason this process fails, you can use the self-service page from ASF Infra to trigger a resync of the git repo.
The website uses Hugo as static website generator, see their website for more information and for how to install and run it if needed.
Other Apache websites that are built with Hugo should be listed by this GitHub query for the 'hugo' tag.
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 (re)generate and serve the website on localhost:1313
.