You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session data can be added by copying the content/sessions/example.md file.
The exports.createPages method in gatsby-node.js should be adjusted to generate pages for the sessions.
All sessions can be selected with the following query. Speakers are automatically linked. For a single session a filter based on the slug can be added.
Create a page that contains information about a session. Barcelona example: https://barcelona.rustfest.eu/sessions/public-transit-delays
Contains the speaker component from #6
Session data can be added by copying the
content/sessions/example.md
file.The
exports.createPages
method ingatsby-node.js
should be adjusted to generate pages for the sessions.All sessions can be selected with the following query. Speakers are automatically linked. For a single session a filter based on the slug can be added.
The text was updated successfully, but these errors were encountered: