Skip to content

idontknowjs/zowe.github.io

 
 

Repository files navigation

Netlify Status License

Welcome to Zowe website development

This GitHub repo is for management of the Zowe website. It uses Github Pages to automatically publish any commits to the master branch of the repo to https://zowe.org. GitHub Pages uses Jekyll to publish this site from the content in your markdown files in this repo. For more details see GitHub Flavored Markdown.

Site organization

Most site updates can be made without changing the markdown files, but adjusting the config settings. This includes doing new releases and changing the URLs to other resources.

The primary page content is in index.md. The overall layout is in _layouts/default.html, and css and image files are in assets.

Doing a new release

To do a new release, add a new entry at the top of releases.yml right under the contents with this structure:

- version: 1.4.0 # version number
  release_notes: https://zowe.github.io/docs-site/latest/getting-started/summaryofchanges.html#version-1-4-0-august-2019 # link to release notes
  release_date: 2019-08-09 # release date in YYYY-MM-DD format
  documentation: latest # path to docs ( minus the site url of https://docs.zowe.org )

Add an announcement

To add an announcement, add an entry like below in announcements.yml:

- announcement: This is my announcement
  link: https://linktomyannouncementcalltoaction.org

Add upcoming events

Events are not supposed to be added/modified manually, since they directly get synced with the OMP events calendar and updates only when the response of ICS feed changes through a PR by GitHub action.

The events are dynamically fetched from an ICS feed and parsed into the upcoming_events.yml.

If needed, the upcoming_events.yml can be manually updated by running cd _data and python ics-to-yml.py locally from the root directory.

Submitting site updates

Any site updates can be submitted as a pull request. We recommmend you create a fork 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:

  • Set up Jekyll on your computer
  • Run bundle install to install the GitHub Pages gem
  • Run bundle exec jekyll serve to host the site locally (at http://localhost:4000)

This repo aligns with the general Zowe project role definitions and License and Copyright guidance

Governance

Committers to this repo are defined in the 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.

Questions and feedback

You can direct questions about the website to the Zowe ZLC via email or on Slack.

About

Zowe.org website development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.2%
  • CSS 27.4%
  • Python 6.6%
  • JavaScript 1.5%
  • Ruby 0.3%