This is my first test post on hugo

Hugo

Test Images here test images

Using this command to add new content:

hugo new content posts/my-new-post.md

After editing the md file, run this command to build

hugo

At last git to remote repo

git add .
git commit -m "new massage"
git push