Skip to content

cbridgha/ibm.github.io

This branch is 49 commits behind IBM/ibm.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5e5d7d · Jan 9, 2018
Jan 9, 2018
Feb 12, 2014
Nov 17, 2017
Feb 12, 2014
Nov 17, 2017
Oct 31, 2017
Jun 15, 2017
Nov 4, 2017
Jan 9, 2018
Nov 30, 2017
Oct 31, 2017
Nov 19, 2017

Repository files navigation

Portal for IBM @ GitHub

This repository is rendered online at http://ibm.github.io, it contains a listing of repostiories that are open source and maintained by IBM teams.

Adding a new repo to the listing

In order to have your repository show up at http://ibm.github.io, a minor change to orgs.js is required.

  • To add a single repository add a new entry to orgs.js, specify the Github organization name and the repository name (separate them with a /), and set the type to repo, an example can be seen below:
  {
      "name": "RuntimeTools/appmetrics",
      "type": "repo"
  }
  • To add all the repositories in a Github organization add a new entry to orgs.js, specify the Github organization name, and set the type to org, an example can be seen below:
  {
      "name": "IBMResilient",
      "type": "org"
  }

To test changes locally

From within the top level folder of the cloned repository run:

$ python -m SimpleHTTPServer 8000

Then open the following URL in a browser:

http://localhost:8000/

Quick Git tutorial

  1. Clone the repository and checkout a new branch
$ git clone https://github.com/IBM/ibm.github.io
$ git checkout -b branch_name
  1. Update the files you'd like to change
  2. Push the changes upstream
$ git add file1 file2
$ git commit -m "add your commit message here"
$ git push origin branch_name
  1. View your branch in Github and create a Pull Request

About

Portal for IBM open source at GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.9%
  • CSS 15.6%
  • JavaScript 15.5%