Group332's blog source

write your first post

enter the source/_post/ and wirte your markdown file here, details as follows:

$ cd source/_posts
$ hexo n "文章标题" 

import local images

upload your images into images, then use the image in your post with as follows:

![](/images/demo.png)

online image just using image link.

commit yourself

git add .
git commit -m "update xxx"
git push origin main