{"id":20698021,"url":"https://github.com/peoray/astro-starter-blog","last_synced_at":"2026-04-27T05:34:16.891Z","repository":{"id":159739348,"uuid":"632024956","full_name":"peoray/astro-starter-blog","owner":"peoray","description":" A simple, hackable \u0026 minimalistic starter for Astro that uses Markdown for content. ","archived":false,"fork":false,"pushed_at":"2023-07-05T22:25:38.000Z","size":4068,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T17:10:24.035Z","etag":null,"topics":["astro-template","astro-theme","blog-theme","buildwithastro","website-template"],"latest_commit_sha":null,"homepage":"https://astro-starter-blog.netlify.app/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peoray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-04-24T14:52:21.000Z","updated_at":"2025-09-13T15:02:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"e45111c2-868c-4bcc-8934-7cd11db28816","html_url":"https://github.com/peoray/astro-starter-blog","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/peoray/astro-starter-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peoray%2Fastro-starter-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peoray%2Fastro-starter-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peoray%2Fastro-starter-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peoray%2Fastro-starter-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peoray","download_url":"https://codeload.github.com/peoray/astro-starter-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peoray%2Fastro-starter-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32324548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["astro-template","astro-theme","blog-theme","buildwithastro","website-template"],"created_at":"2024-11-17T00:21:41.407Z","updated_at":"2026-04-27T05:34:11.875Z","avatar_url":"https://github.com/peoray.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Blog\n\n\u003e A simple, hackable \u0026 minimalistic starter for Astro that uses Markdown for content.\n\n## 🔥 Features\n- ✅ Beautiful and simple design.\n- ✅ Easy configuration\n- ✅ Markdown \u0026 MDX support\n- ✅ Tags support.\n- ✅ Dark / Light toggle.\n- ✅ Minimal styling (make it your own!)\n- ✅ 100/100 Lighthouse performance\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Uses [`astro:assets`](https://docs.astro.build/en/guides/assets/) for optimized images\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Blog drafts\n\n## 🌍 Demo URL\n\nhttps://astro-starter-blog.netlify.app\n\n\n## 👨🏾‍💻 Getting started\n\n```\nnpm create astro@latest -- --template peoray/astro-starter-blog\n```\n\n### 👨🏾‍💻 Configuration\n\nEdit the values in `src/consts.ts` to match your brand or company:\n\n```ts\n\nexport const SITE_TITLE = \"Astro Blog Starter\";\nexport const SITE_URL = \"https://astro-starter-blog.netlify.app/\";\nexport const SITE_DESCRIPTION = \"Welcome to my personal website!\";\nexport const PAGE_DESCRIPTION = \"A simple, hackable \u0026 minimalistic starter for Astro that uses Markdown for content\"\nexport const TWITTER = \"https://twitter.com/peoray_\"\nexport const GITHUB = \"https://github.com/peoray/astro-starter-blog\"\nexport const AUTHOR = \"Emmanuel Raymond\"\nexport const IMAGE = \"/images/photo.png\"\nexport const IMAGE_ALT = \"Photo of an avatar\"\n\n```\n\nChange any lines or add more in the `\u003chead\u003e` tags in `src/components/MetaTags.astro`, like the favicon:\n\n```html\n\u003clink rel=\"icon\" type=\"image/svg+xml\" href=\"/favicon.svg\" /\u003e\n```\n\n## 🚀 Project Structure\n\n\u003c!-- Inside of your Astro project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── Card.astro\n│   ├── layouts/\n│   │   └── Layout.astro\n│   └── pages/\n│       └── index.astro\n└── package.json\n``` --\u003e\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:3000`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n## 👀 Want to learn more?\n\nFeel free to check the [Astro documentation](https://docs.astro.build) or jump into the [Discord server](https://astro.build/chat).\n\n## 💙 Acknowledgement\n\nThis theme is a port of the popular [Gridsome Starter Blog](https://github.com/gridsome/gridsome-starter-blog) made by the creator of Gridsome, Tommy Vedvik.\n\n## ✨ Contributing\n\nFeel free to open an issue if you find bugs or want to request new features.\n\n## 📜 License\n\nLicensed under the [MIT License](https://opensource.org/license/mit/), Copyright © Emmanuel Raymond 2023\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeoray%2Fastro-starter-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeoray%2Fastro-starter-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeoray%2Fastro-starter-blog/lists"}