-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data structure #180
Data structure #180
Conversation
time: | ||
start: 6:00pm | ||
end: 7:00pm | ||
host: Gravitate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this basically ties to src/hosts/gravitate-downtown.md
and up to the key/value of location: Gravitate
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, the actual mappings/relationships are defined here:
Lines 6 to 9 in 322a6c5
'MarkdownRemark.frontmatter.talk': 'MarkdownRemark.frontmatter.title', | |
'MarkdownRemark.frontmatter.speaker': 'MarkdownRemark.frontmatter.name', | |
'MarkdownRemark.frontmatter.sponsor': 'MarkdownRemark.frontmatter.name', | |
'MarkdownRemark.frontmatter.host': 'MarkdownRemark.frontmatter.location' |
end: 7:00pm | ||
host: Gravitate | ||
sponsor: Robert Half | ||
talk: An Introduction to Transducers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add a slides
and or source_code
key/value for if people already have them hosted somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while the components don't support showing them yet, i do intend to bring that data over and get it into the components before we'd make the switch. for example, the data is at least in this talk for slides
. somewhat related, i plan to add github to the speaker data so that people can easily link to their profile there in addition to twitter
dont mind the failing build, that is because of gatsbyjs/gatsby#6031
mostly looking for feedback on the way i've organized the data before trying to migrate stuff from the old site. anything you would do differently?