{"id":17254283,"url":"https://github.com/waynevanson/11ty-template","last_synced_at":"2025-08-15T14:13:59.794Z","repository":{"id":223827411,"uuid":"761146372","full_name":"waynevanson/11ty-template","owner":"waynevanson","description":"A simple 11ty template with some sick tools preconfigured","archived":false,"fork":false,"pushed_at":"2024-02-22T08:51:16.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T03:34:09.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/waynevanson.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}},"created_at":"2024-02-21T10:25:15.000Z","updated_at":"2024-02-22T08:35:36.000Z","dependencies_parsed_at":"2024-02-22T09:48:47.989Z","dependency_job_id":null,"html_url":"https://github.com/waynevanson/11ty-template","commit_stats":null,"previous_names":["waynevanson/11ty-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waynevanson/11ty-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynevanson%2F11ty-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynevanson%2F11ty-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynevanson%2F11ty-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynevanson%2F11ty-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waynevanson","download_url":"https://codeload.github.com/waynevanson/11ty-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynevanson%2F11ty-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579762,"owners_count":24610070,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":[],"created_at":"2024-10-15T07:08:12.824Z","updated_at":"2025-08-15T14:13:59.729Z","avatar_url":"https://github.com/waynevanson.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 11TY Starter\n\nThis starter is bootstrapped with the following tools:\n\n- `11ty` for the static site generated (SSG) framework.\n- `tailwindcss via postcss` for styling.\n- `liquid` for the templating language.\n\n## Prerequisites\n\n- NodeJS\n- Linux (WSL or a UNIX based system)\n\n## Quickstart\n\n1. Fork this repository.\n2. Clone it to your computer.\n3. `cd` into it.\n4. Run `npm install`\n5. Run `npm run develop`\n\nThese steps will make your website available at \u003ca href=\"http://localhost:8080\"\u003ehttp://localhost:8080\u003c/a\u003e, which will auto reload when a change is made.\n\n## HTML\n\nTo add HTML, we will instead use the extension `.liquid`.\nWhen running the server, it will transform the liquid file into a HTML file out into the `_site/` directory.\n\n## Data\n\nData comes from `_data`. To access this in the liquid template, we reference it using the object name.\n\nCheck `src/_data/menu.yaml` and `src/menu.liquid` for its application.\n\n## Styling\n\nTo add styling, use the tailwind classes.\n\n```html\n\u003cp class=\"p-2 ml-1\"\u003eHello\u003c/p\u003e\n\n\u003c!-- The classes above will be computed to this css --\u003e\n\u003cstyle\u003e\n  .p-2 {\n    padding: 0.5rem;\n  }\n\n  .ml-1 {\n    margin-left: 0.25rem;\n  }\n\u003c/style\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaynevanson%2F11ty-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaynevanson%2F11ty-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaynevanson%2F11ty-template/lists"}