{"id":18517822,"url":"https://github.com/femtopixel/docker-eleventy","last_synced_at":"2025-07-12T03:05:00.329Z","repository":{"id":97055934,"uuid":"282761674","full_name":"femtopixel/docker-eleventy","owner":"femtopixel","description":"Static site generator - Docker image (multiarch)","archived":false,"fork":false,"pushed_at":"2025-06-18T23:00:19.000Z","size":2823,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T00:17:55.312Z","etag":null,"topics":["docker","docker-image","generator","site","static-site","static-site-generator"],"latest_commit_sha":null,"homepage":"https://brands.jaymoulin.me/femtopixel/docker-eleventy/","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/femtopixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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":null,"patreon":null,"open_collective":null,"ko_fi":"jaymoulin","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/jaymoulin","https://www.buymeacoffee.com/jaymoulin","https://www.tipeeestream.com/cursedware/donation","https://streamlabs.com/cursedware/tip"]}},"created_at":"2020-07-27T01:02:41.000Z","updated_at":"2025-06-18T23:00:23.000Z","dependencies_parsed_at":"2024-03-06T17:56:13.069Z","dependency_job_id":"f04c861e-60a4-416c-a9b2-f3b2311ec11c","html_url":"https://github.com/femtopixel/docker-eleventy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/femtopixel/docker-eleventy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femtopixel%2Fdocker-eleventy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femtopixel%2Fdocker-eleventy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femtopixel%2Fdocker-eleventy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femtopixel%2Fdocker-eleventy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/femtopixel","download_url":"https://codeload.github.com/femtopixel/docker-eleventy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femtopixel%2Fdocker-eleventy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264928926,"owners_count":23684738,"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":["docker","docker-image","generator","site","static-site","static-site-generator"],"created_at":"2024-11-06T17:09:28.925Z","updated_at":"2025-07-12T03:05:00.053Z","avatar_url":"https://github.com/femtopixel.png","language":"Makefile","funding_links":["https://ko-fi.com/jaymoulin","https://www.paypal.me/jaymoulin","https://www.buymeacoffee.com/jaymoulin","https://www.tipeeestream.com/cursedware/donation","https://streamlabs.com/cursedware/tip","https://www.ko-fi.com/jaymoulin"],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.\n \n\u003e [!NOTE]\n\u003e (This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many  desirable features yet to be added.)\n \n\u003e [!TIP]\n\u003e THIS REPOSITORY IS AUTO-UPDATED BY [GITHUB-RELEASE-NOTIFIER](https://github.com/femtopixel/github-release-notifier) (https://github.com/femtopixel/github-release-notifier)\n\n![logo](logo.png)\n\nEleventy - Docker Image\n=======================\n\n[![latest release](https://img.shields.io/github/release/femtopixel/docker-eleventy.svg \"latest release\")](http://github.com/femtopixel/docker-eleventy/releases)\n[![Docker Pulls](https://img.shields.io/docker/pulls/femtopixel/eleventy.svg)](https://hub.docker.com/r/femtopixel/eleventy/)\n[![Docker Stars](https://img.shields.io/docker/stars/femtopixel/eleventy.svg)](https://hub.docker.com/r/femtopixel/eleventy/)\n[![PayPal donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png \"PayPal donation\")](https://www.paypal.me/jaymoulin)\n[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png \"Buy me a coffee\")](https://www.buymeacoffee.com/jaymoulin)\n[![Buy me a coffee](https://ko-fi.com/img/githubbutton_sm.svg \"Buy me a coffee\")](https://www.ko-fi.com/jaymoulin)\n\nDescription\n-----------\n\nThe purpose of this image is to use [eleventy (static site builder)](https://github.com/11ty/eleventy) easily thanks to Docker. \n\nDocker Usage\n------------\n\nDev :\n\n```\ndocker run --rm -v /path/to/your/site:/app --name eleventy -p 8080:8080 femtopixel/eleventy --serve\n```\nProduction :\n\n```\ndocker run --rm -v /path/to/your/site:/app --name eleventy femtopixel/eleventy --output=/app/_site/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemtopixel%2Fdocker-eleventy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffemtopixel%2Fdocker-eleventy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemtopixel%2Fdocker-eleventy/lists"}