geisonbiazus / blog

MIT License
29 stars 3 forks source link

Add post generator #51

Open geisonbiazus opened 2 years ago

geisonbiazus commented 2 years ago

Add command to generate a post

e.g.

make new_post title

This will generate a new file in the format:

posts/undescored_title.md

with the content:

title: Post Title
author: Post Author
description:  Put your description here
image_path: /static/image/logo-small.png
time: 2022-05-03 09:00 (generate the current date time)
--
Put the post content here