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
- Host: GitHub
- URL: https://github.com/boundstate/hgweb-boundstate-theme
- Owner: boundstate
- Created: 2013-02-28T05:08:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T16:28:55.000Z (over 10 years ago)
- Last Synced: 2024-03-27T01:34:17.570Z (over 2 years ago)
- Language: CSS
- Size: 554 KB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

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