{"id":16005551,"url":"https://github.com/kwaa/hexo-partytown","last_synced_at":"2025-04-05T02:13:51.209Z","repository":{"id":57671956,"uuid":"527276735","full_name":"kwaa/hexo-partytown","owner":"kwaa","description":"🎉 Partytown Integration for Hexo","archived":false,"fork":false,"pushed_at":"2022-10-11T13:00:52.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T22:38:02.512Z","etag":null,"topics":["hexo","hexo-filter","hexo-plugin","hexojs","partytown","performance","typescript","web-worker","webworker"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/hexo-partytown","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kwaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-21T17:22:49.000Z","updated_at":"2022-08-24T05:06:31.000Z","dependencies_parsed_at":"2022-08-31T01:22:37.168Z","dependency_job_id":null,"html_url":"https://github.com/kwaa/hexo-partytown","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fhexo-partytown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fhexo-partytown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fhexo-partytown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fhexo-partytown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwaa","download_url":"https://codeload.github.com/kwaa/hexo-partytown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276188,"owners_count":20912288,"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","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":["hexo","hexo-filter","hexo-plugin","hexojs","partytown","performance","typescript","web-worker","webworker"],"created_at":"2024-10-08T11:05:15.101Z","updated_at":"2025-04-05T02:13:51.189Z","avatar_url":"https://github.com/kwaa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-partytown\n\n🎉 [Partytown](https://github.com/BuilderIO/partytown) Integration for [Hexo](https://github.com/hexojs/hexo)\n\n## Install\n\n```bash\npnpm add hexo-partytown # pnpm\nyarn add hexo-partytown # yarn\nnpm i hexo-partytown # npm\n```\n\n## Config\n\n```ts\ntype HexoPartytownConfig = {\n  /**\n   * Script matching fields\n   * @remarks If using an array, run as `new RegExp(arr[0], arr[1])`\n   * @defaultValue `[['^https://.+.min.js$', 'i']]`\n   */\n  match: (string | [string, string])[]\n  /**\n   * Script matching range\n   * @defaultValue `html`\n   */\n  range: string\n  /**\n   * Partytown Snippet\n   * @defaultValue `inline`\n   */\n  snippet: string | false\n  /**\n   * Copy Library Files\n   * @defaultValue `true`\n   */\n  copylib: boolean\n  /**\n   * Partytown Configuration\n   * @see {@link https://partytown.builder.io/configuration}\n   */\n  config?: PartytownConfig\n}\n```\n\nWrite into `_config.yml` to override default value.\n\n```yaml\npartytown:\n  config:\n    debug: true\n    forward:\n    - dataLayer.push\n```\n\n## License\n\nLicensed under the [WTFPL](http://www.wtfpl.net), See the [COPYING](COPYING) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwaa%2Fhexo-partytown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwaa%2Fhexo-partytown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwaa%2Fhexo-partytown/lists"}