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
- Host: GitHub
- URL: https://github.com/maxmcd/dropwiki
- Owner: maxmcd
- Created: 2015-09-23T02:14:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T02:23:27.000Z (over 10 years ago)
- Last Synced: 2025-03-17T20:12:00.021Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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