{"id":16551258,"url":"https://github.com/michaelcurrin/eleventy-quickstart","last_synced_at":"2026-06-29T15:31:21.933Z","repository":{"id":93178149,"uuid":"410494416","full_name":"MichaelCurrin/eleventy-quickstart","owner":"MichaelCurrin","description":"Starter template for a static site built with Eleventy","archived":false,"fork":false,"pushed_at":"2021-09-26T10:43:29.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T15:47:30.798Z","etag":null,"topics":["boilerplate","eleventy","quickstart","static-site","static-site-generator","template"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/MichaelCurrin.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":"2021-09-26T08:26:58.000Z","updated_at":"2021-09-26T10:43:31.000Z","dependencies_parsed_at":"2023-03-03T10:45:19.396Z","dependency_job_id":null,"html_url":"https://github.com/MichaelCurrin/eleventy-quickstart","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/MichaelCurrin/eleventy-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Feleventy-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Feleventy-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Feleventy-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Feleventy-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/eleventy-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Feleventy-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34933498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boilerplate","eleventy","quickstart","static-site","static-site-generator","template"],"created_at":"2024-10-11T19:36:45.812Z","updated_at":"2026-06-29T15:31:21.915Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eleventy Quickstart\n\u003e Starter template for a static site built with Eleventy\n\n[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/eleventy-quickstart?include_prereleases=\u0026sort=semver\u0026color=blue)](https://github.com/MichaelCurrin/eleventy-quickstart/releases/)\n[![License](https://img.shields.io/badge/License-MIT-blue)](#license)\n\n[![Made with Node.js](https://img.shields.io/badge/Node.js-\u003e=12-blue?logo=node.js\u0026logoColor=white)](https://nodejs.org)\n[![Package - @11ty/eleventy](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/eleventy-quickstart/@11ty/eleventy?color=blue)](https://www.npmjs.com/package/@11ty/eleventy)\n\n\n## Preview\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"/sample.png\" alt=\"Sample screenshot\" width=\"400\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\nSet up your own project from this template.\n\n\u003cdiv align=\"center\"\u003e\n\n[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge)](https://github.com/MichaelCurrin/eleventy-quickstart/generate)\n\n\u003c/div\u003e\n\n\n## About\n\nEleventy is an static site generator built on JavaScript. You can install it from the NPM package registry. It was created as a simpler alternative to Jekyll.\n\nLearn about  in my [Eleventy resources](https://michaelcurrin.github.io/dev-resources/resources/javascript/packages/eleventy/).\n\nThis template is meant to be light and follow the pattern of a Jekyll project like [jekyll-blog-demo](https://github.com/MichaelCurrin/jekyll-blog-demo) to make it easy to migrate from Jekyll to Eleventy.\n\nThe website is really simple. Consider next steps as building out some styling and navigation yourself and installing a theme and plugins.\n\n\n## Requirements\n\n- Node.js\n\n\n## Installation\n\nInstall [Node.js](https://nodejs.org/).\n\nClone the repo.\n\nInstall project packages.\n```sh\n$ npm install\n```\n\n\n## Usage\n\n### Server\n\nStart the dev server.\n\n```sh\n$ npm start\n```\n\nThen open the browser at:\n\n- http://localhost:8080\n\n### Build\n\nBuild for a deploy.\n\n```sh\n$ npm run build\n```\n\n### Deploy\n\nTo deploy this site with GitHub Pages and GitHub Actions, see [Workflow Builder](https://michaelcurrin.github.io/workflow-builder/).\n\n\n## License\n\nReleased under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Feleventy-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Feleventy-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Feleventy-quickstart/lists"}