My First Blog Post
This is my very first blog post using the Chirpy Jekyll theme.
My First Blog Post
Welcome to my first blog post! This post demonstrates the basic features of the Chirpy Jekyll theme, including:
- Front matter
- Images
- Code blocks
- Prompts
- Math equations
- Mermaid diagrams
Image Example
Chirpy favicon as an example image.
Code Block Example
1
2
3
4
title: "My First Blog Post"
date: 2026-04-05 12:00:00 +0000
categories: [Blog, GettingStarted]
tags: [introduction, example]
1
2
def hello_world():
print("Hello, world!")
Prompt Example
This is an info prompt example.
This is a tip prompt example.
Math Example
Block math:
\[E = mc^2\]Inline math: $a^2 + b^2 = c^2$
Mermaid Diagram Example
graph TD;
A[Start] --> B{Is it a blog?};
B -- Yes --> C[Write post];
B -- No --> D[Do something else];
Thank you for reading my first post!
This post is licensed under CC BY 4.0 by the author.