{"id":26705109,"url":"https://github.com/reality361/astro-blog","last_synced_at":"2025-09-25T11:28:04.786Z","repository":{"id":246879904,"uuid":"824521382","full_name":"Reality361/astro-blog","owner":"Reality361","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-11T16:18:58.000Z","size":14278,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T05:35:17.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Reality361.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":"2024-07-05T10:02:23.000Z","updated_at":"2024-07-11T16:19:02.000Z","dependencies_parsed_at":"2024-07-11T18:44:25.211Z","dependency_job_id":null,"html_url":"https://github.com/Reality361/astro-blog","commit_stats":null,"previous_names":["reality361/astro-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Reality361/astro-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reality361%2Fastro-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reality361%2Fastro-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reality361%2Fastro-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reality361%2Fastro-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reality361","download_url":"https://codeload.github.com/Reality361/astro-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reality361%2Fastro-blog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261799251,"owners_count":23211362,"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":[],"created_at":"2025-03-27T05:33:22.656Z","updated_at":"2025-09-25T11:28:04.722Z","avatar_url":"https://github.com/Reality361.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Boilerplate with TypeScript and Tailwind CSS [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Follow%20%40Ixartz)](https://twitter.com/ixartz)\r\n\r\n🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro\r\nwith Tailwind CSS 3.0. ⚡️ Made with Astro, TypeScript, ESLint, Prettier,\r\nTailwind CSS.\r\n\r\nClone this project and use it to create your own Astro blog. You can check the\r\n[Astro templates demo](https://creativedesignsguru.com/demo/astro-boilerplate/).\r\n\r\n## Features\r\n\r\nA complete Blog feature:\r\n\r\n- 🎈 Syntax Highlighting\r\n- 🤖 SEO friendly with sitemap.xml and robots.txt\r\n- ⚙️ RSS feed\r\n- 📖 Pagination\r\n- 🌈 Include a dark blog theme\r\n- ⬇️ Markdown\r\n- 📦 Image lazy loading\r\n- 💎 Responsive design\r\n\r\nDeveloper experience first:\r\n\r\n- 🔥 Astro\r\n- 🎨 Tailwind CSS with aspect ratio and typography plugin\r\n- 🎉 TypeScript\r\n- ✏️ ESLint compatible with .astro files\r\n- 🛠 Prettier compatible with .astro files\r\n- 🦊 Husky\r\n- 🚫 lint-staged\r\n- 🚨 Commitlint\r\n- 🔧 One-click deploy on Netlify (or, manual if you prefer)\r\n\r\nESLint with:\r\n\r\n- Airbnb styled guide\r\n- TypeScript compatible\r\n- Astro compatible\r\n- Automatically remove unused imports\r\n- Import sorting\r\n- Tailwind CSS plugin\r\n\r\n### Philosophy\r\n\r\n- Minimal code\r\n- SEO-friendly\r\n- 🚀 Production-ready\r\n\r\n### Requirements\r\n\r\n- Node.js and npm\r\n\r\n#### Optional\r\n\r\n- [nvm](https://github.com/nvm-sh/nvm)\r\n- [volta](https://volta.sh/)\r\n\r\nWhile Astro-boilerplate should work with the latest Node version, it has been\r\ntested with the versions in .nvmrc \u0026 the bottom of package.json. At current\r\nwriting, that's Node v16.15.1\r\n\r\n### Getting started\r\n\r\nRun the following command on your local environment:\r\n\r\n``` bash\r\ngit clone --depth=1 https://github.com/ixartz/Astro-boilerplate\r\ncd my-project-name\r\nnpm install\r\n```\r\n\r\nThen, you can run locally in development mode with live reload:\r\n\r\n``` bash\r\nnpm run dev\r\n```\r\n\r\nOpen [http://localhost:4321](http://localhost:4321) with your favorite browser\r\nto see your project.\r\n\r\n### Deploy to production (manual)\r\n\r\nYou can create an optimized production build with:\r\n\r\n```shell\r\nnpm run build\r\n```\r\n\r\nNow, your blog is ready to be deployed. All generated files are located at\r\n`dist` folder, which you can deploy the folder to any hosting service you\r\nprefer.\r\n\r\n### Deploy to Netlify\r\n\r\nClone this repository on own GitHub account and deploy to Netlify:\r\n\r\n[![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ixartz/Astro-boilerplate)\r\n\r\n## 🧞 Commands\r\n\r\nAll commands are run from the root of the project, from a terminal:\r\n\r\n| Command           | Action                                       |\r\n|:----------------  |:-------------------------------------------- |\r\n| `npm install`     | Installs dependencies                        |\r\n| `npm run dev`     | Starts local dev server at `localhost:4321`  |\r\n| `npm run build`   | Build your production site to `./dist/`      |\r\n| `npm run preview` | Preview your build locally, before deploying |\r\n| `npm run clean`   | Remove `./dist` folder                       |\r\n| `npm run lint`    | Run ESLint and report styling error          |\r\n\r\n### Contributions\r\n\r\nEveryone is welcome to contribute to this project.\r\nFeel free to open an issue if you have question or found a bug.\r\n\r\n### Additional Checks\r\n\r\nThis README.md was linted with\r\n[markdownlint](https://github.com/igorshubovych/markdownlint-cli)\r\n\r\n### License\r\n\r\nLicensed under the MIT License, Copyright © 2024\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freality361%2Fastro-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freality361%2Fastro-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freality361%2Fastro-blog/lists"}