Skip to content

aakashthakare/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

System to draft and publish blogposts on Blogger.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published