Skip to content

Commit 51cc229

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 7f624ca commit 51cc229

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)