fancy-server
v0.1.5
Published
Serve Markdown files from the current directory
Downloads
21
Readme
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-serverUsage
Start a server for the current directory. Defaults to port 8000 and the default Bootstrap theme.
fancy-serverSpecify a custom port with -p:
fancy-server -p 3000Specify a Bootswatch theme with -t:
fancy-server -t readableSpecify a highlight.js theme with -h (if your Markdown includes code examples):
fancy-server -h rainbowThat's it!
