Skip to content

ehbedford/share-directory

 
 

Repository files navigation

SHARE Directory

Build Status

This repo has two purposes:

  • Provide a directory listing of the people building and using SHARE
  • Serve as a learning tool for learning Git and GitHub

Add yourself

  1. Add a JSON file with your name as the filename, e.g. taylor-swift.json, to the appropriate directory. Fill out your information.
  2. Send a PR.

Example JSON file:

{
    "first": "Taylor",
    "last": "Swift",
    "twitter": "SwiftOnSecurity"
}

Valid keys:

  • first
  • last
  • email
  • osf
  • github
  • twitter
  • personal

Build the site

  • Install requirements:
pip install -r requirements.txt
  • Build the site (and watch for changes):
inv watch -b

Releases

No releases published

Packages

No packages published

Languages

  • Mako 74.2%
  • Python 25.8%