Skip to content

weaming/markdir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdir

Markdir serves up a directory of files in HTML, rendering Markdown files into HTML when they are encountered as .md files. It's sort of the most degenerate Wiki you could imagine writing short of simply having static HTML files.

Installation

go install github.com/weaming/markdir@latest

Usage

Usage of markdir:
  -all
    	show hide directories
  -listen string
    	listen host:port (default "127.0.0.1:10200")
  -no-index string
    	comma separated list of directories to disable listing

Customization

You can place an index.css file in the root directory being served. If present, it will be included in all pages to allow for custom styling.

About

A simple HTTP server for rendering markdown files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%