{"id":13929278,"url":"https://github.com/matthiasott/eleventy-plus-vite","last_synced_at":"2026-03-11T09:31:36.092Z","repository":{"id":37263918,"uuid":"500981000","full_name":"matthiasott/eleventy-plus-vite","owner":"matthiasott","description":"A clean and fast Eleventy Starter Project with Vite","archived":false,"fork":false,"pushed_at":"2024-08-19T12:36:32.000Z","size":261,"stargazers_count":204,"open_issues_count":4,"forks_count":30,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-20T05:04:50.857Z","etag":null,"topics":["11ty","11ty-template","eleventy","eleventy-starter","jamstack","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://eleventyplusvite.netlify.app","language":"SCSS","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/matthiasott.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":"2022-06-07T19:41:49.000Z","updated_at":"2025-03-30T19:13:32.000Z","dependencies_parsed_at":"2024-08-19T13:29:14.676Z","dependency_job_id":null,"html_url":"https://github.com/matthiasott/eleventy-plus-vite","commit_stats":{"total_commits":51,"total_committers":4,"mean_commits":12.75,"dds":0.1568627450980392,"last_synced_commit":"5d98477834458e8343437f56cd3d5cdad87877e8"},"previous_names":[],"tags_count":11,"template":true,"template_full_name":null,"purl":"pkg:github/matthiasott/eleventy-plus-vite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasott%2Feleventy-plus-vite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasott%2Feleventy-plus-vite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasott%2Feleventy-plus-vite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasott%2Feleventy-plus-vite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthiasott","download_url":"https://codeload.github.com/matthiasott/eleventy-plus-vite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthiasott%2Feleventy-plus-vite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30377273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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":["11ty","11ty-template","eleventy","eleventy-starter","jamstack","vite","vitejs"],"created_at":"2024-08-07T18:02:13.840Z","updated_at":"2026-03-11T09:31:36.073Z","avatar_url":"https://github.com/matthiasott.png","language":"SCSS","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# Eleventy Plus Vite \u003cbr\u003e🏃💨\n\nA clean and fast Eleventy Starter Project with Vite.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ef99b4ea-199f-497b-84c1-48c34355da8a/deploy-status)](https://app.netlify.com/sites/eleventyplusvite/deploys)\n## Features\n\n* Eleventy v3\n* Eleventy Dev Server with live reload\n* Vite v5\n* Vite as Middleware in Eleventy Dev Server (uses [eleventy-plugin-vite](https://github.com/11ty/eleventy-plugin-vite/))\n* Eleventy build output is post-processed by [Vite](https://vitejs.dev) (with Rollup)\n* CSS/Sass post-processing with PostCSS incl. [Autoprefixer](https://github.com/postcss/autoprefixer) and cssnano\n* Uses [my own opinionated CSS/Sass structure](https://matthiasott.com/notes/how-i-structure-my-css)\n* Critical CSS, generated and inlined via [rollup-plugin-critical](https://github.com/nystudio107/rollup-plugin-critical). The main CSS file is then loaded asynchronously with [Scott Jehl’s `media` loading strategy](https://www.filamentgroup.com/lab/load-css-simpler/) (adds `media=\"print\"` and swaps to `media=\"all\"` once loaded)\n* Example implementation of a web font loading strategy ([critical FOFT with preload](https://www.zachleat.com/web/comprehensive-webfonts/#critical-foft-preload))\n* Basic fluid typography based on [Utopia](https://utopia.fyi)\n* Basic dark mode support (using `prefers-color-scheme` and CSS Custom Properties)\n* Polyfill for [focus-visible](https://matthiasott.com/notes/focus-visible-is-here)\n* RSS feed 🧡\n* XML sitemap\n* Four Hundos Lighthouse score 💯💯💯💯\n\n## Getting started\n\nStart by [generating a new repository based on this project](https://github.com/matthiasott/eleventy-plus-vite/generate).\n\nAfter cloning (or downloading) the repository to your local machine, install all dependencies with the command\n\n```sh\nnpm install\n```\n\n## Run dev server\n\nThe project comes with Eleventy’s built-in development server. You can start the server with\n\n```sh\nnpm start\n````\n\nor\n\n```sh\nnpx @11ty/eleventy --serve\n````\n\n\n## Build\n\nTo trigger a production build, use\n\n```sh\nnpm run build\n````\n\nor\n\n```sh\nnpx @11ty/eleventy\n```\n\n## Deploy a fork of this template to Netlify\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/matthiasott/eleventy-plus-vite)\n\n## CSS\nBy default, this starter project uses Sass with an opinionated folder structure. Feel free to replace this structure with your own. If you prefer to write standards-compliant, good old plain CSS, this is also supported. Nesting is then possible via the [PostCSS Nesting plugin](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting), following the [CSS Nesting specification](https://drafts.csswg.org/css-nesting-1/).\n\n[Autoprefixer](https://github.com/postcss/autoprefixer) adds necessary browser prefixes. The [browserslist](https://github.com/browserslist/browserslist) settings can be adjusted in `package.json`.\n\n## Roadmap\n* Add more base styles and a demo page that shows example styles and components\n* Add a toggle button for the dark mode theme\n* More advanced base styles for modern CSS layout\n* Webmention/IndieWeb support\n\n## Feedback\n\nPlease provide feedback! 🤗 Ideally by [filing an issue here](https://github.com/matthiasott/eleventy-plus-vite/issues) – or via a pull request.\n## Thank you!\n\nThis starter project would not have been possible without the many great sites and projects I was able to learn from, use as inspiration, and shamelessly copy code from:\n\n* Zach Leatherman [zachleat.com](https://github.com/zachleat/zachleat.com)\n* Max Böck’s [Eleventastic](https://github.com/maxboeck/eleventastic)\n* Stephanie Eckles’s [11ty Netlify Jumpstart](https://github.com/5t3ph/11ty-netlify-jumpstart)\n* Miriam Suzanne [miriamsuzanne.com](https://www.miriamsuzanne.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthiasott%2Feleventy-plus-vite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthiasott%2Feleventy-plus-vite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthiasott%2Feleventy-plus-vite/lists"}