An open API service indexing awesome lists of open source software.

https://github.com/maxmcd/dropwiki

Drop-in wiki serving
https://github.com/maxmcd/dropwiki

Last synced: about 1 year ago
JSON representation

Drop-in wiki serving

Awesome Lists containing this project

README

          

# DropWiki

Run DropWiki from a folder of `.md` files to serve them up as a simple site

# Usage

```bash
$ go get github.com/vise890/dropwiki
$ cd my_wiki_folder
$ dropwiki
#=> Listening on localhost:9000 ...
```

# TODO
- [x] generate the wiki index from the folder
- [ ] render pages at a URL corresponding to their relative path
- [ ] full text search