{"id":50128637,"url":"https://github.com/nicdun/astro-tech-blog","last_synced_at":"2026-06-09T13:01:15.323Z","repository":{"id":225468654,"uuid":"766069805","full_name":"nicdun/astro-tech-blog","owner":"nicdun","description":"Crisp, minimalistic personal blog theme built with Astro.js and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2026-06-05T02:35:17.000Z","size":12841,"stargazers_count":208,"open_issues_count":21,"forks_count":51,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-05T04:13:46.337Z","etag":null,"topics":["astro-blog","astrojs","astrojs-blog","astrojs-template","javascript","markdown","reactjs","static","tailwindcss","webdevelopment"],"latest_commit_sha":null,"homepage":"https://astro-tech-blog-ten.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/nicdun.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-02T08:54:31.000Z","updated_at":"2026-06-04T22:24:19.000Z","dependencies_parsed_at":"2025-05-08T21:23:58.980Z","dependency_job_id":"e4d9a16e-298d-4601-bb16-59c4d574fee2","html_url":"https://github.com/nicdun/astro-tech-blog","commit_stats":null,"previous_names":["nicdun/astro-tech-blog"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/nicdun/astro-tech-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdun%2Fastro-tech-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdun%2Fastro-tech-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdun%2Fastro-tech-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdun%2Fastro-tech-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicdun","download_url":"https://codeload.github.com/nicdun/astro-tech-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdun%2Fastro-tech-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34107866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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-blog","astrojs","astrojs-blog","astrojs-template","javascript","markdown","reactjs","static","tailwindcss","webdevelopment"],"created_at":"2026-05-23T21:00:29.529Z","updated_at":"2026-06-09T13:01:15.317Z","avatar_url":"https://github.com/nicdun.png","language":"Astro","funding_links":["https://www.buymeacoffee.com/nicdun"],"categories":["Astro"],"sub_categories":[],"readme":"# Astro \u0026 Tailwind CSS Starter Kit\n\n## 🔥 Features\n\nExplore the Astro.js Personal Blog Template – a sleek and feature-rich platform for your personal blog:\n\n- **Astro.js v5 Powered**: Dynamic and efficient JavaScript-driven experience.\n- **Tailwind CSS Integration**: Ensures a stylish and responsive design.\n- **RSS Feed Support**: Keeps your audience updated effortlessly.\n- **Markdown Compatibility**: Streamlines content creation with easy formatting.\n- **Syntax Highlighting**: Enhances code snippet readability for tech enthusiasts.\n- **SEO-Optimized**: Includes a sitemap for optimal search engine visibility.\n- **Vercel Deployment:** preconfigured Vercel deployment \u0026 web analytics.\n- **Framework of your choice:** 100% Astro.js only template - choose your JS Framework (react preinstalled)\n\nUnlock a seamless blend of aesthetics and functionality to share your unique voice with the world.\n\n## 💻 Showcase\n\n![showcase](/public/showcase.png 'AstroPress - Tech Blog Template')\n\n## 📦 Template Integrations\n\n- @astrojs/tailwind - https://docs.astro.build/en/guides/integrations-guide/tailwind/\n- @astrojs/react - https://docs.astro.build/en/guides/integrations-guide/react/\n- @astrojs/sitemap - https://docs.astro.build/en/guides/integrations-guide/sitemap/\n- @astrojs/rss - https://docs.astro.build/en/guides/rss/\n- @vercel/analytics - https://vercel.com/docs/analytics/\n- rehype-pretty-code - https://rehype-pretty-code.netlify.app/\n\n## 🏛️ Template Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```\n/\n├── public/\n├── src/\n│   └── pages/\n│       └── index.astro\n└── package.json\n```\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## 🚀 Getting started\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\n## ❤️ Helping out\n\nIf you find that something isn't working right then I'm always happy to hear it to improve this starter! You can contribute in many ways and forms. Let me know by either:\n\n1. [Filing an issue](https://github.com/nicdun/astro-tech-blog/issues)\n2. [Submitting a pull request](https://github.com/nicdun/astro-tech-blog/pulls)\n3. [Starting a discussion](https://github.com/nicdun/astro-tech-blog/discussions)\n4. [Buying me a coffee!](https://www.buymeacoffee.com/nicdun)\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/nicdun)\n\n## ☕ Thank you!\nA big thank you to the creators of the awesome Astro static site generator and to all using this starter to make the web a bit more accessible for all people around the world :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicdun%2Fastro-tech-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicdun%2Fastro-tech-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicdun%2Fastro-tech-blog/lists"}