A read-only clone of the dehub project, for until dehub.dev can be brought back online.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dehub/cmd/git-http-server
mediocregopher a1579dcc96 Switch markdown generator in git-http-server 4 years ago
..
README.md Documentation fixes for dehub-remote and git-http-server 4 years ago
go.mod Switch markdown generator in git-http-server 4 years ago
go.sum Switch markdown generator in git-http-server 4 years ago
main.go Switch markdown generator in git-http-server 4 years ago

README.md

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.
  • 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

Markdown

TODO

Templates

TODO