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
To create a new profile in the "People" page for Firstname Lastname, follow these steps:
Create a new directory in the repository called ./content/authors/firstname-lastname. This naming ensures that paper and blogpost authors are recognized.
In this folder, create a _index.md file following the structure of this example. Fill it out with the information from the new member, and make sure to set the user_groups YAML argument to the appropriate group (see a list of available groups here).
Add a picture named avatar.png/jpg to that same folder. Make sure when you render the website that the face isn't cropped and modify the image accordingly.
Check if everything looks okay with serve_site().
The text was updated successfully, but these errors were encountered:
To create a new profile in the "People" page for Firstname Lastname, follow these steps:
./content/authors/firstname-lastname
. This naming ensures that paper and blogpost authors are recognized._index.md
file following the structure of this example. Fill it out with the information from the new member, and make sure to set theuser_groups
YAML argument to the appropriate group (see a list of available groups here).avatar.png/jpg
to that same folder. Make sure when you render the website that the face isn't cropped and modify the image accordingly.serve_site()
.The text was updated successfully, but these errors were encountered: