{"id":17967759,"url":"https://github.com/yunyoujun/valaxy","last_synced_at":"2026-05-07T19:20:15.370Z","repository":{"id":37082519,"uuid":"467617659","full_name":"YunYouJun/valaxy","owner":"YunYouJun","description":"🌌 Next Generation Static Blog Framework (Beta) 下一代静态博客框架（支持页面/配置热重载）","archived":false,"fork":false,"pushed_at":"2025-05-11T15:25:39.000Z","size":9084,"stargazers_count":883,"open_issues_count":16,"forks_count":107,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-13T22:35:20.427Z","etag":null,"topics":["blog","site","static","valaxy","yun"],"latest_commit_sha":null,"homepage":"https://valaxy.site","language":"TypeScript","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/YunYouJun.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},"funding":{"github":["YunYouJun"]}},"created_at":"2022-03-08T17:47:27.000Z","updated_at":"2025-05-11T15:25:42.000Z","dependencies_parsed_at":"2023-10-04T07:53:05.640Z","dependency_job_id":"13559249-a6ee-479d-a483-1fccc9878168","html_url":"https://github.com/YunYouJun/valaxy","commit_stats":{"total_commits":1184,"total_committers":41,"mean_commits":"28.878048780487806","dds":0.09121621621621623,"last_synced_commit":"79480a25f3edead9e251e7dc12ce1595e8076637"},"previous_names":[],"tags_count":245,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fvalaxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fvalaxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fvalaxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fvalaxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunYouJun","download_url":"https://codeload.github.com/YunYouJun/valaxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069486,"owners_count":22009557,"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":["blog","site","static","valaxy","yun"],"created_at":"2024-10-29T14:09:28.938Z","updated_at":"2026-05-07T19:20:15.363Z","avatar_url":"https://github.com/YunYouJun.png","language":"TypeScript","funding_links":["https://github.com/sponsors/YunYouJun"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003ca href=\"https://valaxy.site\"\u003eValaxy\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n🌌 Next Generation Static Blog Framework (Beta).\n\u003c/p\u003e\n\n\u003cpre align=\"center\"\u003e\n🧪 Working in Progress\n\u003c/pre\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/valaxy\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/valaxy?color=0078E7\" alt=\"NPM version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/YunYouJun/valaxy/actions/workflows/release.yml\"\u003e\u003cimg src=\"https://github.com/YunYouJun/valaxy/actions/workflows/release.yml/badge.svg\" alt=\"Release\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/nd3mPkU5j8\" target=\"_blank\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/752821465891733574?color=%234960ea\u0026logo=discord\"\u003e\u003c/a\u003e\n\u003ca href=\"https://gitcode.com/YunYouJun/valaxy\" target=\"_blank\"\u003e\u003cimg src=\"https://gitcode.com/YunYouJun/valaxy/star/badge.svg\" alt=\"GitCode\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n- **English** | [简体中文](./README.zh-CN.md)\n- [English Docs](https://valaxy.site/) | [中文文档](https://valaxy.site/zh/) | [Docs for Beta](https://beta.valaxy.site)\n- [Demo](https://yun.valaxy.site): \u003csmall\u003ewith [valaxy-theme-yun](./packages/valaxy-theme-yun/)\u003c/small\u003e\n\n## Usage\n\n### Try it Online\n\n[![StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/valaxy)\n\n### Init Project Locally\n\nJust run the following command to init your blog:\n\n```bash\n# pnpm (recommended)\npnpm create valaxy\n# npm\n# npm init valaxy\n# yarn\n# yarn create valaxy\n```\n\nFor an example, you can see [demo/yun](./demo/yun/) folder.\n\n## Features\n\n- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness\n- 🔥 Hot Reload with Config \u0026 Markdown\n- 🔧 Type Tooltip for all config by `valaxy.config.ts`\n- 🗒 Extended Markdown Frontmatter\n- 🗂 File based routing via [vue-router](https://router.vuejs.org/file-based-routing/)\n- 📦 Components auto importing via [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components)\n- 🖨 Static-site generation (SSG) via [vite-ssg](https://github.com/antfu/vite-ssg) (SPA is OK!)\n- 🕸 RSS \u0026 Sitemap\n- 🎨 Free to use Tailwind CSS via [UnoCSS](https://github.com/antfu/unocss)\n- 🌍 [CSS i18n in One Page](https://valaxy.site/guide/i18n)\n- 🔍 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons) - [Icônes](https://icones.netlify.app/)\n- 👔 Extended Theme with [Layout system](https://github.com/loicduong/vite-plugin-vue-layouts-next)\n- ⚙️ Unit Testing with [Vitest](https://github.com/vitest-dev/vitest)\n- ☁️ Deploy zero-config\n  - [Netlify](https://www.netlify.com/) with `netlify.toml`\n  - [GitHub Pages](https://pages.github.com/) with `.github/workflows/gh-pages.yml` [GitHub Actions](https://github.com/features/actions)\n- ♻️ Use any vite plugins\n  - 📲 You can implement PWA by [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa)\n- ...\n\n## Dev\n\nWant to get involved in the development? Look [here](https://valaxy.site/dev).\n\nWant to create your theme? Check [valaxy-theme-starter](https://github.com/YunYouJun/valaxy-theme-starter).\n\n## Thanks\n\n💗 The implementation of Valaxy is based on or refer the following projects:\n\n- [Vue](https://github.com/vuejs/core)\n- [VueUse](https://github.com/vueuse/vueuse)\n- [Vite](https://github.com/vitejs/vite)\n- [VitePress](https://github.com/vuejs/vitepress)\n- [Vitesse](https://github.com/antfu/vitesse)\n- [Slidev](https://github.com/slidevjs/slidev)\n\n## [Sponsors](https://www.yunyoujun.cn/sponsors/)\n\n❤️ Special thanks to the following sponsors for their support.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.yunyoujun.cn/sponsors/\"\u003e\n    \u003cimg src='https://fastly.jsdelivr.net/gh/YunYouJun/sponsors/public/sponsors.svg' alt=\"Sponsors\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Contributing\n\nThanks to everyone who has contributed to Valaxy\n\n\u003ca href=\"https://openomy.app/github/YunYouJun/valaxy\" target=\"_blank\" style=\"display: block; width: 100%;\" align=\"center\"\u003e\n  \u003cimg src=\"https://openomy.app/svg?repo=YunYouJun/valaxy\u0026chart=bubble\u0026latestMonth=3\" target=\"_blank\" alt=\"Contribution Leaderboard\" style=\"display: block; width: 100%;\" /\u003e\n \u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunyoujun%2Fvalaxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunyoujun%2Fvalaxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunyoujun%2Fvalaxy/lists"}