Static site generators like Hugo, Jekyll or Nuxt are awesome. They provide way faster delivery of your contents to your customers than any PHP solution like WordPress.

Unfortunately you have to create the Markdown files for your content yourself, but because every single post has a filename, title, date and often tags as well as a status for draft, I created a simple tool which takes care of doing exactly that.

Just enter np The Title of your blog post and np will create a file inside the content/post directory with your Title, date, draft status (default: true) and tags which are simply the words in your title.

asciicast

You can find the project on GitLab: https://gitlab.com/cmiksche/np