aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ab7c26..3a621d5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,14 @@
1# Homer 1# Homer
2A dead simple static **HOM**epage for your serv**ER** to keep your services on hand, from a simple `yaml` configuration file. 2A dead simple static **HOM**epage for your serv**ER** to keep your services on hand, from a simple `yaml` configuration file.
3 3
4**Check out the live demo [here](https://homer-demo.netlify.com/).** 4**Check out the live demo [here](https://homer-demo.netlify.app).**
5
6It supports keyboard shortcuts:
7
8* `/` Start searching.
9* `Escape` Stop searching.
10* `Enter` Open the first matching result (respects the bookmark's `_target` property).
11* `Alt`/`Option` + `Enter` Open the first matching result in a new tab.
5 12
6If you need authentication support, you're on your own (it can be secured using a web server auth module or exposing it only through a VPN network / SSH tunnel, ...) 13If you need authentication support, you're on your own (it can be secured using a web server auth module or exposing it only through a VPN network / SSH tunnel, ...)
7 14