Add name
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 05 Mar 2024 11:29:53 -0500 |
parents |
9e8676b0f244 |
children |
1af33b2f2616 |
# mw
`mw` stands for any/all of the following:
* My Wiki
* Mini Wiki
* Make Wiki
* Markdown Wiki
## Design
Wiki pages are vanilla Markdown files, because writing in any other format is
awful and version control is good. Metadata will be a single Lisp list at the
beginning of the file, read with `safe-read`.
Linking can be special-cased because it's so common.
The output will be static, vanilla HTML files that can be served with anything.
No Javascript required.