blog-0.1.1 is not a library.
Blog CLI
A CLI tool for managing blog posts
Features
- Creation of blog posts directories with basic files
- Adding/Removing/Listing tags from a post
- Adding/Removing/Listing keywords from a post
- Automatic fetch of header images from pexel using post's keywords
- Management of the header images for the post
- Building a post (producing basic html, incluedable in other static sites)
- Deploying of the post (push of a zip) to a remote location with authentication option
Usage
)
)
)
Blog posts
Upon creation of a new blog post, a tree of directories and files is created. The structure is as follows:
<year>
└── <month>
└── <slugified-title>
├── content.md
├── metadata.toml
├── images/
metadata.toml contains the metadata of the post such as the publication and update dates, keywords and tags.