{"id":16235298,"url":"https://github.com/v4iv/theleakycauldronblog","last_synced_at":"2025-10-09T23:20:13.800Z","repository":{"id":27061181,"uuid":"128773296","full_name":"v4iv/theleakycauldronblog","owner":"v4iv","description":"My Personal Blog. Powered by Astro and Decap CMS","archived":false,"fork":false,"pushed_at":"2025-09-23T18:18:42.000Z","size":156069,"stargazers_count":42,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T20:23:02.648Z","etag":null,"topics":["astrojs","blog","decap-cms","reactjs","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://theleakycauldronblog.com","language":"TypeScript","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/v4iv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-code-snippets","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":"2018-04-09T13:07:39.000Z","updated_at":"2025-09-23T18:18:47.000Z","dependencies_parsed_at":"2025-09-23T20:23:03.500Z","dependency_job_id":null,"html_url":"https://github.com/v4iv/theleakycauldronblog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v4iv/theleakycauldronblog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v4iv%2Ftheleakycauldronblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v4iv%2Ftheleakycauldronblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v4iv%2Ftheleakycauldronblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v4iv%2Ftheleakycauldronblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v4iv","download_url":"https://codeload.github.com/v4iv/theleakycauldronblog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v4iv%2Ftheleakycauldronblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002343,"owners_count":26083340,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["astrojs","blog","decap-cms","reactjs","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-10-10T13:25:27.054Z","updated_at":"2025-10-09T23:20:13.773Z","avatar_url":"https://github.com/v4iv.png","language":"TypeScript","funding_links":[],"categories":["Showcase"],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/a3b02aa4-93ac-47d9-b914-7eb42de75a83/deploy-status)](https://app.netlify.com/sites/theleakycauldronblog/deploys)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://theleakycauldronblog.com\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://theleakycauldronblog.com/favicon.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  The Leaky Cauldron Blog\n\u003c/h1\u003e\n\nPersonal blog powered by [Astro](https://astro.build) \u0026 [Decap CMS](https://decapcms.org)\n\n\n## 🚀 Getting Started\n\n```sh\npnpm create astro@latest -- --template v4iv/nebula\n```\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n## Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n/\n├── public/\n│   ├── admin/\n│   │   └── config.yml\n│   ├── favicon.svg\n│   └── banner.jpg\n├── src/\n│   ├── assets/\n│   ├── components/\n│   ├── content/\n│   ├── hooks/\n│   ├── i18n/\n│   ├── layouts/\n│   ├── lib/\n│   ├── pages/\n│   ├── plugins/\n│   ├── styles/\n│   └── content.config.ts\n└── package.json\n```\n\nTo learn more about the folder structure of an Astro project, refer to [the guide on project structure](https://docs.astro.build/en/basics/project-structure/).\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `pnpm install`             | Installs dependencies                            |\n| `pnpm run dev`             | Starts local dev server at `localhost:4321`      |\n| `pnpm run build`           | Build your production site to `./dist/`          |\n| `pnpm run preview`         | Preview your build locally, before deploying     |\n| `pnpm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `pnpm run astro -- --help` | Get help using the Astro CLI                     |\n\n## 👀 Want to learn more?\n\nFeel free to check [the documentation](https://docs.astro.build) or jump into the [Astro Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv4iv%2Ftheleakycauldronblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv4iv%2Ftheleakycauldronblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv4iv%2Ftheleakycauldronblog/lists"}