{"id":48540191,"url":"https://github.com/danielraysa/learn-astro","last_synced_at":"2026-04-08T04:01:53.815Z","repository":{"id":349731880,"uuid":"830819379","full_name":"danielraysa/learn-astro","owner":"danielraysa","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-07T08:59:56.000Z","size":270,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-07T10:27:28.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://learn-astro-alpha.vercel.app","language":"Astro","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/danielraysa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2024-07-19T04:24:48.000Z","updated_at":"2026-04-07T09:00:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/danielraysa/learn-astro","commit_stats":null,"previous_names":["danielraysa/learn-astro"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/danielraysa/learn-astro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielraysa%2Flearn-astro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielraysa%2Flearn-astro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielraysa%2Flearn-astro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielraysa%2Flearn-astro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielraysa","download_url":"https://codeload.github.com/danielraysa/learn-astro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielraysa%2Flearn-astro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31539229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":"2026-04-08T04:01:52.818Z","updated_at":"2026-04-08T04:01:53.808Z","avatar_url":"https://github.com/danielraysa.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breeze\n\nA minimal, clean Astro theme for personal websites and blogs.\n\nBuilt with [Astro 5](https://astro.build), [Tailwind CSS v4](https://tailwindcss.com), and TypeScript.\n\n[中文文档 / Chinese Documentation](./README.zh-CN.md)\n\n[Changelog](./CHANGELOG.md)\n\n## Features\n\n- Dark / Light mode with smooth toggle\n- Full-text search (Pagefind, Cmd+K)\n- RSS feed and sitemap\n- Artalk comments (optional)\n- Umami analytics (optional)\n- Content collections (posts, projects, categories, tags, friends)\n- Table of contents for posts\n- Expressive Code syntax highlighting\n- View Transitions\n- Responsive design\n- OKLch color system with easy hue customization\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/astro-theme-breeze.git my-site\ncd my-site\n\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Build for production\npnpm build\n```\n\n## Configuration\n\nAll site configuration is in `src/config/site.ts`. This is the only file you need to edit to personalize the theme.\n\n| Section      | Description                                     |\n| ------------ | ----------------------------------------------- |\n| `meta`       | Site title, description, author, logo, language |\n| `navigation` | Navigation menu items with subtitle labels      |\n| `social`     | Social links (GitHub, Email, etc.)              |\n| `hero`       | Homepage greeting, description, info cards      |\n| `footer`     | Copyright and credit text                       |\n| `comments`   | Artalk comments configuration                   |\n| `features`   | Toggle search, RSS                              |\n| `tools`      | Tools/Stack page data                           |\n| `labels`     | All UI text labels (for i18n)                   |\n\nAlso update `astro.config.mjs` to set your `site` URL.\n\n## Content\n\n### Blog Posts\n\nAdd Markdown or MDX files to `src/content/posts/`:\n\n```yaml\n---\ntitle: My First Post\ncreatedAt: 2025-01-01\ncategory: technology\ntags: [astro, tutorial]\nsummary: A brief description of the post.\n---\n```\n\n### About Page\n\nEdit `src/content/pages/about.md` — pure Markdown, no component knowledge needed.\n\n### Projects\n\nAdd to `src/content/projects/` with frontmatter: `title`, `description`, `tech`, `link`, `status`.\n\n### Categories \u0026 Tags\n\nEdit `src/content/miscs/categories.json` and `src/content/miscs/tags.json`.\n\n### Friends\n\nEdit `src/content/miscs/friends.json` with `name`, `description`, `link`, `avatar`.\n\n## Theme Colors\n\nEdit `src/styles/theme.css`. All colors use OKLch with a consistent hue value (default: 165).\n\nTo change the color palette, find-and-replace the hue number:\n\n- `165` = Sage Green (default)\n- `250` = Ocean Blue\n- `280` = Lavender Purple\n- `330` = Rose Pink\n- `30` = Warm Orange\n\n## Comments (Artalk)\n\n1. Set up an [Artalk](https://artalk.js.org) server\n2. Copy `.env.example` to `.env`\n3. Set `PUBLIC_ARTALK_SERVER=https://your-artalk-server`\n4. Optionally set `PUBLIC_ARTALK_ENABLED=true` or `false` to force enable/disable\n\nThese variables are declared in `astro.config.mjs` via `env.schema`, so Astro provides typed access automatically.\nOn Cloudflare Pages, just add `PUBLIC_ARTALK_SERVER` in your project environment variables. No code change is required in `src/config/site.ts`.\n\n## Analytics (Umami)\n\n1. Copy `.env.example` to `.env`\n2. Set `UMAMI_URL=https://your-umami-script-url`\n3. Set `UMAMI_WEBSITE_ID=your-website-id`\n\nThese variables are also declared in `astro.config.mjs` via `env.schema`, so Astro provides typed access automatically.\nOn Cloudflare Pages, just add `UMAMI_URL` and `UMAMI_WEBSITE_ID` in your project environment variables.\n\n## Deploy\n\nWorks with any static hosting: Vercel, Netlify, Cloudflare Pages, etc.\n\n```bash\npnpm build\n```\n\nThe output is in `dist/`.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielraysa%2Flearn-astro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielraysa%2Flearn-astro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielraysa%2Flearn-astro/lists"}