{"id":48155159,"url":"https://github.com/valaxyjs/valaxy-theme-starter","last_synced_at":"2026-04-04T17:16:50.021Z","repository":{"id":44156095,"uuid":"511359014","full_name":"valaxyjs/valaxy-theme-starter","owner":"valaxyjs","description":"🎨 Starter template for valaxy-theme.","archived":false,"fork":false,"pushed_at":"2025-02-18T19:00:33.000Z","size":1833,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-18T19:41:34.142Z","etag":null,"topics":["blog","starter","theme","valaxy"],"latest_commit_sha":null,"homepage":"https://starter.valaxy.site","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valaxyjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"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},"funding":{"github":"YunYouJun","custom":"https://sponsors.yunyoujun.cn"}},"created_at":"2022-07-07T02:37:56.000Z","updated_at":"2025-02-18T18:59:54.000Z","dependencies_parsed_at":"2024-03-04T16:21:48.768Z","dependency_job_id":"1e973ef1-c364-465b-897e-03c6134f0783","html_url":"https://github.com/valaxyjs/valaxy-theme-starter","commit_stats":null,"previous_names":["yunyoujun/valaxy-theme-starter"],"tags_count":11,"template":true,"template_full_name":null,"purl":"pkg:github/valaxyjs/valaxy-theme-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valaxyjs%2Fvalaxy-theme-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valaxyjs%2Fvalaxy-theme-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valaxyjs%2Fvalaxy-theme-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valaxyjs%2Fvalaxy-theme-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valaxyjs","download_url":"https://codeload.github.com/valaxyjs/valaxy-theme-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valaxyjs%2Fvalaxy-theme-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blog","starter","theme","valaxy"],"created_at":"2026-04-04T17:16:49.831Z","updated_at":"2026-04-04T17:16:49.989Z","avatar_url":"https://github.com/valaxyjs.png","language":"Vue","funding_links":["https://github.com/sponsors/YunYouJun","https://sponsors.yunyoujun.cn"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\nValaxy-Theme-Starter\u003csup\u003e\u003cem\u003e(vue)\u003c/em\u003e\u003c/sup\u003e\n\u003c/p\u003e\n\n[![npm](https://img.shields.io/npm/v/valaxy-theme-starter)](https://www.npmjs.com/package/valaxy-theme-starter)\n[![npm dev dependency version](https://img.shields.io/npm/dependency-version/valaxy-theme-starter/dev/valaxy)](https://github.com/YunYouJun/valaxy)\n\n\u003e This is a template for creating a [valaxy](https://github.com/YunYouJun/valaxy) theme.\n\n## Usage\n\n### Clone to local\n\n\u003e Use [pnpm](https://pnpm.io/), because we need its workspace.\n\n```bash\nnpx degit YunYouJun/valaxy-theme-starter valaxy-theme-name\n\ncd valaxy-theme-name\n\n# If you don't have pnpm installed\nnpm install -g pnpm\n\npnpm i\n```\n\n### Development\n\n```bash\n# dev node\npnpm dev\n# dev client\npnpm demo\n```\n\n### Build\n\n```bash\npnpm build\n```\n\n### Release\n\n\u003e Publish to [npm](https://www.npmjs.com/).\n\n#### Manual\n\n```bash\npnpm ci:publish\n```\n\n#### Auto by GitHub Actions\n\n\u003e You can release it by github actions.\n\nClick `Settings` -\u003e `Secrets` -\u003e `Actions` in your GitHub repo.\n\nAdd `New repository secret`:\n\n- `NPM_TOKEN`: `your npm token` (Generate from your npm `Access Tokens` - `Automation`)\n\n```bash\nnpm run release\n# choose your version to automatic release\n```\n\n## Checklist\n\n- [ ] Change the author name in `LICENSE` \u0026 `package.json` \u0026 `.github`\n- [ ] Write `ThemeConfig` \u0026 Other init content\n- [ ] Rename `valaxy-theme-starter` to `valaxy-theme-\u003cname\u003e` (custom it)\n- [ ] Change `theme: 'starter'` to `theme: \u003cname\u003e` in `valaxy.config.ts`\n- [ ] Each of your Vue components should have a namespace\n  - For example: `YunTest.vue` for `valaxy-theme-yun`\n\n### About Checklist Rename\n\nRename `valaxy-theme-starter` with `valaxy-theme-name` in the `package.json` and `valaxy.config.ts` files.\n\nPS: there are a total of four files that need to be rename\n\n```bash\nvalaxy-theme-name\n  - package.json\n  - demo\n    - package.json\n    - valaxy.config.ts\n  - theme\n    - package.json\n```\n\nLet's write the theme \u0026 docs!\n\n## Thanks\n\nStarter theme ref theme:\n\n- [vuejs/blog](https://github.com/vuejs/blog)\n- [tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog)\n\n### [Sponsors](https://sponsors.yunyoujun.cn)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sponsors.yunyoujun.cn\"\u003e\n    \u003cimg src='https://fastly.jsdelivr.net/gh/YunYouJun/sponsors/public/sponsors.svg'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalaxyjs%2Fvalaxy-theme-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalaxyjs%2Fvalaxy-theme-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalaxyjs%2Fvalaxy-theme-starter/lists"}