mirror of
https://github.com/mfocko/blog.git
synced 2024-11-12 17:20:30 +01:00
feat: enable search via Algolia
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
a58f084962
commit
277213ce23
1 changed files with 7 additions and 0 deletions
|
@ -222,6 +222,13 @@ const config = {
|
|||
"Iosevka,'Iosevka Term','Cascadia Code','JetBrains Mono','Fira Code',monospace",
|
||||
},
|
||||
},
|
||||
algolia: {
|
||||
// The application ID provided by Algolia
|
||||
appId: "0VXRFPR4QF",
|
||||
// Public API key: it is safe to commit it
|
||||
apiKey: "9d4d452117cfaaae3e51b9568e22aa16",
|
||||
indexName: "mfocko",
|
||||
},
|
||||
}),
|
||||
|
||||
markdown: {
|
||||
|
|
Loading…
Reference in a new issue