{"id":21304795,"url":"https://github.com/tigersway/fruits-express","last_synced_at":"2025-07-11T21:30:43.148Z","repository":{"id":41556685,"uuid":"439548712","full_name":"TigersWay/fruits-express","owner":"TigersWay","description":"Simple data-oriented \u0026 multi-language starter with Eleventy, TailwindCSS \u0026 Fontsource","archived":false,"fork":false,"pushed_at":"2023-03-15T01:16:16.000Z","size":3182,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T09:06:02.822Z","etag":null,"topics":["11ty","eleventy","fontsource","starter","tailwindcss"],"latest_commit_sha":null,"homepage":"https://tigersway.github.io/fruits-express/","language":"Nunjucks","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/TigersWay.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}},"created_at":"2021-12-18T06:51:27.000Z","updated_at":"2024-06-28T05:44:57.000Z","dependencies_parsed_at":"2023-01-19T04:45:44.037Z","dependency_job_id":null,"html_url":"https://github.com/TigersWay/fruits-express","commit_stats":null,"previous_names":[],"tags_count":7,"template":true,"template_full_name":null,"purl":"pkg:github/TigersWay/fruits-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Ffruits-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Ffruits-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Ffruits-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Ffruits-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TigersWay","download_url":"https://codeload.github.com/TigersWay/fruits-express/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Ffruits-express/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264902030,"owners_count":23680977,"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":["11ty","eleventy","fontsource","starter","tailwindcss"],"created_at":"2024-11-21T16:16:03.802Z","updated_at":"2025-07-11T21:30:42.750Z","avatar_url":"https://github.com/TigersWay.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fruits-express  ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/tigersway/fruits-express?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/tigersway/fruits-express?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues/tigersway/fruits-express?style=flat-square)\n\nSimple data-oriented \u0026 multi-language starter with Eleventy \u0026 TailwindCSS\n\nDependencies:\n\n- ![@11ty/eleventy](https://img.shields.io/github/package-json/dependency-version/tigersway/fruits-express/dev/@11ty/eleventy)\n\nDemo:\n[![Netlify](https://img.shields.io/badge/Netlify--none?style=social\u0026logo=netlify)](https://fruits-express.netlify.app)\n[![Cloudflare](https://img.shields.io/badge/Cloudflare_pages--none?style=social\u0026logo=cloudflare)](https://fruits-express.pages.dev)\n[![Render](https://img.shields.io/badge/render--none?style=social\u0026logo=eleventy\u0026logoColor=46e3b7)](https://fruits-express.onrender.com)\n[![Vercel](https://img.shields.io/badge/vercel--none?style=social\u0026logo=vercel)](https://fruits-express.vercel.app)\n[![Github](https://img.shields.io/badge/Github_pages--none?style=social\u0026logo=github)](https://tigersway.github.io/fruits-express/)\n\n### Fontsource\n\n\u003e An updating monorepo full of self-hostable Open Source fonts bundled into individual NPM packages!\n\nIn the last canary - @11ty/Eleventy 2.0.0-canary.12 - has been introduced what [Zach](https://github.com/zachleat) called \"For-free passthrough copy\". It should be the new smooth and light way to deal with \"static assets\".\n\nSpecifically hosting Google - or not - fonts: [Introduction](https://fontsource.org/docs/introduction)\n\n### \"Generic builder\"\n\nYou can use the usual `npm run build` script to generate every configuration you should need (command line or dotenv-cli):\n\n- `SITE_URL=https://fruits-express.xyz CLOUDINARY_CDN_URL=https://res.cloudinary.com/myaccount npm run build`\n- `SITE_URL=https://yourname.github.io PATHPREFIX=fruits-express npm run build`\n- `SITE_URL=https://example.com PATHPREFIX=abcd npm run build`\n\nAvailable variables are:\n\n- SITE_URL (default to `https://fruits-express.com`)\n- CLOUDINARY_CDN_URL (no default)\n- PATHPREFIX (no default)\n\n### CHANGELOG\n\n- **v2.4.1**\n  - Eleventy v2.0.0\n  \n- **v2.4.0**\n  - Eleventy 2.0.0-canary.15\n    - `eleventy.config.js` is now the default config file\n    - the new HTML \u0026lt;base\u0026gt; plugin allows us to get rid of the url filter\n\n- **v2.3.0**\n  - Eleventy 2.0.0-canary.12 \u0026 \"For-free passthrough copy\"\n  - [FontSource](https://fontsource.org/) is now available and useful  \n    `eleventyConfig.addPassthroughCopy({ 'node_modules/@fontsource/sarabun/files/*{latin,thai}-{400,700}*.woff2': 'css/files' });`\n\n- **v2.2.0**\n  - Added a \"Generic builder\"\n  - Fix images url without CDN\n\n- **v2.1.0**\n  - Added github-pages demo (great to check the url filter)\n\n- **v2.0.1**\n  - Fix Atom feed (Links \u0026 minification)\n\n- **v2.0.0**\n  - Additions \u0026 New features\n    - Mono dataset but multi-language and some light markdown\n    - New Eleventy dev-server with express-static middleware\n    - html-minifier\n    - RSS/Atom\n    - sitemap.xml\n  - Updates:\n    - Dependencies:\n      - Eleventy v2.x among others\n      - Concurrently (npm-run-all is clearly dead)\n    - Sarabun v13 (font)\n    - DataSet images to png\n\n- **v1.0.0**\n  - Eleventy v1.x\n  - TailwindCSS v3.x\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigersway%2Ffruits-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigersway%2Ffruits-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigersway%2Ffruits-express/lists"}