Initial commit
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 05 Mar 2024 11:20:14 -0500 |
parents |
(none) |
children |
8880bc047a85 |
# mw
`mw` stands for any/all of the following:
* My 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.