It's a,
- System to write and publish blog posts.
- Collection of all notes and resources.
- Scratchpad to craft future posts.
- Markdown
- HTML
- Shell
- Jekyll
- Python3
- Create a new branch for blog post draft.
git checkout -b draft/someblogtopic
git push -u origin draft/someblogtopic
-
Wait for a minute to initialize the draft.
-
Pull initialized draft
blogpost/someblogtopic
git pull --rebase
-
Commit and push changes to the draft branch.
-
Once ready with the blog post, create PR to Main
-
Merge PR to publish the blogpost.