Move site to Hugo
1406 files changed
tree: b8c4f393344449c63e0d97c6391a45ecaa942d2d
  1. archetypes/
  2. book/
  3. layouts/
  4. source/
  5. static/
  6. templates/
  7. .asf.yaml
  8. config.toml
  9. DOAP.rdf
  10. LICENSE
  11. README.md
README.md

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 2 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.

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 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.

Building and publishing the website

gitpubsub is used to publish the site, using the content from the asf-site branch.