Blog

Welcome to My Blog

1 min read jekyll, update
jekyll notes
Welcome to My Blog

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:

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