An open API service indexing awesome lists of open source software.

https://github.com/scriptnull/sblog

Start a new blog post.
https://github.com/scriptnull/sblog

Last synced: 10 months ago
JSON representation

Start a new blog post.

Awesome Lists containing this project

README

          

# sblog ![Go](https://github.com/scriptnull/sblog/workflows/Go/badge.svg)
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

```bash
$ 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](/blog-screenshot.png)

Now, go write that amazing blog post!