Skip to content

Commit

Permalink
algolia will not work with jekyll.. we should look for something else
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 25, 2023
1 parent d728015 commit 44f7b56
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ group :jekyll_plugins do
gem "jekyll-spaceship"
gem "jekyll-tagging"
gem "jekyll-seo-tag"
gem 'jekyll-algolia'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ url: "https://modularmoose.org"
twitter_username: moosetechnology
github_username: moosetechnology

algolia:
application_id: 'PL2KTNHITW'
index_name: modularmoose
nodes_to_index: page, post

tag_page_layout: tag_page
tag_page_dir: posts/tag
Expand Down
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
</head>
3 changes: 0 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">Menu</h5>
<div class="vr d-none d-lg-flex h-100 mx-lg-2 text-white"></div>
<hr class="d-lg-none my-2 text-white-50">
</li>
<li class="nav-item">
<div id="docsearch"></div>
</li>
<li class="nav-item">
<div class="dropdown bottom-0 end-0 bd-mode-toggle">
<button class="btn btn-bd-primary py-1 dropdown-toggle d-flex align-items-center" id="bd-theme"
Expand Down
9 changes: 0 additions & 9 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
<script src={{"/assets/copy-from-codeblock.js" | relative_url }}></script>


<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
<script>
docsearch({
container: '#docsearch',
appId: 'PL2KTNHITW',
indexName: 'modularmoose',
apiKey: 'c6711c3cfa3a2aa583a0eea68431efdb',
});
</script>

<script>
// Init Lightense
Expand Down

0 comments on commit 44f7b56

Please sign in to comment.