{"id":14959228,"url":"https://github.com/markhorn-dev/astro-sphere","last_synced_at":"2025-05-15T17:07:45.564Z","repository":{"id":228617891,"uuid":"773844457","full_name":"markhorn-dev/astro-sphere","owner":"markhorn-dev","description":"Astro Sphere is a static, minimalist, lightweight, lightning fast portfolio and blog.","archived":false,"fork":false,"pushed_at":"2024-12-01T15:21:57.000Z","size":286,"stargazers_count":463,"open_issues_count":4,"forks_count":132,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-08T02:38:37.280Z","etag":null,"topics":["astro","astrojs","astrotheme","blog","markdown","portfolio","solidjs","static","tailwindcss","template","theme"],"latest_commit_sha":null,"homepage":"https://astro-sphere-demo.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/markhorn-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-03-18T13:54:42.000Z","updated_at":"2025-04-05T17:50:10.000Z","dependencies_parsed_at":"2024-03-19T17:50:20.938Z","dependency_job_id":"8650fda9-5a8b-4507-9138-73afbad2331c","html_url":"https://github.com/markhorn-dev/astro-sphere","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":"0.30000000000000004","last_synced_commit":"5cdeb34af21456aa0d5ba2fa59971c8a9df7b9d5"},"previous_names":["markhorn-dev/astro-sphere"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markhorn-dev%2Fastro-sphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markhorn-dev%2Fastro-sphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markhorn-dev%2Fastro-sphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markhorn-dev%2Fastro-sphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markhorn-dev","download_url":"https://codeload.github.com/markhorn-dev/astro-sphere/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"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","astrojs","astrotheme","blog","markdown","portfolio","solidjs","static","tailwindcss","template","theme"],"created_at":"2024-09-24T13:19:12.077Z","updated_at":"2025-05-15T17:07:40.557Z","avatar_url":"https://github.com/markhorn-dev.png","language":"Astro","readme":"![Astro Sphere Lighthouse Score](_astrosphere.jpg)\n\nAstro Sphere is a static, minimalist, lightweight, lightning fast portfolio and blog theme based on my personal website.\n\nIt is primarily Astro, Tailwind and Typescript, with a very small amount of SolidJS for stateful components.\n\n## 🚀 Deploy your own\n\n[![Deploy with Vercel](_deploy_vercel.svg)](https://vercel.com/new/clone?repository-url=https://github.com/markhorn-dev/astro-sphere)  [![Deploy with Netlify](_deploy_netlify.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/markhorn-dev/astro-sphere)\n\n## 📋 Features\n\n- ✅ 100/100 Lighthouse performance\n- ✅ Responsive\n- ✅ Accessible\n- ✅ SEO-friendly\n- ✅ Typesafe\n- ✅ Minimal style\n- ✅ Light/Dark Theme\n- ✅ Animated UI\n- ✅ Tailwind styling\n- ✅ Auto generated sitemap\n- ✅ Auto generated RSS Feed\n- ✅ Markdown support\n- ✅ MDX Support (components in your markdown)\n- ✅ Searchable content (posts and projects)\n- ✅ Code Blocks - copy to clipboard\n\n## 💯 Lighthouse score\n![Astro Sphere Lighthouse Score](_lighthouse.png)\n\n## 🕊️ Lightweight\nAll pages under 100kb (including fonts)\n\n## ⚡︎ Fast\nRendered in ~40ms on localhost\n\n## 📄 Configuration\n\nThe blog posts on the demo serve as the documentation and configuration.\n\n## 💻 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\nReplace npm with your package manager of choice. `npm`, `pnpm`, `yarn`, `bun`, etc\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run dev:network`     | Starts dev server on local network               |\n| `npm run sync`            | Generates TypeScript types for all Astro modules.|\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run preview:network` | Starts preview server on local network           |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n| `npm run lint`            | Run ESLint                                       |\n| `npm run lint:fix`        | Auto-fix ESLint issues                           |\n\n## 🗺️ Roadmap\n\nA few features I plan to implement\n- ⬜ Article Pages - Table of Contents\n- ⬜ Article Pages - Share on social media\n\n## ✨ Acknowledgement\n\nTheme inspired by [Paco Coursey](https://paco.me/), [Lee Robinson](https://leerob.io/) and [Hayden Bleasel](https://www.haydenbleasel.com/)\n\n\n## 🏛️ License\n\nMIT\n\n\n# 1.0.1 Update\n\nAdded ability to run dev and preview on local network.\nadded npm run dev:network\nadded npm run preview:network\n\nAdded slightly more particle density in both light and dark mode.\n\nAdded subtle dark mode star and meteor animations.\n\nRemoved eslint config\n\n","funding_links":[],"categories":["Astro"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkhorn-dev%2Fastro-sphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkhorn-dev%2Fastro-sphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkhorn-dev%2Fastro-sphere/lists"}