This is the source code for the website of the Apache Events website, hosted at:
https://events.apache.org/
To get in touch with the Community Development PMC (responsible for the website) please use the dev@community.apache.org mailing list.
The repository for the main Community Development website is at https://github.com/apache/comdev-site
Changes to the master
branch of this repository trigger the events-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://events.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
.
All PMCs are asked to help promote ApacheCon and other major Apache sponsored events by adding some form of img link to their homepages, in whatever place works best for your site navigation. Once you add the code, no further changes needed (will be auto-updated to be the next upcoming event).
- Add a small image and link (where {size} = 125x125 or 234x60)
<a href="https://events.apache.org/x/current-event.html">
<img src="https://www.apache.org/events/current-event-{size}.png"/>
</a>
NOTE: this page, in turn, redirects to the current or upcoming event, which is usually https://apachecon.com/
- (or) Add larger banners with an iframe or hardcoded div: https://apache.org/ads/adserver.txt
- Maintenance of current-event* files for PMC inclusion:
- update text in content/current-event.mdtext
- replace content/images/current-event-*.png files with the new versions from content/ads/ApacheCon