{"id":15696173,"url":"https://github.com/ahmadnassri/docker-github-pages","last_synced_at":"2025-09-11T16:49:02.738Z","repository":{"id":38305142,"uuid":"262217372","full_name":"ahmadnassri/docker-github-pages","owner":"ahmadnassri","description":"jekyll \u0026 github-pages in one container","archived":false,"fork":false,"pushed_at":"2025-07-16T14:07:40.000Z","size":125,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T14:45:54.112Z","etag":null,"topics":["docker","github-pages","jekyll"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/ahmadnassri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["ahmadnassri"]}},"created_at":"2020-05-08T03:25:43.000Z","updated_at":"2025-07-16T14:04:19.000Z","dependencies_parsed_at":"2023-02-13T22:45:24.455Z","dependency_job_id":"3acab439-be46-4fe4-80b4-5c072021588d","html_url":"https://github.com/ahmadnassri/docker-github-pages","commit_stats":{"total_commits":282,"total_committers":3,"mean_commits":94.0,"dds":"0.13120567375886527","last_synced_commit":"536368b72d93c971502340294906fee7ef988b59"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/ahmadnassri/docker-github-pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadnassri%2Fdocker-github-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadnassri%2Fdocker-github-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadnassri%2Fdocker-github-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadnassri%2Fdocker-github-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadnassri","download_url":"https://codeload.github.com/ahmadnassri/docker-github-pages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadnassri%2Fdocker-github-pages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274672856,"owners_count":25328550,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","github-pages","jekyll"],"created_at":"2024-10-03T19:08:07.470Z","updated_at":"2025-09-11T16:49:02.711Z","avatar_url":"https://github.com/ahmadnassri.png","language":"Makefile","funding_links":["https://github.com/sponsors/ahmadnassri"],"categories":[],"sub_categories":[],"readme":"# GitHub Pages Jekyll Container\n\na Jekyll container with all the officially included plugins so you can run locally.\n\n[![license][license-img]][license-url]\n[![release][release-img]][release-url]\n[![size][size-img]][size-url]\n[![docker][docker-img]][docker-url]\n[![github][github-img]][github-url]\n\n# GitHub Pages Jekyll Container\n\n### Included plugins:\n\nIncludes the same plugins as the ones [included with GitHub Pages][]:\n\n-   `jekyll-coffeescript`\n-   `jekyll-default-layout`\n-   `jekyll-gist`\n-   `jekyll-github-metadata`\n-   `jekyll-optional-front-matter`\n-   `jekyll-paginate`\n-   `jekyll-readme-index`\n-   `jekyll-titles-from-headings`\n-   `jekyll-relative-links`\n\n## Usage\n\ncreate a `docker-compose.yml` with the following:\n\n``` yaml\nversion: '3'\n\nservices:\n  jekyll:\n    image: ahmadnassri/github-pages\n    volumes:\n      - $PWD:/site\n    ports:\n      - 4000:4000\n      - 35729:35729\n```\n\n\u003e #### Volumes\n\u003e\n\u003e Map the the directory where Jekyll will read files to `/site`\n\n  [included with GitHub Pages]: https://help.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll#plugins\n\n----\n\u003e Author: [Ahmad Nassri](https://www.ahmadnassri.com/) \u0026bull;\n\u003e Twitter: [@AhmadNassri](https://twitter.com/AhmadNassri)\n\n[license-url]: LICENSE\n[license-img]: https://badgen.net/github/license/ahmadnassri/docker-github-pages\n\n[release-url]: https://github.com/ahmadnassri/docker-github-pages/releases\n[release-img]: https://badgen.net/github/release/ahmadnassri/docker-github-pages\n\n[size-url]: https://hub.docker.com/r/ahmadnassri/github-pages\n[size-img]: https://badgen.net/docker/size/ahmadnassri/github-pages\n\n[docker-url]: https://hub.docker.com/r/ahmadnassri/github-pages\n[docker-img]: https://badgen.net/badge/icon/docker%20hub?icon=docker\u0026label\n\n[github-url]: https://github.com/users/ahmadnassri/packages/container/package/github-pages\n[github-img]: https://badgen.net/badge/icon/github%20registry?icon=github\u0026label\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadnassri%2Fdocker-github-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadnassri%2Fdocker-github-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadnassri%2Fdocker-github-pages/lists"}