This repo has two purposes:
- Provide a directory listing of the people involved with the GirlDevelopIt Central VA chapter
- Serve as a learning tool for learning Git and GitHub
- Add a JSON file with your name as the filename, e.g.
taylor-swift.json
, to thepeople/
directory. Fill out your information. - Send a PR.
Example JSON file:
{
"name": "Taylor Swift",
"twitter": "SwiftOnSecurity"
}
Valid keys:
name
(required)email
github
twitter
personal
- Install requirements:
pip install -r requirements.txt
- Build the site (and open it in your browser):
inv build -b