Skip to content

Commit e60f17d

Browse files
committed
Add blog post generator
This makes it easier for blog authors to get started without having to figure out the front matter format first. All they have to do is run `cargo blog`. The generator asks all relevant questions to generate valid and complete front matter.
1 parent 49a6093 commit e60f17d

File tree

7 files changed

+582
-35
lines changed

7 files changed

+582
-35
lines changed

Diff for: .cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
blog = ["run", "--package", "generate_blog"]

0 commit comments

Comments
 (0)