03 Creating your own profile page - harvardinformatics/informatics-website GitHub Wiki
Each person associated with the group will have a profile card automatically generated for them on the About (home) page as long as their data is in data/people/people.json
.
If you would also like your own personal profile page, feel free to create one in Markdown format in the docs/about/people/
folder (e.g. docs/about/people/timsackton.md
). This can have any content you'd like, formatted easily with Markdown or even using custom HTML. You can even put other files in this folder and link to them from your page (e.g. a CV).
Once your page is created, add the path to the page as the "link" in your entry in data/people/people.json
. Your profile card will now link to that page when the site is built!
Alternatively, if you maintain your own website outside of the Informatics website domain, simply add that URL as the "link" in your entry in data/people/people.json
. Your profile card will then link out to your site.