Follow the steps below to create and publish a new research post.
- Create a new Markdown file under
_posts/ - You can start by copying the template file:
2026-01-10-template.md - Rename the file in this format:
YYYY-MM-DD-post-title.md
- Create a new image folder at:
img/posts/post-title - Store all images related to the post in this folder
In the post’s front matter, fill out all required fields:
titledescriptiondate
Set:
published: truewhen the post is ready to go live- (Optional)
featured: trueto display the post on the home page
- Write the research post using standard Markdown
- Follow the template’s structure for headings, lists, tables, code blocks, and math
- Use the provided format to embed images
- Use external embeds only for videos (e.g. YouTube embed links)
Once everything looks good, run:
git add .
git commit -m "YYYY-MM-DD-post-title.md"
git pull --rebase origin source
git pushFollow the steps below to create and publish your profile page.
- Navigate to the
_team/folder in the repo. - Create a new Markdown file using your first name (lowercase is fine).
- Example:
haimin.md
- Example:
- You can start by copying the template file:
template-member.md
In the post’s front matter, fill out all required fields:
titlejob_title- etc
Set:
published: truewhen the profile is ready to go live
- Preferred: Upload the image to a reliable URL (e.g., hosted externally).
- Alternative: Place it in the repo folder:
img/members/ - Update the front matter
image:field in your Markdown file:
Fill in the following sections using Markdown:
- Research Projects
- Bio
- Add email and other contact links
- Hobbies
Once everything looks good, run:
git add .
git commit -m "Add profile: Your Name"
git pull --rebase origin source
git pushAdd a new line in alumni.md. Please follow the existing format.
Add an entry to _bibliography/references.bib. Remember to add the url and video fields if they are available.
This project is built on top of the xLAB website and the original Bulma theme. We thank them for sharing their template.