mskian / create-markdown-post

Create Markdown Post for blog and website using Mustache Template System.
MIT License
4 stars 0 forks source link
express expressjs markdown markdown-editor md mdx mustache mustache-js mustache-templates

Create Markdown Post

build-test

Create Markdown Post for blog and website using Mustache Template System.

Don't use this Directly - Fork this repo and Modify according to your Needs also not Recommended for Production use.

Features

Development and usage

git clone https://github.com/mskian/create-markdown-post.git
cd create-markdown-post
yarn
yarn dev
yarn start
http://localhost:3005/api
http://localhost:3005/api?title=This%20is%20Example%20Post%20title&description=This%20is%20Example%20Post%20Meta%20Description%20-%20post%20via%20HTTP%20Client%20via%20API.&postcontent=This%20is%20Example%20Post%20Meta%20Description%20-%20post%20via%20HTTP%20Client%20via%20API.&tag=Test
http://localhost:3005/markdown

Modification

---
title: "{{title}}"
date: {{date}}
description: "{{description}}"
tags:
  - "{{tag}}"
slug: "{{seo_url}}"
---

{{postcontent}}

Others

LICENSE

MIT