Create
- Open blog folder with Visual Studio Code.
- Create md file in src/content/blog.
- Write it down.
- Run
npm run devin Terminal. (make sure the file is saved and everything looks good) - Select Source Control in VSCode sidebar.
- Move to Changes and Click the Plus button (Stage All Changes).
- Commit & Push with a update message.
- Enjoy it.
Modify
- Change the file content and save it
- Repeat 4 to 7 steps above.