Skip to content

dmoles/adler

Repository files navigation

Adler

Build Status

Adler is a minimalist Markdown wiki viewer.

Building

Out of the box, Adler builds with go build / go install.

A magefile is provided to support compiling SCSS and embedding static assets; run mage -l for the list of tasks. Note that the first mage invocation may take some time as golibsass builds libsass from (C++) source.

With mage installed:

  • mage -l

Without mage installed:

  • go run mage.go -l

Usage

adler <root-dir> [-p <port>]

E.g., to serve from Markdown files in /Users/irene/suda.wiki on port 8282 (default is 8181):

adler /Users/irene/suda.wiki -p 8282

Name

Adler is named for Ada Adler (1878-1946), philologist, classical scholar, and translator of the Suda, arguably the greatest encyclopedia of the Early Middle Ages.

About

A minimalist Markdown wiki viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published