Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 750 Bytes

Web markdown viewer

A static web markdown viewer

This simple static web page uses ajax to load a markdown file and markdown-js to render it on the client side.

Multiple themes from bootswatch.

Navigation is handled client using javascript.

Checkout a live demo

How to use

Write markdown content

You may refer to this GitHub page for basic markdown syntax

Deploy

  • Put .md files in content directory
  • Change conf.js values
  • Change home button URL in index.html

Use

Request pages using simple URL : example.com/my-file.md