diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-25 04:46:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 04:46:58 -0700 |
commit | cf33747f4272baf124b99af9ed8efcca07d1d6b9 (patch) | |
tree | 3baf349e66ca008b80c1f52d6b2bba7b325b592e /docs | |
parent | 46c9a513e5159797a46f5199abfbfa457c548688 (diff) | |
parent | 446e78d2ab78b19a621e4a66297f774de1041c01 (diff) | |
download | homer-cf33747f4272baf124b99af9ed8efcca07d1d6b9.tar.gz homer-cf33747f4272baf124b99af9ed8efcca07d1d6b9.tar.zst homer-cf33747f4272baf124b99af9ed8efcca07d1d6b9.zip |
Merge pull request #274 from robinschneider/hotkey
Added custom hotkey support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 50b5bd5..e2b5506 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -19,6 +19,9 @@ 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: | ||
24 | # search: "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. | 25 | 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 | 26 | ||
24 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) | 27 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) |