dehub/cmd/git-http-server/README.md

28 lines
503 B
Markdown
Raw Normal View History

2020-03-27 02:25:54 +00:00
# git-http-server
A simple http server which uses a git repo (bare or otherwise) as the underlying
filesystem.
* Automatically renders markdown files as html.
* Will use `README.md` as the index, if available.
2020-03-27 02:25:54 +00:00
* Can be set to use a specific branch.
All configuration is done on the command-line.
# Installation
Installation of git-http-server is done in the same manner as the `dehub`
command itself:
```
go get dehub.dev/src/dehub.git/cmd/git-http-server
```
2020-03-27 02:25:54 +00:00
# Markdown
TODO
# Templates
TODO