Blog Editor is a small Rust CLI that supports you with your daily blogging tasks, such as generating templates for a new post.
Writing blog posts is fun and allows you to share your unique ideas with the community. While we often focus most on coming up with content, we neglect finding the right form.
This tool supports you with the task of structuring your blog posts so that they're appealing to your readers and search engines.
git clone https://github.com/schultyy/blog_editor.git
cd blog_editor
cargo build --release
Based on https://ahrefs.com/blog/blog-post-templates/
MIT