The project website uses Hugo to build static HTML and related resources.
Prepare build artifacts using published component manifests for generated documentation.
bash prebuild.sh
Start Hugo Server to view rendered pages.
hugo server
Open a web browser to preview rendered pages.
http://localhost:1313
Run Hugo to generate pages in the public
directory.
hugo
The Apache NiFi website uses GitHub Actions and Apache Software Foundation Infrastructure configuration for automated publishing.
See Website Publishing for documentation.