Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ The file structure is largely dictated by Jekyll. To learn more about the follo
### Data model

The data files held in directories like `_people` and `_projects` provide the content used to render the pages according to the templates defined in `_includes` and `_layouts`. They describe the people involved in the User Empowerment Lab and all the cool stuff they're working on! The site's data model is the set of properties each of the objects (people, projects, etc.) has, and how they're related to each other.

## FAQ

### How can I get set up to contribute to the site?

1. Set up GitHub
2. Set up Ruby (TODO: is this needed to keep _site files up to date?)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to answer this before committing the PR!


### How can I myself as a person to the site or update my person profile?

1. Where are the people files
2. What is the meta-data required (TODO: do we need a separate data model README?)

### How can I add a project or publication to the site?