Skip to content

scriptnull/sblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sblog Go

Start a new blog post.

Usage

sblog [title] "tag1,tag2...tagn"

Start a new blog post.

Examples

To create a blog post, open up terminal and start running

$ sblog "Releasing sblog" "blogging,automation,devops"

This opens up the browser with Github Editor preloaded with the front matter for the blog post.

blog-screenshot

Now, go write that amazing blog post!