Skip to content

xdg-go/mdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdash

A lightweight web server for serving local markdown files using the goldmark parser.

Features

  • Serves markdown files with GitHub Flavored Markdown support
  • Directory browsing with clean UI
  • Responsive design
  • Security: restricts access to served directory only

Installation

From Source

go install github.com/xdg-go/mdash@latest

Usage

If an index.md file exists in a directory, it will be served instead of a directory listing.

# Serve current directory on port 3000
mdash

# Serve specific directory on specific port
mdash -dir /path/to/docs -port 8080

License

Apache 2.0 License - see LICENSE file for details.

About

Lightweight markdown server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published