This repo is serving open source-contrib.github.io repo. When pushing occurs in main branch, the build and delopy action will run.
git clone https://github.com/opensource-contrib/TeamBlogList.git
git checkout -b <feature/your_branch>
cd source/_posts
touch new.md
open new.md
git add .
git commit -m "feat:xxx/fix:xxx/doc:xxx"
git push origin your branch