8 | kit |
--- | |
A simple UIkit_-based theme for hgweb. | |
Compatibility | |
============= | |
26
26:e17c17c5505a
docs: bumping to 4.6 thanks to {labels}
Anton Shestakov <av6@dwimlabs.net>
previous changes: 23:c23d5f04caff
line |
diff
|
This theme is designed to work with `Mercurial 4.6`_\+ (primarily because it |
26:e17c17c5505a
docs: bumping to 4.6 thanks to {labels}
Anton Shestakov <av6@dwimlabs.net>
previous changes: 23:c23d5f04caff
line |
diff
|
relies on {labels} being iterable in templates). |
8 | |
Installation | |
============ | |
The recommended way is to create 2 symlinks to templates/kit/ and | |
templates/static/style-kit.css in templates directory of your hgweb | |
installation in such way:: | |
$ ls -l mercurial/templates/ | |
... | |
gitweb | |
json | |
kit -> kit-repo/templates/kit/ | |
kit-repo | |
monoblue | |
... | |
$ ls -l mercurial/templates/static/ | |
... | |
style-gitweb.css | |
style-kit.css -> ../kit-repo/templates/static/style-kit.css | |
style-monoblue.css | |
... | |
(Since this theme doesn't bundle all the needed static files, you can't just do | |
web.templates = kit/templates/.) | |
After that, the theme can be selected as any other:: | |
[web] | |
style = kit | |
License | |
======= | |
GNU GPLv2+, since it is technically based on gitweb, a theme bundled_ with | |
Mercurial. | |
9
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
Screenshot |
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
========== |
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
|
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
.. image:: https://bitbucket.org/av6/hgweb-kit-theme/raw/tip/screenshot.png |
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
:width: 610px |
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
|
9:c9ffedb92be0
docs: update README and do it good
Anton Shestakov <av6@dwimlabs.net>
previous changes: 8:c370dd57b558
line |
diff
|
|
28
28:47e49c49c7c7
docs: update link to UIkit (specifically version 2)
Anton Shestakov <av6@dwimlabs.net>
previous changes: 26:e17c17c5505a
line |
diff
|
.. _UIkit: https://getuikit.com/v2/ |
26
26:e17c17c5505a
docs: bumping to 4.6 thanks to {labels}
Anton Shestakov <av6@dwimlabs.net>
previous changes: 23:c23d5f04caff
line |
diff
|
.. _Mercurial 4.6: https://www.mercurial-scm.org/wiki/Release4.6 |
8 | .. _bundled: https://www.mercurial-scm.org/wiki/AvailableThemes#Bundled_with_Mercurial |