Website sources for the Apache SIS website

Clone this repo:
  1. c62e507 Update the release management instructions. by Martin Desruisseaux · 3 days ago main
  2. ab22da5 Review the instructions for source checkout, trying to make them more reliable. by Martin Desruisseaux · 10 days ago
  3. 5aefe8f Start to prepare the documentation for SIS 1.5 by modifying texts impacted by the EPSG upgrade. by Martin Desruisseaux · 3 weeks ago
  4. 38b653d Fix broken links. by Martin Desruisseaux · 3 weeks ago
  5. c2e884d Add a note about order of import statements. by Martin Desruisseaux · 5 months ago

Apache SIS website

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

https://sis.apache.org/

Repository structure

This repository uses 3 branches for building the website.

  • The main branch, which contains all the sources for the website.
  • The asf-site branch, which contains the generated website being used for the actual website.
  • The javadoc branch, which contains API documentation generated from source code.

When contributing patches, please create pull requests for the main 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 in the public/ directory.

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.