{"id":25982433,"url":"https://github.com/santosh0705/jekyll-paginate-simplecategory","last_synced_at":"2026-04-21T04:04:04.426Z","repository":{"id":56878706,"uuid":"94759508","full_name":"santosh0705/jekyll-paginate-simplecategory","owner":"santosh0705","description":"Simple Pagination Generator for Jekyll Posts Categories","archived":false,"fork":false,"pushed_at":"2017-06-19T10:36:18.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T21:43:48.732Z","etag":null,"topics":["jekyll","jekyll-plugin","ruby","rubygem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/santosh0705.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}},"created_at":"2017-06-19T09:25:32.000Z","updated_at":"2017-06-19T09:32:11.000Z","dependencies_parsed_at":"2022-08-20T23:10:18.808Z","dependency_job_id":null,"html_url":"https://github.com/santosh0705/jekyll-paginate-simplecategory","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/santosh0705/jekyll-paginate-simplecategory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santosh0705%2Fjekyll-paginate-simplecategory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santosh0705%2Fjekyll-paginate-simplecategory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santosh0705%2Fjekyll-paginate-simplecategory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santosh0705%2Fjekyll-paginate-simplecategory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santosh0705","download_url":"https://codeload.github.com/santosh0705/jekyll-paginate-simplecategory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santosh0705%2Fjekyll-paginate-simplecategory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"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-plugin","ruby","rubygem"],"created_at":"2025-03-05T09:24:11.795Z","updated_at":"2026-04-21T04:04:04.407Z","avatar_url":"https://github.com/santosh0705.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll::Paginate::Simplecategory\n\nSimple Pagination Generator for Jekyll Posts Categories\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'jekyll-paginate-simplecategory'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jekyll-paginate-simplecategory\n\n\n## Usage\n\n### Config Example\n\nExample of `_config.yml` file:\n\n```yaml\n# Plugins\ngems:\n  - jekyll-paginate\n  - jekyll-paginate-simplecategory\n\n# Pagination\npaginate: 5\npaginate_path: \"/blog/page:num\"\n\ncategory_paginate_path: \"/blog/:categories/page:num\"\n```\n\n### Customization\n\n#### Layout\n\nSimplecategory uses the default layout template set for pagination configured in the `paginate_path` parameter. To change the default layout add the `category_layout` parameter in `_config.yml` file:\n\n```yaml\n# Pagination\ncategory_layout: \"category.html\"\n```\n\nCreate the layout file `category.html` in `_layout` directory. If you are placing the layout file in any other directory than put the relative path of the file as below.\n\n```yaml\n# Pagination\ncategory_layout: \"/my_layouts/category.html\"\n```\n\n#### Other\n\nYou can set a custom title for each pages by adding the `category_page_title` parameter in `_config.yml` file:\n\n```yaml\n# Pagination\ncategory_page_title: \"My Blog - :categories - Page:num\"\n```\n\n\n## Contributing\n\nFeel free to report any bug and/or submit any improvement pull requests.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantosh0705%2Fjekyll-paginate-simplecategory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantosh0705%2Fjekyll-paginate-simplecategory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantosh0705%2Fjekyll-paginate-simplecategory/lists"}