0.1.5 • Published 9 years ago

fancy-server v0.1.5

Weekly downloads
19
License
-
Repository
github
Last release
9 years ago

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!

0.1.5

9 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago