Added Datavolo paragraph to Powered By (#84)

1 file changed
tree: 89e5f770c3386af6217335f7ac5f22f8a539b2b3
  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.