{"id":25257234,"url":"https://github.com/zowe/zowe.github.io","last_synced_at":"2025-06-12T08:33:03.519Z","repository":{"id":37792663,"uuid":"149836045","full_name":"zowe/zowe.github.io","owner":"zowe","description":"Zowe.org website development","archived":false,"fork":false,"pushed_at":"2025-05-06T14:49:02.000Z","size":30565,"stargazers_count":13,"open_issues_count":13,"forks_count":35,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-06T15:56:08.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zowe.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zowe.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":"security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-22T01:44:52.000Z","updated_at":"2025-05-06T14:49:06.000Z","dependencies_parsed_at":"2023-10-03T20:12:03.081Z","dependency_job_id":"b20ad242-1f0c-4020-b750-e126ae8e70dc","html_url":"https://github.com/zowe/zowe.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zowe/zowe.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fzowe.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fzowe.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fzowe.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fzowe.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zowe","download_url":"https://codeload.github.com/zowe/zowe.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zowe%2Fzowe.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259429963,"owners_count":22856156,"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":[],"created_at":"2025-02-12T06:38:17.191Z","updated_at":"2025-06-12T08:33:03.495Z","avatar_url":"https://github.com/zowe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- SPDX-License-Identifier: CC-BY-4.0 --\u003e\n\u003c!-- Copyright Contributors to the Zowe project. --\u003e\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/b4057863-5816-4a06-a503-f8989ec2062f/deploy-status)](https://app.netlify.com/sites/condescending-dubinsky-4645a9/deploys)\n![License](https://img.shields.io/github/license/zowe/zowe.github.io)\n\n# Welcome to Zowe website development\n\nThis GitHub repo is for management of the Zowe website. It uses [Github Pages](https://pages.github.com/) to automatically publish any commits to the master branch of the repo to https://zowe.org. GitHub Pages uses  [Jekyll](https://jekyllrb.com/) to publish this site from the content in your markdown files in this repo. For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).It is important to note that the links and content within the .md files require preprocessing and publication on zowe.org before they become fully functional. Attempting to access these links directly from the repository will render them non-operational.\n\n## Site organization\n\nMost site updates can be made without changing the markdown files, but adjusting the [config settings](_config.yml). This includes doing new releases and changing the URLs to other resources.\n\nThe primary page content is in [index.md](index.md). The overall layout is in [_layouts/default.html](_layouts/default.html), and css and image files are in [assets](assets).\n\n### Doing a new release\n\nTo do a new release, add a new entry at the top of [releases.yml](_data/releases.yml) right under the contents with this structure:\n\n```yaml\n- version: 1.4.0 # version number\n  release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-4-0-august-2019 # link to release notes\n  release_date: 2019-08-09 # release date in YYYY-MM-DD format\n  documentation: latest # path to docs ( minus the site url of https://docs.zowe.org )\n```\n### Add an announcement\n\nTo add an announcement, add an entry like below in [announcements.yml](_data/announcements.yml):\n\n```yaml\n- announcement: This is my announcement\n  link: https://linktomyannouncementcalltoaction.org\n```\n\n### Add upcoming events\n\nEvents are not supposed to be added/modified manually, since they directly get synced with the [OMP events calendar](https://www.openmainframeproject.org/events/category/zowe) and updates only when the response of [ICS feed](https://www.openmainframeproject.org/events/category/zowe?ical=1\u0026tribe_display=photo) changes through a PR by GitHub action.\n\nThe events are dynamically fetched from an [ICS feed](https://www.openmainframeproject.org/events/category/zowe?ical=1\u0026tribe_display=photo) and parsed into the [upcoming_events.yml](_data/upcoming_events.yml).\n\nIf needed, the [upcoming_events.yml](_data/upcoming_events.yml) can be manually updated by running `cd _data` and `python ics-to-yml.py` locally from the root directory.\n\n## Submitting site updates\n\nAny site updates can be submitted as a pull request. We recommmend you [create a fork](https://help.github.com/en/articles/fork-a-repo) of this repo and make changes there so you can preview them using GitHub Pages on your GitHub account. You can also develop locally with the following steps:\n* [Set up Jekyll on your computer](https://jekyllrb.com/docs/installation/)\n* Run `bundle install` to install the GitHub Pages gem\n* Run `bundle exec jekyll serve` to host the site locally (at `http://localhost:4000`)\n\nThis repo aligns with the general [Zowe project role definitions](https://github.com/zowe/zlc/blob/master/process/roles.md) and [License and Copyright guidance](https://github.com/zowe/zlc/blob/master/process/LicenseAndCopyrightGuidance.md)\n\nNote: If your build script, after applying changes \u0026 doing a reload, is yielding an incorrect-looking UI, you could automate the closing \u0026 restarting of the script. Something like in Bash, `while true; do timeout 25s bundle exec jekyll serve; done`\n\n## Governance\n\nCommitters to this repo are defined in the [COMMITTERS.csv](COMMITTERS.csv) file. You can request to the committers to become a committer after having successful commits to this repo. Committers are approved by an affirmative vote of the majority of committers.\n\n# Questions and feedback\n\nYou can direct questions about the website to the Zowe ZLC [via email](https://lists.openmainframeproject.org/g/zowe-zlc) or on [Slack](https://slack.openmainframeproject.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzowe%2Fzowe.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzowe%2Fzowe.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzowe%2Fzowe.github.io/lists"}