This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new 2cf30d7  Disable Google Fonts and remove Algolia DocSearch config 
(#167)
2cf30d7 is described below

commit 2cf30d74e78448cad441faa4648694f01ec41ae9
Author: Vinoo Ganesh <[email protected]>
AuthorDate: Fri Feb 13 15:31:52 2026 -0500

    Disable Google Fonts and remove Algolia DocSearch config (#167)
---
 assets/scss/_variables_project.scss  |  5 ++++-
 hugo.toml                            |  5 -----
 layouts/partials/hooks/body-end.html | 10 ----------
 layouts/partials/hooks/head-end.html |  3 ---
 4 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/assets/scss/_variables_project.scss 
b/assets/scss/_variables_project.scss
index 4b7cd5d..94a8dd3 100644
--- a/assets/scss/_variables_project.scss
+++ b/assets/scss/_variables_project.scss
@@ -4,4 +4,7 @@ Add styles or override variables from the theme here.
 
 */
 
-$primary: #56a4ed
+$primary: #56a4ed;
+
+// Disable Google Fonts to comply with apache.org Content Security Policy
+$td-enable-google-fonts: false;
diff --git a/hugo.toml b/hugo.toml
index ae94c74..347fb93 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -110,11 +110,6 @@ prism_syntax_highlighting = false
 
 # User interface configuration
 
-[params.search.algolia]
-appId = '399WOPSE6Q'
-apiKey = '437a8e172549357b6ca768248caecff9'
-indexName = 'parquet-apache'
-
 [params.ui]
 #  Set to true to disable breadcrumb navigation.
 breadcrumb_disable = false
diff --git a/layouts/partials/hooks/body-end.html 
b/layouts/partials/hooks/body-end.html
index 7eaec5e..e69de29 100644
--- a/layouts/partials/hooks/body-end.html
+++ b/layouts/partials/hooks/body-end.html
@@ -1,10 +0,0 @@
-{{ with .Site.Params.algolia_docsearch }}
-<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3";></script>
-
-<script type="text/javascript">
-  docsearch({
-    container: '#search_box',
-    debug: false // Set debug to true if you want to inspect the modal
-  });
-</script>
-{{ end }}
diff --git a/layouts/partials/hooks/head-end.html 
b/layouts/partials/hooks/head-end.html
index f038c1e..e69de29 100644
--- a/layouts/partials/hooks/head-end.html
+++ b/layouts/partials/hooks/head-end.html
@@ -1,3 +0,0 @@
-{{ with .Site.Params.algolia_docsearch }}
-<link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/@docsearch/css@3"/></pre></li>
-{{ end }}

Reply via email to