diff options
author | Robin Schneider <robin-schneider@outlook.de> | 2021-09-11 12:42:57 +0200 |
---|---|---|
committer | Robin Schneider <robin-schneider@outlook.de> | 2021-09-11 12:42:57 +0200 |
commit | 584f2b4b32e69865d9561f1537142791710f676d (patch) | |
tree | e56da69a2f4793a65171a99dd234de2bcae0bc51 /docs | |
parent | 6b54eedae7bf2632fbb1ec1d9419a7b71cf102cc (diff) | |
download | homer-584f2b4b32e69865d9561f1537142791710f676d.tar.gz homer-584f2b4b32e69865d9561f1537142791710f676d.tar.zst homer-584f2b4b32e69865d9561f1537142791710f676d.zip |
Added custom hotkey support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index a472b41..93abadb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -19,6 +19,8 @@ logo: "assets/logo.png" | |||
19 | # icon: "fas fa-skull-crossbones" | 19 | # icon: "fas fa-skull-crossbones" |
20 | 20 | ||
21 | header: true # Set to false to hide the header | 21 | header: true # Set to false to hide the header |
22 | # Optional: Different hotkey for search, defaults to "/" | ||
23 | # hotkey: "Shift" | ||
22 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | 24 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. |
23 | 25 | ||
24 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) | 26 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) |