{"id":18473420,"url":"https://github.com/0xopenbytes/site","last_synced_at":"2026-04-06T08:01:36.025Z","repository":{"id":65771272,"uuid":"599334923","full_name":"0xOpenBytes/Site","owner":"0xOpenBytes","description":"Astro Site for 0xOpenBytes","archived":false,"fork":false,"pushed_at":"2023-07-30T00:56:07.000Z","size":6329,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-13T13:03:58.473Z","etag":null,"topics":["astro","markdown","node","npm","site","static","typescript"],"latest_commit_sha":null,"homepage":"https://openbytes.dev/","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/0xOpenBytes.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-02-08T23:25:37.000Z","updated_at":"2024-01-08T23:16:07.000Z","dependencies_parsed_at":"2024-12-25T10:40:34.982Z","dependency_job_id":"7ec0ff27-c970-4096-bdc5-840e24cca530","html_url":"https://github.com/0xOpenBytes/Site","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/0xOpenBytes/Site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOpenBytes%2FSite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOpenBytes%2FSite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOpenBytes%2FSite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOpenBytes%2FSite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xOpenBytes","download_url":"https://codeload.github.com/0xOpenBytes/Site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOpenBytes%2FSite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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","markdown","node","npm","site","static","typescript"],"created_at":"2024-11-06T10:24:52.402Z","updated_at":"2026-04-06T08:01:36.008Z","avatar_url":"https://github.com/0xOpenBytes.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenBytes Site\n\n## 🚀 Project Structure\n\nInside of Site, 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│   │   └── _schemas.ts\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## 📖 Documentation\n\nDocumentation can be read in two formats\\_ _markdown_ \u0026 _blog post_.\n\n- Configuration - [markdown](src/content/blog/how-to-configure-astropaper-theme.md) | [blog post](https://astro-paper.pages.dev/posts/how-to-configure-astropaper-theme/)\n- Add Posts - [markdown](src/content/blog/adding-new-post.md) | [blog post](https://astro-paper.pages.dev/posts/adding-new-posts-in-astropaper-theme/)\n- Customize Color Schemes - [markdown](src/content/blog/customizing-astropaper-theme-color-schemes.md) | [blog post](https://astro-paper.pages.dev/posts/customizing-astropaper-theme-color-schemes/)\n- Predefined Color Schemes - [markdown](src/content/blog/predefined-color-schemes.md) | [blog post](https://astro-paper.pages.dev/posts/predefined-color-schemes/)\n\n\u003e For AstroPaper v1, check out [this branch](https://github.com/satnaing/astro-paper/tree/astro-paper-v1) and this [live URL](https://astro-paper-v1.astro-paper.pages.dev/)\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**UI/UX** - [Figma](https://figma.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**Deployment** - [Cloudflare Pages](https://pages.cloudflare.com/)  \n**Illustration in About Page** - [https://freesvgillustration.com](https://freesvgillustration.com/)  \n**Linting** - [ESLint](https://eslint.org)\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 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xopenbytes%2Fsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xopenbytes%2Fsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xopenbytes%2Fsite/lists"}