Welcome to my new blog! This will be a place where I share my learning notes and thoughts.

You can upload new markdown documents to the _posts folder to automatically publish them here. The format of the file name should be YYYY-MM-DD-title-of-your-post.md.

Make sure to include the following front matter at the top of your markdown file:

---
layout: default
title:  "Your Post Title"
date:   YYYY-MM-DD HH:MM:SS +0800
image: images/your-post-image.png
excerpt: "A short summary of your post."
---