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

https://github.com/boundstate/hgweb-boundstate-theme

A modern and clean theme for hgweb based on bootstrap css
https://github.com/boundstate/hgweb-boundstate-theme

Last synced: about 1 year ago
JSON representation

A modern and clean theme for hgweb based on bootstrap css

Awesome Lists containing this project

README

          

# BoundState Theme for HgWeb

A clean, modern theme for Mercurial's [hgweb] using the [Bootstrap] CSS framework.

## Installation

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

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

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

## Screenshots

![commits](https://github.com/boundstate/hgweb-boundstate-theme/raw/master/screenshot.png)

[hgweb]: http://mercurial.selenic.com/wiki/PublishingRepositories#hgweb-1
[Bootstrap]: http://getbootstrap.com