{"id":14988214,"url":"https://github.com/apache/nifi-site","last_synced_at":"2025-04-07T11:09:35.046Z","repository":{"id":36932242,"uuid":"41239512","full_name":"apache/nifi-site","owner":"apache","description":"Apache NiFi website","archived":false,"fork":false,"pushed_at":"2025-03-28T14:34:26.000Z","size":63213,"stargazers_count":16,"open_issues_count":0,"forks_count":51,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-03-30T02:28:02.799Z","etag":null,"topics":["hacktoberfest","hugo","java","nifi"],"latest_commit_sha":null,"homepage":"https://nifi.apache.org/","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jberkel/sms-backup-plus","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-23T07:00:06.000Z","updated_at":"2025-03-28T14:33:03.000Z","dependencies_parsed_at":"2024-03-12T16:52:23.300Z","dependency_job_id":"3376929c-48f9-4012-8738-f16b789473fa","html_url":"https://github.com/apache/nifi-site","commit_stats":{"total_commits":434,"total_committers":69,"mean_commits":"6.2898550724637685","dds":0.7972350230414746,"last_synced_commit":"e4f8ffa6b4d3cd650402dcd4519b68abfdaf248f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fnifi-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fnifi-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fnifi-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fnifi-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/nifi-site/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640465,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hugo","java","nifi"],"created_at":"2024-09-24T14:16:18.227Z","updated_at":"2025-04-07T11:09:35.016Z","avatar_url":"https://github.com/apache.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n   Licensed to the Apache Software Foundation (ASF) under one or more\n   contributor license agreements.  See the NOTICE file distributed with\n   this work for additional information regarding copyright ownership.\n   The ASF licenses this file to You under the Apache License, Version 2.0\n   (the \"License\"); you may not use this file except in compliance with\n   the License.  You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n--\u003e\n# Apache NiFi Website\n\n\u003cimg src=\"https://nifi.apache.org/images/apache-nifi-logo.svg\" width=\"300\" alt=\"Apache NiFi\"/\u003e\n\n### Status\n\n[![build](https://github.com/apache/nifi-site/workflows/build/badge.svg)](https://github.com/apache/nifi-site/actions/workflows/build.yml)\n[![License](https://img.shields.io/github/license/apache/nifi-site)](https://github.com/apache/nifi-site/blob/main/LICENSE)\n\n### Contacts\n\n[![Track Issues](https://img.shields.io/badge/track-Issues-728e9b.svg?logo=jirasoftware)](https://issues.apache.org/jira/browse/NIFI)\n[![Chat on Slack](https://img.shields.io/badge/chat-Slack-728e9b.svg?logo=slack)](https://s.apache.org/nifi-community-slack)\n[![Contact Developers](https://img.shields.io/badge/contact-Developers-728e9b.svg?logo=apache)](https://lists.apache.org/list.html?dev@nifi.apache.org)\n[![Contact Users](https://img.shields.io/badge/contact-Users-728e9b.svg?logo=apache)](https://lists.apache.org/list.html?users@nifi.apache.org)\n\n### Community\n\n[![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)\n[![Follow on LinkedIn](https://img.shields.io/badge/follow-Apache%20NiFi-728e9b.svg?logo=linkedin)](https://www.linkedin.com/company/apache-nifi/)\n[![Follow on X](https://img.shields.io/badge/follow-apachenifi-728e9b.svg?logo=x)](https://x.com/apachenifi)\n\n## Developing\n\nThe project website uses [Hugo](https://gohugo.io) to build static HTML and related resources.\n\n### Prerequisites\n\n- [Hugo](https://gohugo.io/getting-started/installing)\n\n### Preparation\n\nPrepare build artifacts using published component manifests for generated documentation.\n\n```shell\nbash prebuild.sh\n```\n\n### Building\n\nStart Hugo Server to view rendered pages.\n\n```shell\nhugo server\n```\n\nOpen a web browser to preview rendered pages.\n\n```\nhttp://localhost:1313\n```\n\nRun Hugo to generate pages in the `public` directory.\n\n```shell\nhugo\n```\n\n## Publishing\n\nThe Apache NiFi website uses [GitHub Actions](https://docs.github.com/en/actions) and\n[Apache Software Foundation Infrastructure](https://infra.apache.org/project-site.html) configuration for automated\npublishing.\n\nSee [Website Publishing](https://cwiki.apache.org/confluence/display/NIFI/Website+Publishing) for documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fnifi-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fnifi-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fnifi-site/lists"}