{"id":13519562,"url":"https://github.com/sculpin/sculpin","last_synced_at":"2025-05-13T17:14:29.608Z","repository":{"id":37851579,"uuid":"3024954","full_name":"sculpin/sculpin","owner":"sculpin","description":"Sculpin — Static Site Generator","archived":false,"fork":false,"pushed_at":"2025-02-17T00:29:07.000Z","size":1710,"stargazers_count":1467,"open_issues_count":23,"forks_count":193,"subscribers_count":67,"default_branch":"main","last_synced_at":"2025-04-25T14:48:40.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sculpin.io","language":"PHP","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/sculpin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2011-12-21T05:45:31.000Z","updated_at":"2025-04-13T22:58:39.000Z","dependencies_parsed_at":"2024-06-18T12:16:05.198Z","dependency_job_id":"bed37cf8-1480-4c34-9195-3078cc239385","html_url":"https://github.com/sculpin/sculpin","commit_stats":{"total_commits":538,"total_committers":66,"mean_commits":8.151515151515152,"dds":0.6003717472118959,"last_synced_commit":"5f705d845b2dc980ed91b79c49ccaa5f64cbdda0"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sculpin%2Fsculpin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sculpin%2Fsculpin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sculpin%2Fsculpin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sculpin%2Fsculpin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sculpin","download_url":"https://codeload.github.com/sculpin/sculpin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990500,"owners_count":21995776,"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","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":[],"created_at":"2024-08-01T05:02:00.538Z","updated_at":"2025-05-13T17:14:24.595Z","avatar_url":"https://github.com/sculpin.png","language":"PHP","funding_links":[],"categories":["PHP","By Language","Table of Contents"],"sub_categories":["PHP","Static Site Generators"],"readme":"Sculpin - PHP Static Site Generator\n===================================\n\n[![License](https://poser.pugx.org/sculpin/sculpin/license.svg)](https://packagist.org/packages/sculpin/sculpin)\n[![Build Status](https://travis-ci.org/sculpin/sculpin.svg?branch=develop)](https://travis-ci.org/sculpin/sculpin)\n[![Total Downloads](https://poser.pugx.org/sculpin/sculpin/downloads.svg)](https://packagist.org/packages/sculpin/sculpin)\n\nSculpin takes data sources such as text files (Markdown, Textile, etc.) and\ntransforms them using Twig templates to produce a set of static HTML files that\ncan be deployed to almost any hosting platform.\n\nVisit [sculpin.io](https://sculpin.io) for more information.\n\nDocumentation\n-------------\n\nSculpin documentation can be found at [https://sculpin.io/documentation](https://sculpin.io/documentation/),\nand documentation for the Twig template  language can be found at [https://twig.symfony.com](https://twig.symfony.com/)\n\nThere is also a collection of Sculpin \"skeletons\" to help you hit the ground \nrunning with your next Sculpin website.\n\nSculpin Skeletons\n-----------------\n\nSkeletons are starting points for a new Sculpin based site. They include the \nbasic structure of a site, such as Twig-based layout files and the supporting \ntemplates for generating pagination interfaces and listing your content by \ncustom-defined categories.\n\nIn Sculpin, a metadata property such as a category or tag is called a \"taxonomy\",\nand the Blog skeletons below also provide taxonomy layouts to help you organize \nand categorize your content in multiple ways.\n\nWhile you can always start a site from scratch, using a skeleton is a good way\nto get a bunch of structure in place with little or no effort.\n\nUnless otherwise noted, the following skeletons are **barebones**. They have\nminimal styling and design, and are intended to help you get started with adding \nall of your own style and flavor.\n\n * [Blog Skeleton](https://github.com/sculpin/sculpin-blog-skeleton)\n   A minimal Sculpin based blog, based on an older version of Bootstrap CSS.\n * [Tailwind Blog Skeleton](https://github.com/beryllium/sculpin-tailwind-blog-skeleton)\n   A basic Sculpin-based blog, with updated styling and configuration in place\n   based on the Tailwind utility-first CSS framework.\n * [Tailwind Landing Page Skeleton](https://github.com/beryllium/sculpin-tailwind-landing-skeleton)\n   Ideal for a Company or Product website, this skeleton focuses on a single\n   product page as an example - no blog in sight. The design is responsive and \n   mobile-friendly, thanks to TailwindCSS.\n\nSkeletons can be combined with the `composer create-project` command to clone\nSculpin and install dependencies at the same time:\n\n```\n# Bootstrap Blog\n\ncomposer create-project sculpin/blog-skeleton my-blog\n\n# Tailwind Blog\n\ncomposer create-project beryllium/sculpin-tailwind-blog-skeleton my-blog\n\n# Tailwind Product Landing Page\n\ncomposer create-project beryllium/sculpin-tailwind-landing-skeleton my-company\n```\n\nLicense\n-------\n\nMIT, see [LICENSE](/LICENSE).\n\nCommunity\n---------\n\nWant to get involved? Here are a few ways:\n\n* Mention [@getsculpin](https://twitter.com/getsculpin) on Twitter\n* Participate in [Sculpin's GitHub Project](https://github.com/sculpin/sculpin)\n  * A great way to get started in helping with the Sculpin project is by \n    contributing to the documentation in the [sculpin.io repository](https://github.com/sculpin/sculpin.io/)\n  * For support questions, please add issues to the github repository's\n    [issues page](https://github.com/sculpin/sculpin/issues)\n\nNot Invented Here\n-----------------\n\nThere are other fine projects from which Sculpin has been inspired. If you are \nlooking for a stable project with an established community, try something from \nthe following list:\n\n * [Jigsaw](https://jigsaw.tighten.co/) \u0026mdash; PHP \u0026 Laravel-based static site generator\n * [Jekyll](https://jekyllrb.com/) \u0026mdash; Ruby\n * [Hugo](https://gohugo.io/) \u0026mdash; Go-based static site generator\n * [GatsbyJS](https://www.gatsbyjs.org/) \u0026mdash; JS-based static site generator and JAMstack orchestration tool\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsculpin%2Fsculpin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsculpin%2Fsculpin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsculpin%2Fsculpin/lists"}