{"id":19221110,"url":"https://github.com/ledermann/docker-jekyll","last_synced_at":"2025-02-23T09:26:42.401Z","repository":{"id":48768572,"uuid":"131467729","full_name":"ledermann/docker-jekyll","owner":"ledermann","description":"Smallest possible Docker image to deploy a static Jekyll website","archived":false,"fork":false,"pushed_at":"2024-05-16T18:52:08.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T18:54:21.923Z","etag":null,"topics":["deployment","docker","jekyll"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ledermann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-29T05:12:22.000Z","updated_at":"2021-10-20T09:02:21.000Z","dependencies_parsed_at":"2022-08-26T20:46:56.075Z","dependency_job_id":null,"html_url":"https://github.com/ledermann/docker-jekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fdocker-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fdocker-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fdocker-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fdocker-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ledermann","download_url":"https://codeload.github.com/ledermann/docker-jekyll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240295255,"owners_count":19778857,"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":["deployment","docker","jekyll"],"created_at":"2024-11-09T14:40:04.790Z","updated_at":"2025-02-23T09:26:42.322Z","avatar_url":"https://github.com/ledermann.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DockerJekyll\n\nBuilding the smallest possible Docker image (based on `nginx:stable-alpine`) to deploy a static Jekyll website\n\n\n## Getting started\n\n```bash\njekyll build\ndocker build -t my-site .\ndocker run -it -p 8080:80 my-site\n```\n\nOpen http://localhost:8080 in your browser.\n\n\n## About size\n\nThe resulting image contains only `nginx` and the HTML code. No Ruby, no build stuff - ready to ship to your Docker host.\n\nLook at the image size:\n\n```bash\n$ docker images | grep my-site\nmy-site   latest   9d3ab37ef5d8   3 seconds ago   22.7MB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledermann%2Fdocker-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fledermann%2Fdocker-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledermann%2Fdocker-jekyll/lists"}