{"id":19154032,"url":"https://github.com/cjimti/ghp-dev","last_synced_at":"2026-05-08T07:31:27.755Z","repository":{"id":101890042,"uuid":"127025778","full_name":"cjimti/ghp-dev","owner":"cjimti","description":"Github Pages, local Jekyll site development with Docker ","archived":false,"fork":false,"pushed_at":"2018-03-27T20:02:30.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T16:36:05.165Z","etag":null,"topics":["docker","docker-compose","docker-container","docker-image","github-pages","jekyll","static-site","static-site-generator","website"],"latest_commit_sha":null,"homepage":null,"language":null,"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/cjimti.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":"2018-03-27T17:56:15.000Z","updated_at":"2021-03-31T12:29:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"237a0651-9976-4f36-948f-0d32d948ed56","html_url":"https://github.com/cjimti/ghp-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cjimti/ghp-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjimti%2Fghp-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjimti%2Fghp-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjimti%2Fghp-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjimti%2Fghp-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjimti","download_url":"https://codeload.github.com/cjimti/ghp-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjimti%2Fghp-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32770979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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":["docker","docker-compose","docker-container","docker-image","github-pages","jekyll","static-site","static-site-generator","website"],"created_at":"2024-11-09T08:25:13.972Z","updated_at":"2026-05-08T07:31:27.717Z","avatar_url":"https://github.com/cjimti.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Pages - Development Docker Container\n\n[![Docker Container Image Size](https://shields.beevelop.com/docker/image/image-size/cjimti/jekyll/latest.svg)](https://hub.docker.com/r/cjimti/jekyll/)\n[![Docker Container Layers](https://shields.beevelop.com/docker/image/layers/cjimti/jekyll/latest.svg)](https://hub.docker.com/r/cjimti/jekyll/)\n[![Docker Container Pulls](https://img.shields.io/docker/pulls/cjimti/jekyll.svg)](https://hub.docker.com/r/cjimti/jekyll/)\n\nGithub Pages, local Jekyll site development with Docker\n\nNo need to install Ruby, rvm, bundler, etc. Only requirement is [Docker].\n\nFork and build your own Jekyll container or use the the docker-compose configuration below:\n\n**docker-compose.yml**:\n```\n# Run jekyll build and serve from a Docker container\n# for easy local development of a Github Pages Jekyll site.\nversion: '3'\nservices:\n  build:\n    image: \"cjimti/jekyll\"\n    container_name: jekyll-build\n    volumes:\n      - .:/src\n    working_dir: /src\n    command:\n      - \"build\"\n      - \"--watch\"\n  serve:\n    image: \"cjimti/jekyll\"\n    container_name: jekyll-serve\n    ports:\n     - \"4000:4000\"\n    volumes:\n      - .:/src\n    depends_on:\n      - build\n    working_dir: /src/_site\n    command:\n      - \"serve\"\n      - \"--incremental\"\n      - \"-H\"\n      - \"0.0.0.0\"   \n```\n\nRun `docker-compose up` from a terminal in the base of the repository.\n\nBrowse to http://127.0.0.1:4000\n\n### Run without compose\n\nBuild your site once with the following command:\n\n```bash\ndocker run --rm -v \"$(pwd)\":/src cjimti/jekyll build\n```\n\nServe your static site and watch for changes:\n\n```bash\ndocker run --rm -v \"$(pwd)\":/src -w /src/_site -p 4000:4000 \\\n      cjimti/jekyll serve --incremental -H 0.0.0.0\n```\n\nBrowse to http://127.0.0.1:4000\n\n[Docker]: https://www.docker.com/\n[docker-compose]: https://docs.docker.com/compose/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjimti%2Fghp-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjimti%2Fghp-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjimti%2Fghp-dev/lists"}