blogin new
Create a new post file from a title, with front matter filled in and a slug derived from the title.
blogin new <title> [--src=<dir>] [--section=<name>]
Arguments#
<title>- the post title. The filename slug comes from it.
Options#
--src=<dir>- the content directory. It defaults to
content. --section=<name>- the section to place the post in. It defaults to the
home-sectionfromblogin.json. --verbose- prints extra detail.
Example#
blogin new "My First Post" --section=posts