This is an example blog post for the Science of LLM Blog. You can use this as a template for creating new blog posts.
Format Guidelines
When creating a new blog post, follow these guidelines:
- File Naming: Use the format
YYYY-MM-DD-post-title.md(e.g.,2025-01-15-example-post.md) - Front Matter: Include the following metadata at the top of your file:
-
layout: Always usellm_blog_post -
title: The title of your blog post -
date: Publication date in YYYY-MM-DD format -
author: Author name(s) -
description: A brief description that will appear in the blog listing -
tags: Array of relevant tags -
categories: Array of categories -
read_time: Optional, estimated reading time in minutes
-
Writing Your Content
You can write your content using Markdown. Here are some examples:
Headings
Use headings to structure your content. The title above uses ## for a level 2 heading.
Lists
- Bullet points work great
- For organizing information
- And making content scannable
- Numbered lists are also available
- For step-by-step instructions
- Or ordered information
Code Blocks
You can include code examples:
def hello_world():
print("Hello, Science of LLM Blog!")
Emphasis
You can use bold text, italic text, and inline code to emphasize important points.
Links
You can link to external resources or internal pages.
Images
To include images, place them in the assets/img/ directory and reference them:

Research Promotion
This blog is designed to promote research conducted by our team. When writing about research:
- Explain the motivation and problem
- Describe the approach or methodology
- Highlight key findings or contributions
- Include links to papers, code, or demos when available
Conclusion
This template provides a starting point for your blog posts. Feel free to customize the content and structure based on your needs. Happy writing!