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
Create an Authors.json file that includes the names of the authors of these blog posts and a bio for them.
example:
[
{
"name": "Jay Miller",
"bpd_role": "Executor and Founder, Black Python Devs",
"bio": "Jay is a Staff Developer Advocate based out of Atlanta, GA and when away from the keyboard can often be found cheering on their favorite baseball team.",
"social": "https://linkedin.com/in/kjaymiller",
"website": "https://kjaymiller.com"
}
]
The plan:
This file will be at _data/authors.json so that it's available in site.data.authors. We'll try to match the author name
Create an Authors.json file that includes the names of the authors of these blog posts and a bio for them.
example:
[
{
"name": "Jay Miller",
"bpd_role": "Executor and Founder, Black Python Devs",
"bio": "Jay is a Staff Developer Advocate based out of Atlanta, GA and when away from the keyboard can often be found cheering on their favorite baseball team.",
"social": "https://linkedin.com/in/kjaymiller",
"website": "https://kjaymiller.com"
}
]
The plan:
This file will be at
_data/authors.json
so that it's available insite.data.authors
. We'll try to match the author nameThe text was updated successfully, but these errors were encountered: