From 302fa27fe6081bbe2b879bcb4e413b020fcdc395 Mon Sep 17 00:00:00 2001 From: Natalie Agus Date: Mon, 7 Oct 2024 12:21:30 +0800 Subject: [PATCH] feat: add k shortcut key to focus search --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4788b16..67e7d2b 100644 --- a/_config.yml +++ b/_config.yml @@ -50,6 +50,7 @@ search: # Enable or disable the search button that appears in the bottom right corner of every page # Supports true or false (default) button: true + focus_shortcut_key: 'k' # To disable support for mermaid diagrams (https://mermaid-js.github.io/mermaid/), # comment out the `mermaid` and `version` keys below @@ -88,7 +89,7 @@ nav_external_links: back_to_top: true back_to_top_text: "Back to top" -footer_content: "Copyright © 2023 Natalie Agus." +footer_content: "Copyright © 2025 Natalie Agus." # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter