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

  1. Fork and Clone the Repository:

    • Fork the repository.
    • Clone it to your local environment.
  2. 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>
  3. Make a Pull Request

© 2025 AI4Code@HUST Lab • Crafted with ❤️  by manhtdd