{"id":15016497,"url":"https://github.com/deepakness/crispwrite","last_synced_at":"2026-03-07T22:02:25.767Z","repository":{"id":251537999,"uuid":"837701568","full_name":"deepakness/crispwrite","owner":"deepakness","description":"A minimalist, fast-loading blog built with 11ty and Tailwind CSS. Clean design, optimized for readability and performance.","archived":false,"fork":false,"pushed_at":"2026-02-17T13:32:17.000Z","size":1125,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T17:13:55.030Z","etag":null,"topics":["11ty","blog","tailwindcss","template"],"latest_commit_sha":null,"homepage":"https://crispwrite.netlify.app","language":"Nunjucks","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/deepakness.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2024-08-03T18:55:51.000Z","updated_at":"2026-02-17T13:32:21.000Z","dependencies_parsed_at":"2024-08-03T20:25:04.506Z","dependency_job_id":"24bc81d5-b1f5-41ec-af6d-5579ea997728","html_url":"https://github.com/deepakness/crispwrite","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.4117647058823529,"last_synced_commit":"9b299f1960b920102a7bcc0adad9083fb828c975"},"previous_names":["deepakness/crispwrite"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/deepakness/crispwrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fcrispwrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fcrispwrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fcrispwrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fcrispwrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepakness","download_url":"https://codeload.github.com/deepakness/crispwrite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fcrispwrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30233429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["11ty","blog","tailwindcss","template"],"created_at":"2024-09-24T19:48:59.543Z","updated_at":"2026-03-07T22:02:25.762Z","avatar_url":"https://github.com/deepakness.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crispwrite\n\nA clean, minimal, and fast Eleventy blog starter built with Tailwind CSS.\n\n## Demo\n\n- https://crispwrite.netlify.app/\n\n## Highlights\n\n- Public content isolated under `src/`\n- Blog, tags, and built-in client-side search\n- Draft workflow (`draft: true`) so unpublished posts stay private\n- RSS feed, sitemap, social metadata, and custom 404\n- Accessibility-first defaults (skip link, focus states, keyboard-friendly menu)\n- CI build with strict metadata validation in pull requests\n\n## Project structure\n\n```text\nsrc/\n  _data/        # Site metadata/helpers\n  _includes/    # Layouts + partials\n  assets/       # CSS + images\n  blog/         # Markdown posts\n  tags/         # Tag index + tag pages\n  search/       # Search page\n```\n\n## Getting started\n\n### Prerequisites\n\n- Node.js 18+\n- npm\n\n### Install\n\n```bash\ngit clone https://github.com/deepakness/crispwrite.git\ncd crispwrite\nnpm install\n```\n\n### Configure metadata (required)\n\nBefore publishing, update placeholders in `src/_data/metadata.js`:\n\n- `url`\n- `author.name`\n- social handles/links\n\nCI enforces strict metadata checks via `npm run build:strict`.\n\n### Run locally\n\n```bash\nnpm run start\n```\n\nOpen http://localhost:8080.\n\n### Production build\n\n```bash\nnpm run build\n```\n\nOutput is generated in `_site/`.\n\n## Writing posts\n\nCreate a draft post scaffold:\n\n```bash\nnpm run new:post -- \"My New Post\"\n```\n\nThen edit the generated file in `src/blog/`.\n\n- Draft posts use `draft: true` and are excluded from site output collections.\n- Add tags in frontmatter to power tag pages and search.\n\n## Search and tags\n\n- Search page: `/search`\n- Tags index: `/tags`\n\n## Contributing\n\nContributions are welcome. Please read [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakness%2Fcrispwrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepakness%2Fcrispwrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakness%2Fcrispwrite/lists"}