Apache NiFi website

Clone this repo:
  1. e55b69c MINIFICPP-2354 Fix previous release binary link by Gabor Gyimesi · 4 days ago main
  2. 0c03b85 Merge pull request #86 from lordgamez/MINIFICPP-2354 by Gabor Gyimesi · 4 days ago
  3. 3dd234c MINIFICPP-2354 Add MiNiFi C++ 0.99.0 to the downloads page by Gabor Gyimesi · 4 days ago
  4. 9cda2fb NIFI-13219 Removed Kafka Connector from Current Downloads by exceptionfactory · 5 days ago
  5. e6eab3a NIFI-13219 Updated current version to 2.0.0-M3 by exceptionfactory · 5 days ago

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.