mirror of https://github.com/bastienwirtz/homer
Added requested changes
parent
2f19540400
commit
1c0bf7132a
|
@ -20,7 +20,8 @@ logo: "assets/logo.png"
|
||||||
|
|
||||||
header: true # Set to false to hide the header
|
header: true # Set to false to hide the header
|
||||||
# Optional: Different hotkey for search, defaults to "/"
|
# Optional: Different hotkey for search, defaults to "/"
|
||||||
# hotkey: "Shift"
|
# hotkey:
|
||||||
|
# search: "Shift"
|
||||||
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.
|
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.
|
||||||
|
|
||||||
columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12)
|
columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12)
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<SearchInput
|
<SearchInput
|
||||||
class="navbar-item is-inline-block-mobile"
|
class="navbar-item is-inline-block-mobile"
|
||||||
:hotkey="config.hotkey"
|
:hotkey="config.hotkey.search"
|
||||||
@input="filterServices"
|
@input="filterServices"
|
||||||
@search-focus="showMenu = true"
|
@search-focus="showMenu = true"
|
||||||
@search-open="navigateToFirstService"
|
@search-open="navigateToFirstService"
|
||||||
|
|
Loading…
Reference in New Issue