{"id":14979379,"url":"https://github.com/mmistakes/jekyll-sample-content","last_synced_at":"2026-03-04T19:32:46.358Z","repository":{"id":66256858,"uuid":"56342558","full_name":"mmistakes/jekyll-sample-content","owner":"mmistakes","description":":paperclip: Sample Jekyll content (posts, pages, collections, and images) to test your theme against.","archived":false,"fork":false,"pushed_at":"2024-06-22T21:15:47.000Z","size":1800,"stargazers_count":63,"open_issues_count":0,"forks_count":40,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T21:30:06.529Z","etag":null,"topics":["jekyll","jekyll-themes"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"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/mmistakes.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2016-04-15T18:50:11.000Z","updated_at":"2025-01-23T22:29:44.000Z","dependencies_parsed_at":"2024-09-19T02:04:04.059Z","dependency_job_id":"bcd5bd7c-620e-4fbb-b71c-85bb59c83ec7","html_url":"https://github.com/mmistakes/jekyll-sample-content","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":0.5,"last_synced_commit":"d1ffaa2a492a37da64e1ccbfef209f8bbc9f6e0f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmistakes/jekyll-sample-content","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistakes%2Fjekyll-sample-content","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistakes%2Fjekyll-sample-content/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistakes%2Fjekyll-sample-content/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistakes%2Fjekyll-sample-content/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmistakes","download_url":"https://codeload.github.com/mmistakes/jekyll-sample-content/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistakes%2Fjekyll-sample-content/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30090559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T18:31:08.343Z","status":"ssl_error","status_checked_at":"2026-03-04T18:31:07.708Z","response_time":59,"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":["jekyll","jekyll-themes"],"created_at":"2024-09-24T13:59:54.615Z","updated_at":"2026-03-04T19:32:46.339Z","avatar_url":"https://github.com/mmistakes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll sample content\nI found myself creating *dummy* content over and over again to test Jekyll themes against. So to save time I put together a collection of posts, pages, and collections that cover all sorts of edge cases one might encounter.\n\nThis was predominately built to test [my Jekyll themes](https://mademistakes.com/work/jekyll-themes/) so there are a few layout specific tests in there. But otherwise it should be a solid starting point to test your project against.\n\n## Usage\n\nSimply copy the files into your project and assign `layout: ` as a [Front Matter default](https://jekyllrb.com/docs/configuration/#front-matter-defaults). Layouts haven't been assigned to make things more flexible as everyone names them differently.\n\n**Examples:**\n\n```yaml\ndefaults:\n  \n  # all posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      author_profile: true\n      read_time: true\n      comments: true\n      share: true\n      related: true\n\n  # all _pages\n  - scope:\n      path: \"\"\n      type: pages\n    values:\n      layout: single\n\n  # recipes collection\n  - scope:\n      path: \"\"\n      type: recipes\n    values:\n      layout: single\n  \n  # pets collection\n  - scope:\n      path: \"\"\n      type: pets\n    values:\n      layout: single\n\n  # portfolio collection\n  - scope:\n      path: \"\"\n      type: portfolio\n    values:\n      layout: single\n```\n\n## Sample Content\n\n| Name | Description | Layout Dependent |\n| ---- | ----------- | --------------- |\n| **authors** | `authors.yml` data file for testing multi-author sites | Yes |\n| **drafts** | sample draft posts | No |\n| **includes** | various helpers for generating galleries, feature blocks, table of contents, etc. | Yes |\n| **pages** | sample pages, 404 error page, and various Liquid-based archives | No |\n| **collections** | collection documents for `_pets`, `_recipes`, `_portfolio` | No |\n| **posts** | sample posts with a range of content and edge-cases | Yes |\n| **images** | image assets found in sample posts and collections | No |\n\nSome archives make use of the [`group-by-array`](https://github.com/mushishi78/jekyll-group-by-array) include helper.\n\n---\n\n## License\n\nMIT License\n\nCopyright (c) 2016 Michael Rose\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmistakes%2Fjekyll-sample-content","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmistakes%2Fjekyll-sample-content","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmistakes%2Fjekyll-sample-content/lists"}