fancy-server

0.1.5 • Public • Published

Fancy Server

Runs a server that renders Markdown (*.md and *.markdown) files from the current directory, with a Bootstrap-styled layout.

Installation

npm install -g fancy-server

Usage

Start a server for the current directory. Defaults to port 8000 and the default Bootstrap theme.

fancy-server

Specify a custom port with -p:

fancy-server -p 3000

Specify a Bootswatch theme with -t:

fancy-server -t readable

Specify a highlight.js theme with -h (if your Markdown includes code examples):

fancy-server -h rainbow

That's it!

Readme

Keywords

none

Package Sidebar

Install

npm i fancy-server

Weekly Downloads

5

Version

0.1.5

License

none

Last publish

Collaborators

  • dtao