[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

Select the types of activity you want to include in your feed.

59 12 11

Clone this repository

https://tangled.org/jack.is/mkd https://tangled.org/did:plc:dzswax2bi5zajxqbvy275nxv
git@tangled.org:jack.is/mkd git@tangled.org:did:plc:dzswax2bi5zajxqbvy275nxv

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Mkd#

A CLI for managing your static site generator's blog posts.

Quickstart#

pnpm i -g mkd

Create a mkd.json file containing your front matter settings:

mkd init

Then create a new post:

mkd new

When you're ready to undraft it:

mkd publish

You're now ready to make whatever publishing process you use.

Planned Features#

  • Edit the slug of the post rather than generating one
  • More control over the draft setting (right now it's a forced boolean with true meaning it's a draft)

Acknowledgments#

  • Thanks to Steve Simkins for Sequoia which was the inspiration for the config file and key mapping.