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

https://github.com/owenvoke/bootstrapped-hgweb-theme

A bootstrap theme for hg web (mercurial).
https://github.com/owenvoke/bootstrapped-hgweb-theme

bootstrap hgweb mercurial theme

Last synced: 3 months ago
JSON representation

A bootstrap theme for hg web (mercurial).

Awesome Lists containing this project

README

          

# bootstrapped-hgweb-theme

## Installation

```sh
git clone https://github.com/pxgamer/bootstrapped-hgweb-theme
```

Edit your `hgweb.config` file to use the `bootstrapped` theme:

```
[web]
templates = /path/to/hgweb-bootstrapped-theme
style = bootstrapped
```