{"id":16693950,"url":"https://github.com/kieranwv/astro-theme-vitesse","last_synced_at":"2025-04-05T13:08:45.142Z","repository":{"id":225056412,"uuid":"761599154","full_name":"kieranwv/astro-theme-vitesse","owner":"kieranwv","description":"A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and UnoCSS.","archived":false,"fork":false,"pushed_at":"2025-01-13T03:30:05.000Z","size":1396,"stargazers_count":117,"open_issues_count":0,"forks_count":21,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T12:09:18.862Z","etag":null,"topics":["astro","blog","eslint","lodash","md","mdx","portfolio","rss","seo-friendly","template","unocss","vitesse","vue","vueuse"],"latest_commit_sha":null,"homepage":"https://astro-theme-vitesse.netlify.app/","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/kieranwv.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},"funding":{"github":"kaivanwong"}},"created_at":"2024-02-22T06:07:22.000Z","updated_at":"2025-03-28T11:45:39.000Z","dependencies_parsed_at":"2024-05-30T03:07:55.158Z","dependency_job_id":"09d9c391-3160-4ff4-bf3e-4bca861f4ab1","html_url":"https://github.com/kieranwv/astro-theme-vitesse","commit_stats":null,"previous_names":["kaivanwong/vitesse-astro-theme","kevinwong865/astro-theme-vitesse","kieranwong9865/astro-theme-vitesse","kieranwv/astro-theme-vitesse"],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kieranwv%2Fastro-theme-vitesse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kieranwv%2Fastro-theme-vitesse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kieranwv%2Fastro-theme-vitesse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kieranwv%2Fastro-theme-vitesse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kieranwv","download_url":"https://codeload.github.com/kieranwv/astro-theme-vitesse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339158,"owners_count":20923014,"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":["astro","blog","eslint","lodash","md","mdx","portfolio","rss","seo-friendly","template","unocss","vitesse","vue","vueuse"],"created_at":"2024-10-12T16:42:09.792Z","updated_at":"2025-04-05T13:08:45.123Z","avatar_url":"https://github.com/kieranwv.png","language":"Vue","funding_links":["https://github.com/sponsors/kaivanwong"],"categories":[],"sub_categories":[],"readme":"# Vitesse theme for Astro\n\nA minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and UnoCSS.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/0624323a-339f-48da-8b28-03037d664c40/deploy-status)](https://app.netlify.com/sites/astro-theme-vitesse/deploys)\n\n## Preview\n\n![Preview Image](./public/preview.jpg)\n\n## Features\n\n- 100 / 100 Lighthouse performance.\n- Responsive.\n- SEO-friendly.\n- Light / Dark Theme.\n- Markdown support.\n- \u003ca target=\"_blank\" href=\"https://mdxjs.com/\"\u003eMDX\u003c/a\u003e (components in your markdown) support.\n- \u003ca target=\"_blank\" href=\"https://vuejs.org/\"\u003eVue\u003c/a\u003e SFC component support.\n- Auto generated sitemap and RSS Feed \u003ca target=\"_blank\" href=\"https://vueuse.org/\"\u003eVueUse\u003c/a\u003e \u0026 \u003ca target=\"_blank\" href=\"https://lodash.com/\"\u003eLodash\u003c/a\u003e support.\n- Use the \u003ca target=\"_blank\" href=\"https://unocss.dev/\"\u003eUnoCSS\u003c/a\u003e for style, it's fast.\n\n## Lighthouse Performance\n\n![Lighthouse Performance Image](./public/lighthouse.jpg)\n\n## Quick Start\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kevinwong865/astro-theme-vitesse)\n\nClick this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.\n\nIf you  just want to develop locally, you can [create a repo](https://github.com/kevinwong865/astro-theme-vitesse/generate) from this template on GitHub.\n\n## Usage\n\nFirst, install the dependencies.\n\n```bash\nnpm install\n```\n\nJust run and visit http://localhost:1977.\n\n```bash\nnpm run dev\n```\n\n\u003e Node.js version 18 or higher is required for this project.\n\nTo build the App, you can run:\n\n```bash\nnpm run build\n```\n\nYou will then see the `dist` folder generated for publishing, which you can preview locally with the following command.\n\n```bash\nnpm run preview\n```\n\n## Use pnpm / yarn\n\nIf you want to use pnpm or yarn as a package management tool, please refer to the following steps.\n\n\u003e If `preinstall` exists in `scripts`, remove it first.\n\n### pnpm\n\nReplace `\"pre-commit\": \"npx lint-staged\"` in package.json with `\"pre-commit\": \"pnpm lint-staged\"`.\n\nAnd replace `\"*\": \"npm run lint:fix\"` with `\"*\": \"pnpm lint:fix\"`.\n\nLike this:\n\n```json\n{\n  // ...\n  \"simple-git-hooks\": {\n    \"pre-commit\": \"pnpm lint-staged\"\n  },\n  \"lint-staged\": {\n    \"*\": \"pnpm lint:fix\"\n  }\n}\n```\n\n### yarn\n\nReplace `\"pre-commit\": \"npx lint-staged\"` in package.json with `\"pre-commit\": \"yarn lint-staged\"`.\n\nAnd replace `\"*\": \"npm run lint:fix\"` with `\"*\": \"yarn lint:fix\"`.\n\nLike this:\n\n```json\n{\n  // ...\n  \"simple-git-hooks\": {\n    \"pre-commit\": \"yarn lint-staged\"\n  },\n  \"lint-staged\": {\n    \"*\": \"yarn lint:fix\"\n  }\n}\n```\n\n## License\n\n[MIT License](./LICENSE) © 2024 [Kieran Wang](https://github.com/kieranwv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkieranwv%2Fastro-theme-vitesse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkieranwv%2Fastro-theme-vitesse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkieranwv%2Fastro-theme-vitesse/lists"}