Adding Your Profile to the Lab Webpage
We host our lab website on GitHub at github.com/AI4Code-HUST/AI4Code-HUST.github.io. The website is built using the GatsbyJS framework.
How to Add Your Profile
-
Fork and Clone the Repository:
- Fork the repository.
- Clone it to your local environment.
-
Add Your Profile:
- Create a markdown file under
_data/people/
named<your_profile.md>
. - Add your profile image to
static/assets/people/
as<your_photo.png>
.
Example profile markdown file:
--- template: BlogPost path: /people/<your_name> date: 2022-02-01T06:15:50.738Z title: <Your Name> thumbnail: /assets/people/<your_name>.jpg position: member metaDescription: Undergraduate Student metaDescriptionvn: Sinh viên order: 8 --- My <linkedin profile> or <github personal page>
- Create a markdown file under
- Make a Pull Request