Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 642 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 642 Bytes

Blog

What is it?

It's a,

  • System to write and publish blog posts.
  • Collection of all notes and resources.
  • Scratchpad to craft future posts.

Tools

  • Markdown
  • HTML
  • Shell
  • Jekyll
  • Python3

Steps

  1. Create a new branch for blog post draft.
git checkout -b draft/someblogtopic 
git push -u origin draft/someblogtopic
  1. Wait for a minute to initialize the draft.

  2. Pull initialized draft blogpost/someblogtopic

git pull --rebase
  1. Commit and push changes to the draft branch.

  2. Once ready with the blog post, create PR to Main

  3. Merge PR to publish the blogpost.