enter the source/_post/
and wirte your markdown file here, details as follows:
$ cd source/_posts
$ hexo n "文章标题"
upload your images into images
, then use the image in your post with as follows:
![](/images/demo.png)
online image just using image link.
git add .
git commit -m "update xxx"
git push origin main