Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 453 Bytes

HOW_TO_USE.md

File metadata and controls

30 lines (16 loc) · 453 Bytes

How to use?

Basic Usage

Create a new blog:

'speechhub create-blog --blog-name= [path]'

Create a new post:

'speechhub new-post --title='

publish a post:

'speechhub manage --publish-post '

unpublish a post [not yet implemented]:

'speechhub --unpublish-post '

Rebuild complete blog:

'speechhub rebuild'

List all posts by date [not yet implemented]:

'speechhub --list-posts'