{"id":45151580,"url":"https://github.com/zywkloo/zywkloo.github.io","last_synced_at":"2026-04-02T23:02:59.281Z","repository":{"id":166613306,"uuid":"166611539","full_name":"zywkloo/zywkloo.github.io","owner":"zywkloo","description":"My Personal Blog","archived":false,"fork":false,"pushed_at":"2026-03-30T06:02:23.000Z","size":7005,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-30T07:54:59.386Z","etag":null,"topics":["web"],"latest_commit_sha":null,"homepage":"http://zywkloo.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zywkloo.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":"2019-01-20T01:29:31.000Z","updated_at":"2026-03-30T06:02:27.000Z","dependencies_parsed_at":"2024-01-20T00:27:15.964Z","dependency_job_id":"f7dbf5a5-59ce-410c-9d9e-5c95f5e9dfb6","html_url":"https://github.com/zywkloo/zywkloo.github.io","commit_stats":null,"previous_names":["zywkloo/zywkloo.github.io"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zywkloo/zywkloo.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zywkloo%2Fzywkloo.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zywkloo%2Fzywkloo.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zywkloo%2Fzywkloo.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zywkloo%2Fzywkloo.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zywkloo","download_url":"https://codeload.github.com/zywkloo/zywkloo.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zywkloo%2Fzywkloo.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31318143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T21:35:00.834Z","status":"ssl_error","status_checked_at":"2026-04-02T21:34:59.806Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["web"],"created_at":"2026-02-20T03:04:47.140Z","updated_at":"2026-04-02T23:02:59.260Z","avatar_url":"https://github.com/zywkloo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Kit: Blog\n\n```sh\nnpm create astro@latest -- --template blog\n```\n\nFeatures:\n\n- ✅ Minimal styling (make it your own!)\n- ✅ 100/100 Lighthouse performance\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Markdown \u0026 MDX support\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   └── pages/\n├── astro.config.mjs\n├── README.md\n├── package.json\n└── tsconfig.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\nThe `src/content/` directory contains \"collections\" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.\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:4321`      |\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\nCheck out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n\n## Credit\n\nThis theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzywkloo%2Fzywkloo.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzywkloo%2Fzywkloo.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzywkloo%2Fzywkloo.github.io/lists"}