-
Notifications
You must be signed in to change notification settings - Fork 1
What's in an author profile?
Claudia R edited this page Jan 2, 2022
·
2 revisions
To create an author profile we need the following data:
- Your first name + the first letter of your last name
- Your role (f.e. Front-end developer, student at Devine Howest,...)
- A short bio (a few lines tops)
- A profile image (optional)(!! ideally a square and portrait version of the same picture)
- Twitter handle (optional)
EXAMPLE
"name": "Oya C",
"role": "Android Developer",
"bio": "I'm an Android developer at Egeniq.",
"twitter": "canliOya",
"avatar": "oyac.jpg"
Your author key will be created based on your name. For the example above, the author key would be oyac
.
This is the key you need to link your author profile to your guest blogs in the front matter of your markdown files.
In the frontmatter you should add the following author: "oyac"
(make sure to replace 'oyac' with your author key)