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
Similarly to other chapters, we should feature the name, role, and pictures of the developers on the 4 project teams if they are interested.
Also include the team team members that actively contributes, it will be done on an invite bases for tech team.
To implement this, let's use the features of the static site generator.
In src, we will create a new directory called members.
Within it, each member will make a markdown file that will follow a specific format.
We will have to come up with that format. See deno docs
Ideally, the member would show up in two places.
A shorter member card, on each project/team's webpage. And one with a longer bio, perhaps a timeline, on each individual member's page.
Custom page on lume
Get member's markdown files
Things on the user card: Name, Year, Role in project
Things on the user page: Bio, Timeline at blueprint, accomplishments
The text was updated successfully, but these errors were encountered:
Similarly to other chapters, we should feature the name, role, and pictures of the developers on the 4 project teams if they are interested.
Also include the team team members that actively contributes, it will be done on an invite bases for tech team.
To implement this, let's use the features of the static site generator.
In src, we will create a new directory called members.
Within it, each member will make a markdown file that will follow a specific format.
We will have to come up with that format. See deno docs
Ideally, the member would show up in two places.
A shorter member card, on each project/team's webpage. And one with a longer bio, perhaps a timeline, on each individual member's page.
Things on the user card: Name, Year, Role in project
Things on the user page: Bio, Timeline at blueprint, accomplishments
The text was updated successfully, but these errors were encountered: