Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/nifi-site
Apache NiFi website
https://github.com/apache/nifi-site
hacktoberfest hugo java nifi
Last synced: 1 day ago
JSON representation
Apache NiFi website
- Host: GitHub
- URL: https://github.com/apache/nifi-site
- Owner: apache
- License: apache-2.0
- Created: 2015-08-23T07:00:06.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T09:04:27.000Z (20 days ago)
- Last Synced: 2025-01-21T21:04:43.261Z (9 days ago)
- Topics: hacktoberfest, hugo, java, nifi
- Language: HTML
- Homepage: https://nifi.apache.org/
- Size: 56.3 MB
- Stars: 15
- Watchers: 17
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache NiFi Website
### Status
[![build](https://github.com/apache/nifi-site/workflows/build/badge.svg)](https://github.com/apache/nifi-site/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/apache/nifi-site)](https://github.com/apache/nifi-site/blob/main/LICENSE)### Contacts
[![Track Issues](https://img.shields.io/badge/track-Issues-728e9b.svg?logo=jirasoftware)](https://issues.apache.org/jira/browse/NIFI)
[![Chat on Slack](https://img.shields.io/badge/chat-Slack-728e9b.svg?logo=slack)](https://s.apache.org/nifi-community-slack)
[![Contact Developers](https://img.shields.io/badge/contact-Developers-728e9b.svg?logo=apache)](https://lists.apache.org/[email protected])
[![Contact Users](https://img.shields.io/badge/contact-Users-728e9b.svg?logo=apache)](https://lists.apache.org/[email protected])### Community
[![Join Slack Community](https://img.shields.io/badge/join-Slack-728e9b.svg?logo=slack)](https://join.slack.com/t/apachenifi/shared_invite/zt-11njbtkdx-ZRU8FKYSWoEHRJetidy0zA)
[![Follow on LinkedIn](https://img.shields.io/badge/follow-Apache%20NiFi-728e9b.svg?logo=linkedin)](https://www.linkedin.com/company/apache-nifi/)
[![Follow on X](https://img.shields.io/badge/follow-apachenifi-728e9b.svg?logo=x)](https://x.com/apachenifi)## Developing
The project website uses [Hugo](https://gohugo.io) to build static HTML and related resources.
### Prerequisites
- [Hugo](https://gohugo.io/getting-started/installing)
### Preparation
Prepare build artifacts using published component manifests for generated documentation.
```shell
bash prebuild.sh
```### Building
Start Hugo Server to view rendered pages.
```shell
hugo server
```Open a web browser to preview rendered pages.
```
http://localhost:1313
```Run Hugo to generate pages in the `public` directory.
```shell
hugo
```## Publishing
The Apache NiFi website uses [GitHub Actions](https://docs.github.com/en/actions) and
[Apache Software Foundation Infrastructure](https://infra.apache.org/project-site.html) configuration for automated
publishing.See [Website Publishing](https://cwiki.apache.org/confluence/display/NIFI/Website+Publishing) for documentation.