My First Blog Post
Jan 1, 2024·
·
1 min read
Yituo He

Welcome to my blog! This is an example blog post that demonstrates how to create content for your academic website.
Introduction
This post shows how you can easily add new blog entries to your website. Each blog post supports:
- Markdown formatting for rich text content
- Images that are automatically optimized
- Tags for categorization
- Code snippets with syntax highlighting
- Mathematical equations using LaTeX
Adding Images
You can add images by placing them in the same folder as your blog post’s index.md file. For example:

Code Examples
Here’s a code snippet with syntax highlighting:
def hello_world():
print("Hello, World!")
return "Success"
Mathematical Equations
You can include mathematical equations using LaTeX syntax:
$$E = mc^2$$Conclusion
This is just a sample blog post. You can replace this content with your own thoughts, research updates, tutorials, or any other content you’d like to share.
To create a new blog post:
- Create a new folder in
content/blog/your-post-name/ - Add an
index.mdfile with your content - Optionally add images like
featured.png - Update the front matter with your title, date, tags, etc.