dehub/cmd/git-http-server
mediocregopher a1579dcc96 Switch markdown generator in git-http-server
---
type: change
description: Switch markdown generator in git-http-server
fingerprint: AFeZtdlslmnWYQjm/K45Ag9lby8A/QnudmYzQY53Fwd3
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl7CB2YACgkQlcRvpqQRSKxm8A//dkhxvWYNtIgD67CpSA2Uu1n79P2uSfFyJN2GJLmuwBWLOH2yeD4FcmxzMacArQgcM1CEErT1IpfCaE3xLJQRAYrP5hWFZbsFaLyD+pm809cLtfXARMTEMFXfgOZJHoJe9kuWTx78cIawZxyS1lLh6JmpbPQSath4g7ZOKwt31LujsoI6c3I7rN29G15MAFPGsmuwnojuYRaDVrpUJksSBI7LTljcm/K/hmeG0KMsUNyn4VVJ7BvX8/iqaTyHrMRdgr/sBGac4zLAsaBMpwKFHgdNwoj8L4hCBJFG/m3IyMzXE4XtceBvLoWYevolusl5AAUSJVw2Y7Aaf8TzsZxeFRsyuZXmqyUE2xAD5sPxuwqP8D2c2a0z3gNhonTxcEUE2JB7qwe5tWjhYVw9MOLcJxfQFGnnvC0oIUY01uc5LGawPiwMgTYd7jGbwoMH+V/S/kLOo9UW2+xVxIVrZQKIVN++1+8bJA56+VnPPxRY41Nkys9xwIvhgo6//PkSzMRuaFccK2OcvzjXJ6LcyVwf9p+PXMagjNcQxvM+ByY1wVUuVZnCsTc5OdECSj4zVlFM6USkvN6s1p1JBEoQs45ESx42nJ//gmTCpRbOvj28l+JjrlC+82gcITXNGoulrgeTNwCym1iYXzCUIggUldFuWTx1UfCMkoePzTgHBMNZF7g=
  account: mediocregopher
2020-05-17 21:56:27 -06:00
..
go.mod Switch markdown generator in git-http-server 2020-05-17 21:56:27 -06:00
go.sum Switch markdown generator in git-http-server 2020-05-17 21:56:27 -06:00
main.go Switch markdown generator in git-http-server 2020-05-17 21:56:27 -06:00
README.md Documentation fixes for dehub-remote and git-http-server 2020-03-29 16:38:08 -06: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.
  • 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