aboutsummaryrefslogtreecommitdiff
path: root/hugo.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2024-03-13 08:38:53 +0200
committerXhmikosR <[email protected]>2024-03-19 11:25:15 +0200
commitf7f0026e4af2fee210b664e145dfe55bd12b7deb (patch)
treee8d89a44a7a50765cd496f495eb9617b47016d84 /hugo.yml
parent45fe28c5a6ed88d1a661355349aed799a79ed0fe (diff)
downloadbootstrap-f7f0026e4af2fee210b664e145dfe55bd12b7deb.tar.xz
bootstrap-f7f0026e4af2fee210b664e145dfe55bd12b7deb.zip
docs: move algolia config to hugo config
Diffstat (limited to 'hugo.yml')
-rw-r--r--hugo.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/hugo.yml b/hugo.yml
index ba23d38c0..1ff261b04 100644
--- a/hugo.yml
+++ b/hugo.yml
@@ -73,6 +73,11 @@ params:
analytics:
fathom_site: "ITUSEYJG"
+ algolia:
+ appId: "AK7KMZKZHQ"
+ apiKey: "3151f502c7b9e9dafd5e6372b691a24e"
+ indexName: "bootstrap"
+
download:
source: "https://github.com/twbs/bootstrap/archive/v5.3.3.zip"
dist: "https://github.com/twbs/bootstrap/releases/download/v5.3.3/bootstrap-5.3.3-dist.zip"