* remove algoliasearch and update search with weight (title=100, tags=50, tldr=25, content=10)
* fix project search and update search with regex \bword\b or \bword
* remove algolia dependencies from package.json, yarn.lock, etc.
* Base search on fuse.js, implement same search in projects/ blog/ and navbar search
* add research to navbar search, improve search functionality, update test.
* feat: general fixes wip
* feat: complete general fixes
- align side wiki
- Enforce kebab-case on URLs (fix#309)
- Search result don’t render markdown (fix#362)
- Move “related projects” before “more articles”in blog page
- Display research projects on projects page (fix #387)
- Add support for youtube videos for projects (fix#384)
- Add support for team member for projects (fix#385)
* feat: "new articles" use new blog card component
* feat: make articles card link more visible