The updated Celix website is still under construction and not live yet.
This is source code for the website of Apache Celix, hosted at:
https://celix.apache.org/
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 Celix 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.
The Celix website uses Jekyll as static website generator. See Jekyll for more info and for details how to install Jekyll.
- Run
git submodule init
andgit submodule update
to retrieve the Celix sources. - Run
./extract_celix_docs.sh
to copy the markdown files from the Celix main repository to the site repository.
TODO
To generate the static website, execute run.sh
to generate and serve the website on localhost:4000
.
During development, it may be useful to run an incremental build. For this to work, execute run_incremental.sh
to
continuously generate and serve the website on localhost:4000
.
Jenkins is used for generating the website and committing the generated site to the asf-site
branch.