{"id":21900386,"url":"https://github.com/twilighty-abhi/unblurred-micro-blog","last_synced_at":"2026-04-10T13:31:22.066Z","repository":{"id":202704859,"uuid":"707961701","full_name":"twilighty-abhi/Unblurred-Micro-blog","owner":"twilighty-abhi","description":"An personal micro blogging platform build using Astro.","archived":false,"fork":false,"pushed_at":"2023-10-21T05:40:54.000Z","size":2756,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:26:07.959Z","etag":null,"topics":["astro","blog","css","javascript","microblogging","typescript"],"latest_commit_sha":null,"homepage":"https://blog.abhiramnj.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twilighty-abhi.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":"2023-10-21T05:23:00.000Z","updated_at":"2023-10-21T06:05:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"730257c5-d92f-46c0-88e7-1f01cb8a178f","html_url":"https://github.com/twilighty-abhi/Unblurred-Micro-blog","commit_stats":null,"previous_names":["twilighty-abhi/unblurred-micro-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twilighty-abhi/Unblurred-Micro-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilighty-abhi%2FUnblurred-Micro-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilighty-abhi%2FUnblurred-Micro-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilighty-abhi%2FUnblurred-Micro-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilighty-abhi%2FUnblurred-Micro-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twilighty-abhi","download_url":"https://codeload.github.com/twilighty-abhi/Unblurred-Micro-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilighty-abhi%2FUnblurred-Micro-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","css","javascript","microblogging","typescript"],"created_at":"2024-11-28T15:08:00.053Z","updated_at":"2026-04-10T13:31:22.048Z","avatar_url":"https://github.com/twilighty-abhi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unblurred Micro Blog 📄\n\n## 🚀 Folder Structure\n\nInside you'll see the following folders and files:\n\n```bash\n/\n├── public/\n│   ├── assets/\n│   │   └── logo.svg\n│   │   └── logo.png\n│   └── favicon.svg\n│   └── astropaper-og.jpg\n│   └── robots.txt\n│   └── toggle-theme.js\n├── src/\n│   ├── assets/\n│   │   └── socialIcons.ts\n│   ├── components/\n│   ├── content/\n│   │   |  blog/\n│   │   |    └── some-blog-posts.md\n│   │   └── config.ts\n│   ├── layouts/\n│   └── pages/\n│   └── styles/\n│   └── utils/\n│   └── config.ts\n│   └── types.ts\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\nAny static assets, like images, can be placed in the `public/` directory.\n\nAll blog posts are stored in `src/content/blog` directory.\n\n## 💻 Tech Stack\n\n**Main Framework** - [Astro](https://astro.build/)  \n**Type Checking** - [TypeScript](https://www.typescriptlang.org/)  \n**Component Framework** - [ReactJS](https://reactjs.org/)  \n**Styling** - [TailwindCSS](https://tailwindcss.com/)  \n**Fuzzy Search** - [FuseJS](https://fusejs.io/)  \n**Icons** - [Boxicons](https://boxicons.com/) | [Tablers](https://tabler-icons.io/)  \n**Code Formatting** - [Prettier](https://prettier.io/)  \n\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:4321`                                                                                      |\n| `npm run build`        | Build your production site to `./dist/`                                                                                          |\n| `npm run preview`      | Preview your build locally, before deploying                                                                                     |\n| `npm run format:check` | Check code format with Prettier                                                                                                  |\n| `npm run format`       | Format codes with Prettier                                                                                                       |\n| `npm run sync`         | Generates TypeScript types for all Astro modules. [Learn more](https://docs.astro.build/en/reference/cli-reference/#astro-sync). |\n| `npm run cz`           | Commit code changes with commitizen                                                                                              |\n| `npm run lint`         | Lint with ESLint                                                                                                                 |\n\n\n---\n\nMade with 🤍 by [Twilighty-abhi](https://www.abhiramnj.live) 👨🏻‍💻\nBase template Taken from [satnaing](https://github.com/satnaing).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilighty-abhi%2Funblurred-micro-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilighty-abhi%2Funblurred-micro-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilighty-abhi%2Funblurred-micro-blog/lists"}