/deno-markdown-blog

Create a static markdown blog with less than 5 minutes in deno

Primary LanguageJavaScript

To create a static markdown blog with deno. You need a blog module to create a static blog with deno. I write full article on a static markdown blog.

How to play with deno-markdown-blog

Firstly Clone repo git clone https://github.com/officialrajdeepsingh/deno-markdown-blog.git and run local development server with deno task dev command. For running the local and production development, you need a one URL environment variable. In the URL environment variable, you need a production ready domain.

In my case:

URL=https://taikunchannel.deno.dev/

DEMO

DEMO