Skip to content

Commit 5eb0af1

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. The generator asks all relevant questions to generate valid and complete front matter.
1 parent 7f624ca commit 5eb0af1

File tree

7 files changed

+582
-35
lines changed

7 files changed

+582
-35
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
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)