{"id":21651083,"url":"https://github.com/iansinnott/docker-jekyll","last_synced_at":"2026-05-04T16:35:41.936Z","repository":{"id":21672430,"uuid":"24993442","full_name":"iansinnott/docker-jekyll","owner":"iansinnott","description":null,"archived":false,"fork":false,"pushed_at":"2014-10-09T14:42:40.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T03:58:56.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/iansinnott.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":"2014-10-09T14:42:19.000Z","updated_at":"2014-10-09T14:42:40.000Z","dependencies_parsed_at":"2022-08-17T21:10:50.847Z","dependency_job_id":null,"html_url":"https://github.com/iansinnott/docker-jekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iansinnott/docker-jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansinnott%2Fdocker-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansinnott%2Fdocker-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansinnott%2Fdocker-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansinnott%2Fdocker-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iansinnott","download_url":"https://codeload.github.com/iansinnott/docker-jekyll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansinnott%2Fdocker-jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32615897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":[],"created_at":"2024-11-25T07:46:40.401Z","updated_at":"2026-05-04T16:35:41.918Z","avatar_url":"https://github.com/iansinnott.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll Blog\n\nThis one is really cool. First, build the image if you haven't already then run it. All you need to do to run is connect the right directory to a volume and name it:\n\n```\n$ docker run -v /path/to/blog:/data isinn/jekyll --name blog\n```\n\nNow run an apache image that is set to serve files from /var/www/html and has a volume at that same directory:\n\n```\n$ docker run -dP --volumes-from blog --name apache isinn/apache\n```\n\n## Updating\n\nHere is the cool part. Running the jekyll image will only last a second because all it does is build the jekyll site and exit. Since it automatically runs the jekyll build command, all we need to do is start it again:\n\n```\n$ docker start blog\n```\n\nNow reload the blog in your browser and you will see the updates.\n\n**Also** see the `Dockerfile` for more info on volumes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiansinnott%2Fdocker-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiansinnott%2Fdocker-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiansinnott%2Fdocker-jekyll/lists"}