···11+# Mkd
22+33+A CLI for managing your static site generator's blog posts.
44+55+## Quickstart
66+77+```
88+pnpm i -g mkd
99+```
1010+1111+Create a `mkd.json` file containing your front matter settings:
1212+1313+```
1414+mkd init
1515+```
1616+1717+Then create a new post:
1818+1919+`mkd new`
2020+2121+When you're ready to undraft it:
2222+2323+`mkd publish`
2424+2525+You're now ready to make whatever publishing process you use.