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).
- Host: GitHub
- URL: https://github.com/owenvoke/bootstrapped-hgweb-theme
- Owner: owenvoke
- Created: 2017-04-18T13:19:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T13:20:50.000Z (about 9 years ago)
- Last Synced: 2025-03-21T16:58:52.558Z (over 1 year ago)
- Topics: bootstrap, hgweb, mercurial, theme
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```