{"id":15138684,"url":"https://github.com/sarahkvburnett/elevenwind","last_synced_at":"2025-09-29T08:30:23.613Z","repository":{"id":123874910,"uuid":"586385910","full_name":"sarahkvburnett/elevenwind","owner":"sarahkvburnett","description":"Eleventy Starter with Tailwind CSS","archived":true,"fork":false,"pushed_at":"2023-07-03T09:05:33.000Z","size":147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-27T07:43:19.409Z","etag":null,"topics":["eleventy","nunjucks","tailwind-css","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarahkvburnett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-01-07T23:56:08.000Z","updated_at":"2023-07-03T09:05:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d4f3f59-0f4d-427b-8657-e69079ca97c9","html_url":"https://github.com/sarahkvburnett/elevenwind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahkvburnett%2Felevenwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahkvburnett%2Felevenwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahkvburnett%2Felevenwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahkvburnett%2Felevenwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarahkvburnett","download_url":"https://codeload.github.com/sarahkvburnett/elevenwind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234600846,"owners_count":18858545,"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":["eleventy","nunjucks","tailwind-css","webpack"],"created_at":"2024-09-26T07:43:23.117Z","updated_at":"2025-09-29T08:30:22.826Z","avatar_url":"https://github.com/sarahkvburnett.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elevenwind\n\nPLEASE USE ELEVENPACKED INSTEAD\n\nAn Eleventy Starter Kit, my base for all new 11ty projects now with Tailwind.css\n\nBased of [Eleventastic](https://github.com/maxboeck/eleventastic/tree/master) (no external build, maintains manifest.json)\n\n## Features\n\n* Tailwind CSS\n* Additional CSS Pipeline (Sass, CleanCSS)\n* JS Bundling (Webpack)\n* HTML Minification\n* No external builds, everything runs through 11ty\n* Enhanced Eleventy Navigation\n\n## Getting Started\n\nTo install the necessary packages, run this command in the root folder of the site:\n\n```sh\nnpm install\n```\n\n### Commands\n\n* Run `npm start` or `npm run dev` for a development server and live reloading\n* Run `npm run build` to generate a production build\n\n\n## Template Filters\n### Page\nEach provides array of page objects matching filter\n\nTo use, add the following page data within template front matter data (can add to these):\n```text\n---\npage:\n    title: Beyond Wordpress\n    excerpt: The dawn of Wordpress began in 2003 and has since become widely adopted as “go to” website solution for any business wanting a CMS.\n    image: artwork/laptop.png\n    related: ['/articles/grass-roots']\n---\n```\n\nAvailable filters:\n* Breadcrumb - hierarchy to include/exclude current page\n```twig\n    {% collections.all | breadcrumb(page) %}\n```\n* Children - page children\n```twig\n    {% set children = collections.all | children(page) %}\n```\n* Siblings - pages with same parent\n```twig\n    {% set siblings = collections.all | siblings(page) }}\n```\n* Related - defined in front matter data\n```twig\n    {% set related = collections.all | related(page) }}\n```\n* Similar - siblings and related\n```twig\n    {% set similar = collections.all | similar(page) }}\n```\n\nNote: could also use [Tags](https://www.11ty.dev/docs/collections/) to filter collections like Shopify\n\n### URL\nEach returns formatted url prefixed with any base url defined `process.env.APP_URL` and suffixed with version param where applicable\n* URL\n```twig\n    {{ '/services' | url }}\n```\n* Asset URL - return asset url within /assets with version param\n```twig\n    {{ 'css/main.css' | asset }}\n```\n* Image URL - returns image url within /assets/url (no image processing at this point) with version param\n```twig\n    {{ 'logo.png' | image }}\n```\n\n## CSS\n\nStyling works with Tailwind CSS, see tailwind.config.js. \n\nAdditional Sass pipeline. The main index file is in src/assets/styles/main.scss. Import any SCSS code you want in there; it will be processed and optimized. The output is in public/assets/css/main.css.\n\n## JS\n\nJavascript can be written in ES6 syntax. The main index file is in src/assets/scripts/main.js. It will be transpiled to ES5 with babel, bundled together with webpack, and minified in production. The output is in public/assets/js/main.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahkvburnett%2Felevenwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarahkvburnett%2Felevenwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahkvburnett%2Felevenwind/lists"}