{"id":23092893,"url":"https://github.com/whatishedoing/docker-jekyll-node","last_synced_at":"2026-01-31T20:33:30.647Z","repository":{"id":152090968,"uuid":"243124077","full_name":"WhatIsHeDoing/docker-jekyll-node","owner":"WhatIsHeDoing","description":"Docker Jekyll Node.js","archived":false,"fork":false,"pushed_at":"2020-02-25T23:25:00.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T18:52:49.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhatIsHeDoing.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":"2020-02-25T23:23:00.000Z","updated_at":"2020-02-25T23:28:38.000Z","dependencies_parsed_at":"2023-07-11T04:32:31.026Z","dependency_job_id":null,"html_url":"https://github.com/WhatIsHeDoing/docker-jekyll-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WhatIsHeDoing/docker-jekyll-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2Fdocker-jekyll-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2Fdocker-jekyll-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2Fdocker-jekyll-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2Fdocker-jekyll-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhatIsHeDoing","download_url":"https://codeload.github.com/WhatIsHeDoing/docker-jekyll-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhatIsHeDoing%2Fdocker-jekyll-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28953665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-12-16T21:39:51.620Z","updated_at":"2026-01-31T20:33:30.643Z","avatar_url":"https://github.com/WhatIsHeDoing.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Jekyll Node.js\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/whatishedoing/jekyll-node?style=for-the-badge)][site]\n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/whatishedoing/jekyll-node?style=for-the-badge)][site]\n\n## 👋 Introduction\n\nDesigned to be used as a base image for [Jekyll] builds, with [Node.js] augmentation. [Yarn] is also available.\n\n## 🏃‍ Usage\n\nTry using it as as part of your [CI/CD] pipeline:\n\n```dockerfile\n# Specify this image.\nFROM whatishedoing/jekyll-node\n\nWORKDIR /home\n\n# Copy all files that are not in .dockerignore.\nCOPY . .\n\n# Install modules and run the build.\nRUN yarn install --frozen-lockfile \u0026\u0026 \\\n    yarn build\n\n# Let the consumer know that Jekyll will serve from port 4000 on docker run.\nEXPOSE 4000\n\n# Run Jekyll serve to test!\nCMD [ \"jekyll\", \"serve\", \"--host\", \"0.0.0.0\" ]\n```\n\n[hub]: https://hub.docker.com/u/whatishedoing\n[Jekyll]: https://jekyllrb.com/\n[Node.js]: https://nodejs.org/\n[site]: https://hub.docker.com/r/whatishedoing/jekyll-node\n[Yarn]: https://yarnpkg.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatishedoing%2Fdocker-jekyll-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatishedoing%2Fdocker-jekyll-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatishedoing%2Fdocker-jekyll-node/lists"}