https://github.com/apache/nifi-site
Apache NiFi website
https://github.com/apache/nifi-site
hacktoberfest hugo java nifi
Last synced: 6 months 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:34:26.000Z (6 months ago)
- Last Synced: 2025-03-30T02:28:02.799Z (6 months ago)
- Topics: hacktoberfest, hugo, java, nifi
- Language: HTML
- Homepage: https://nifi.apache.org/
- Size: 60.3 MB
- Stars: 16
- Watchers: 15
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache NiFi Website
### Status
[](https://github.com/apache/nifi-site/actions/workflows/build.yml)
[](https://github.com/apache/nifi-site/blob/main/LICENSE)### Contacts
[](https://issues.apache.org/jira/browse/NIFI)
[](https://s.apache.org/nifi-community-slack)
[](https://lists.apache.org/list.html?dev@nifi.apache.org)
[](https://lists.apache.org/list.html?users@nifi.apache.org)### Community
[](https://join.slack.com/t/apachenifi/shared_invite/zt-11njbtkdx-ZRU8FKYSWoEHRJetidy0zA)
[](https://www.linkedin.com/company/apache-nifi/)
[](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.