{"id":23692478,"url":"https://github.com/yext/answers-hitchhiker-theme","last_synced_at":"2026-02-23T20:52:02.239Z","repository":{"id":37796423,"uuid":"241936913","full_name":"yext/answers-hitchhiker-theme","owner":"yext","description":"A collection of Handlebars partials that prescribe the look and feel of Answers components","archived":false,"fork":false,"pushed_at":"2025-08-11T15:08:37.000Z","size":12024,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-02T20:46:28.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-20T16:44:41.000Z","updated_at":"2025-08-07T14:40:02.000Z","dependencies_parsed_at":"2024-02-20T16:51:11.740Z","dependency_job_id":"38fd7b13-c867-4560-8a8b-5c58b403acfa","html_url":"https://github.com/yext/answers-hitchhiker-theme","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/yext/answers-hitchhiker-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2Fanswers-hitchhiker-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2Fanswers-hitchhiker-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2Fanswers-hitchhiker-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2Fanswers-hitchhiker-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yext","download_url":"https://codeload.github.com/yext/answers-hitchhiker-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yext%2Fanswers-hitchhiker-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005467,"owners_count":26083900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-30T03:28:16.304Z","updated_at":"2025-10-10T22:16:24.943Z","avatar_url":"https://github.com/yext.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Answers (Search) Hitchhiker Theme\n\n\u003cdiv\u003e\n  \u003ca href='https://coveralls.io/github/yext/answers-hitchhiker-theme?branch=master'\u003e\n    \u003cimg src='https://coveralls.io/repos/github/yext/answers-hitchhiker-theme/badge.svg?branch=master' alt='Coverage Status' /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\nA [Jambo](https://github.com/yext/jambo) theme for building Search experiences.\n\nAdditional resources for integrating Search can be found at https://hitchhikers.yext.com/.\n\nNeed help? Ask a question in the [Hitchhiker's Community](https://hitchhikers.yext.com/community/c/searcg/20).\n\n## Getting Started\n\n### Prerequisites\n- Jambo, a static site generator, which can be installed with `npm i jambo`\n- A Search experience configured at https://yext.com. This will provide the `experienceKey` and the `apiKey`\n\n### Creating a Search site\n\nInside a new directory, initialize jambo with the theme:\n```bash\nnpx jambo init --theme answers-hitchhiker-theme\n```\n\nAdd a universal search page:\n```bash\nnpx jambo page --name index --template universal-standard\n```\n\nInside config/global_config.json, delete the \"//\" before \"apiKey\" and enter your `apiKey`. Do the same for the `experienceKey` inside config/locale_config.json.\nYou can find examples inside test-site/config.\n\nBuild the site:\n```bash\nnpx jambo build \u0026\u0026 grunt webpack\n```\n\nFinally, serve the site:\n```bash\nnpx serve public\n```\n\nThe site should now be available at http://localhost:5000.\n\n## Custom Jambo Commands\n\nThis theme makes the following commands available when Jambo imports this theme.\n\n### Vertical Command\nCreates a vertical page of a Search experience.\n\nExample usage:\n```bash\nnpx jambo vertical --name Locations --verticalKey locations --template vertical-standard\n```\n\nSee `jambo vertical --help` for more info.\n\n### Card Command\nCreates a new, custom card based on an existing card.\n\nExample usage:\n```bash\nnpx jambo card --name custom-location --templateCardFolder cards/location-standard\n```\n\nSee `jambo card --help` for more info.\n\n### Direct Answer Card\nCreates a new, custom direct answer card.\n\nExample usage:\n```bash\nnpx jambo directanswercard --name custom-directanswer --templateCardFolder directanswercards/allfields-standard\n```\n\nSee `jambo directanswercard --help` for more info.\n\n### Generative Direct Answer Card\nCreates a new, custom generative direct answer (GDA) card.\n\nExample usage:\n```bash\nnpx jambo generativedirectanswercard --name custom-generativedirectanswer --templateCardFolder generativedirectanswercards/generative-standard\n```\n\nSee `jambo generativedirectanswercard --help` for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyext%2Fanswers-hitchhiker-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyext%2Fanswers-hitchhiker-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyext%2Fanswers-hitchhiker-theme/lists"}