grim/hgkeeper-theme

Move back to http_clone_url now that hgwebplus has a real solution
draft default tip
2020-11-03, Gary Kramlich
f1c13e82bd49
Move back to http_clone_url now that hgwebplus has a real solution
# HGKeeper Theme
This repository contains the default theme for
[HGKeeper](https://keep.imfreedom.org/grim/hgkeeper). It has been designed to
feel like a modern hosting provider.
# Prerequisites
This theme depends the
[hgkeeper-ext](https://keep.imfreedom.org/grim/hgkeeper-ext) extension for some
additional features.
# Installation
Installation is pretty straight forward. Just clone or extract this repository
to somewhere on your machine and update your `hgrc` file with the following
items.
```
[web]
templates = <path-where-you-extracted-this-repo-to>/templates
style = hgkeeper
```
This could be any `hgrc` file, the user specific one at `~/.hgrc`, a
repo specific one in `.hg/hgrc`, or an `hgrc` for an hgweb setup.
Once your `hgrc` is setup, you should be good to go!