Adler is a minimalist Markdown wiki viewer.
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
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
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.