tree: df86ca99452bcc92f1583564f183b2f5e26c2443 [path history] [tgz]
  1. .github/
  2. content/
  3. layouts/
  4. static/
  5. themes/
  6. .asf.yaml
  7. .gitignore
  8. config.toml
  9. LICENSE
  10. README.md
README.md

Apache NiFi Website

The Apache NiFi website uses Hugo to build static HTML and related resources.

Environment Configuration

  • Install Hugo
  • Clone repository
    • git clone https://github.com/apache/nifi-site.git

Preview

Build

  • Run Hugo Build
    • hugo

Publish

The Apache NiFi website uses GitHub Actions and Apache Software Foundation Infrastructure configuration for automated publishing. See Website Publishing for documentation.