Website sources for the Apache Directory website

Clone this repo:
  1. 2b96217 Modified the required Java version for compilation by Emmanuel Lécharny · 6 days ago master
  2. e3bcdd3 Merge pull request #21 from apache/oak-header by Emmanuel Lécharny · 13 days ago
  3. 19e4b60 Update header to use oak image by Brian Demers · 13 days ago
  4. 0e4b00d release fortress 3.0.1 by Shawn McKinney · 3 months ago
  5. 92ee39e o Added some documentation on SASL PLAIN bind by Emmanuel Lécharny · 5 months ago

Apache Directory website

This is the source code for the website of Apache Directory, hosted at:

https://directory.apache.org/

Repository structure

This repository uses 2 branches for serving the website.

  • The master branch, which contains all the sources for the website.
  • The 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.

Content Management System

The website uses Hugo as static website generator. See Hugo for more info and for details how to install Hugo.

Generate the website

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.

Publish the website

Jenkins is used for generating the website and committing the generated site to the asf-site branch.