NIFI-10282 Updated Downloads pages with Markdown and shortcodes

- Added download-links shortcode
- Added project-label shortcode
- Added config variables for current and previous project versions
8 files changed
tree: 0f1b80d206d1a24ecd95e2003770b4987837756d
  1. .github/
  2. archetypes/
  3. assets/
  4. layouts/
  5. source/
  6. static/
  7. .asf.yaml
  8. .gitignore
  9. config.toml
  10. LICENSE
  11. 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.