A simple way to create a Markdown blog, page, or gallery post in markdown format with the yaml frontmatter, and a basic start for your next new post.
composer require yohn/cl-markdown-post-creatorI will will need to work on the gallery some more
$config = [
'timezone' => 'EST',
'blogDirectory' => 'content/blog',
'pageDirectory' => 'content/page',
'galleryDirectory' => 'content/gallery',
];php vendor/bin/.yo-createphp vendor/bin/.yo-create --config altConfig.phpcreated: 'YYY-MM-DD HH:MM:SS'
title: 'The Title'
description: 'Some description of the page. Used for meta information.'
tags:
- multiple
- tags
- like
- this
draft: true
thumbnail: ''

