{"id":47916949,"url":"https://github.com/rodnye/literary-blog","last_synced_at":"2026-04-04T05:43:16.693Z","repository":{"id":340925082,"uuid":"1167462274","full_name":"rodnye/literary-blog","owner":"rodnye","description":"A custom astro blog with Github branch persistence and Decap-CMS","archived":false,"fork":false,"pushed_at":"2026-03-08T05:34:25.000Z","size":1188,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-04T05:42:53.897Z","etag":null,"topics":["astro","blog","cloudflare-pages","decap-cms","netlify"],"latest_commit_sha":null,"homepage":"https://quemeimporta.pages.dev","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodnye.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-02-26T10:16:59.000Z","updated_at":"2026-03-08T05:53:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rodnye/literary-blog","commit_stats":null,"previous_names":["rodnye/literary-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodnye/literary-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodnye%2Fliterary-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodnye%2Fliterary-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodnye%2Fliterary-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodnye%2Fliterary-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodnye","download_url":"https://codeload.github.com/rodnye/literary-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodnye%2Fliterary-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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","cloudflare-pages","decap-cms","netlify"],"created_at":"2026-04-04T05:43:14.078Z","updated_at":"2026-04-04T05:43:16.688Z","avatar_url":"https://github.com/rodnye.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n\n# Literary Blog\n\n![Astro](https://img.shields.io/badge/Astro-0C1222?style=for-the-badge\u0026logo=astro\u0026logoColor=FDFDFE)\n![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n![Decap CMS](https://img.shields.io/badge/Decap%20CMS-6E2C8C?style=for-the-badge\u0026logo=decap-cms\u0026logoColor=white)\n![Decap Bridge](https://img.shields.io/badge/Decap%20Bridge-4A90E2?style=for-the-badge\u0026logo=auth0\u0026logoColor=white)\n![pnpm](https://img.shields.io/badge/pnpm-F69220?style=for-the-badge\u0026logo=pnpm\u0026logoColor=white)\n\n  \u003cimg src=\"./docs/assets/home_preview.webp\"\u003e\n  \u003cimg src=\"./docs/assets/blog_preview.webp\"\u003e\n\u003c/center\u003e\n\n---\n\nWebsite built with Astro. The repository separates source code from content through a workflow based on two branches and an update script.\n\n## Branches\n\n- **master** – Astro application source code.\n- **editorial_workflow** – Blog content (markdown and images).\n\n## Content workflow\n\nContent is managed in isolation. In `master` there is a script that downloads a ZIP from the `editorial_workflow` branch and copies it to the corresponding directories (`src/content`, `src/assets/images`), respecting nested `.gitignore` files to avoid versioning the content.\n\n```bash\npnpm blog:sync\n```\n\n## CMS and authentication\n\n- **Decap CMS** interface available at `/admin\\*\\* for content editing and management. This route provides access to the administrative dashboard where authorized users can create, edit, and publish blog posts without touching the codebase.\n\n![](./docs/assets/cms_preview_02.webp)\n\n- **Decap Bridge** manages identity login with GitHub for secure authentication.\n\nChanges made through the CMS are automatically committed to the `editorial_workflow` branch.\n\nFor detailed configuration options, customizations, and authentication setup, refer to the official **[Decap CMS Documentation](https://decapcms.org/docs/)**.\n\n## Available at:\n\n- Evennode: http://quemeimporta.eu-4.evennode.com/\n- Render: https://quemeimporta.onrender.com\n- Vercel: https://quemeimporta.vercel.app\n- Netlify: https://quemeimporta.netlify.app\n- Cloudflare Pages: https://quemeimporta.pages.dev\n- Deno Deploy: https://quemeimporta.rodnye.deno.net/\n- Github Pages: https://rodnye.github.io/literary-blog/\n\n## Local installation\n\n```bash\ngit clone https://github.com/rodnye/literary-blog.git\ncd literary-blog\npnpm install\npnpm blog:sync # Optional, but the blog will be empty\npnpm dev\n```\n\n---\n\nUseful links:\n\n- [Astro Docs](https://astro.build)\n- [Decap CMS Documentation](https://decapcms.org/docs/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodnye%2Fliterary-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodnye%2Fliterary-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodnye%2Fliterary-blog/lists"}