{"id":36990578,"url":"https://github.com/hyperpolymath/casket-ssg","last_synced_at":"2026-01-13T23:38:02.600Z","repository":{"id":328907642,"uuid":"1117214265","full_name":"hyperpolymath/casket-ssg","owner":"hyperpolymath","description":"Pure functional static site generator in Haskell. Strong type guarantees ensure your site builds correctly.","archived":false,"fork":false,"pushed_at":"2026-01-10T13:28:02.000Z","size":150,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T04:11:39.325Z","etag":null,"topics":["content-tools","functional-programming","haskell","hyperpolymath","poly-ssg","publishing","ssg","static-site","static-site-generator","templates","themes","websites","websites-and-cms"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/hyperpolymath.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":".github/FUNDING.yml","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},"funding":{"github":"hyperpolymath","ko_fi":"hyperpolymath","liberapay":"hyperpolymath"}},"created_at":"2025-12-16T02:01:24.000Z","updated_at":"2026-01-10T13:28:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hyperpolymath/casket-ssg","commit_stats":null,"previous_names":["hyperpolymath/casket-ssg"],"tags_count":9,"template":false,"template_full_name":"hyperpolymath/template-repo","purl":"pkg:github/hyperpolymath/casket-ssg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fcasket-ssg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fcasket-ssg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fcasket-ssg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fcasket-ssg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperpolymath","download_url":"https://codeload.github.com/hyperpolymath/casket-ssg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fcasket-ssg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["content-tools","functional-programming","haskell","hyperpolymath","poly-ssg","publishing","ssg","static-site","static-site-generator","templates","themes","websites","websites-and-cms"],"created_at":"2026-01-13T23:38:01.823Z","updated_at":"2026-01-13T23:38:02.593Z","avatar_url":"https://github.com/hyperpolymath.png","language":"Haskell","readme":"= casket-ssg\nimage:https://img.shields.io/badge/license-PMPL--1.0-blue.svg[License,link=\"https://github.com/hyperpolymath/palimpsest-license\"]\n\n\n\n\nimage:https://img.shields.io/badge/Philosophy-Palimpsest-purple.svg[Palimpsest,link=\"https://github.com/hyperpolymath/palimpsest-licence\"]\n\n\n:toc: auto\n:toclevels: 2\n\nimage:https://img.shields.io/badge/RSR-compliant-gold[RSR Compliant,link=https://github.com/hyperpolymath/rhodium-standard-repositories]\nimage:https://img.shields.io/badge/poly--ssg-satellite-blue[poly-ssg,link=https://github.com/hyperpolymath/poly-ssg]\n\n**Pure functional static site generator in Haskell.**\n\n== Who Is This For?\n\n* **Haskell developers** who want to build sites with tools they know and love\n* **Functional programming enthusiasts** who appreciate compositional design\n* **Teams requiring reliability** where type safety prevents runtime surprises\n* **Anyone frustrated** by dynamic language site builders that fail at deploy time\n\n== Why casket-ssg?\n\n=== Type Safety That Matters\n\nYour site structure is checked at compile time. Missing templates, broken links, malformed frontmatter - all caught before deployment, not discovered by users.\n\n=== Composable Pipelines\n\nContent transformations compose like functions should. Chain markdown processing, templating, and asset handling with confidence that types align.\n\n=== Lazy Large-Site Builds\n\nHaskell's lazy evaluation means casket-ssg only processes what's needed. Incremental builds are natural, not bolted on.\n\n=== Pandoc Integration\n\nBest-in-class document conversion with full Pandoc support. Markdown, reStructuredText, Org-mode - your content, your format.\n\n== Quick Start\n\n[source,bash]\n----\n# Install\ncabal update\ncabal install casket-ssg\n\n# Create a site\ncasket-ssg init my-site\ncd my-site\n\n# Build\ncasket-ssg build\n\n# Preview locally\ncasket-ssg serve\n----\n\n== Features\n\n* **Compile-time template validation** - broken templates don't build\n* **Strong frontmatter types** - YAML parsing with schema enforcement\n* **Asset pipeline** - CSS/JS processing with hash-based cache busting\n* **Incremental builds** - only rebuild what changed\n* **Live reload** - instant preview during development\n* **RSS/Atom feeds** - generated automatically from content\n* **Sitemap generation** - SEO-ready output\n\n== Requirements\n\n* GHC 9.0 or later\n* Cabal 3.0 or Stack 2.0\n\n== Part of poly-ssg\n\ncasket-ssg is part of the https://github.com/hyperpolymath/poly-ssg[poly-ssg] family of language-native static site generators, unified through https://github.com/hyperpolymath/poly-ssg-mcp[MCP integration].\n\n== License\n\nPMPL-1.0-or-later\n","funding_links":["https://github.com/sponsors/hyperpolymath","https://ko-fi.com/hyperpolymath","https://liberapay.com/hyperpolymath"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fcasket-ssg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperpolymath%2Fcasket-ssg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fcasket-ssg/lists"}