{"id":20591323,"url":"https://github.com/mobile-michel/aria-landmark","last_synced_at":"2026-03-06T20:32:28.219Z","repository":{"id":233540525,"uuid":"766939329","full_name":"mobile-michel/aria-landmark","owner":"mobile-michel","description":"Eleventy 2.0.1, Liquid, Simple.css \u0026 ARIA landmarks","archived":false,"fork":false,"pushed_at":"2024-05-19T20:10:46.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T13:46:03.836Z","etag":null,"topics":["aria","github-pages","landmarks"],"latest_commit_sha":null,"homepage":"https://mobile-michel.github.io/aria-landmark/","language":"Liquid","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/mobile-michel.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":"2024-03-04T12:16:15.000Z","updated_at":"2024-05-19T20:10:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a593877-fcaa-4438-b479-28d6a42ba5b7","html_url":"https://github.com/mobile-michel/aria-landmark","commit_stats":null,"previous_names":["mobile-michel/aria-landmark"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mobile-michel/aria-landmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-michel%2Faria-landmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-michel%2Faria-landmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-michel%2Faria-landmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-michel%2Faria-landmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobile-michel","download_url":"https://codeload.github.com/mobile-michel/aria-landmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-michel%2Faria-landmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["aria","github-pages","landmarks"],"created_at":"2024-11-16T07:39:49.754Z","updated_at":"2026-03-06T20:32:28.190Z","avatar_url":"https://github.com/mobile-michel.png","language":"Liquid","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eleventy 2.0.1, Liquid, Simple.css \u0026 ARIA landmarks\n\n## Folder structure\n- pages in /src\n- layouts in /_layouts\n- includes in /_includes\n- Json files in /_data\n- Simple CSS in /assets/css\n- images in /assets/images\n\n## Page layouts\n- _layouts/base.liquid\n- _layouts/default.liquid -\u003e takes the base.liquid layout\n\n## HTML landmarks\n- _includes/header.liquid\n- _includes/aside.liquid\n- _includes/footer.liquid\n- _includes/pagination.liquid\n- _includes/secondary.liquid\n\n## Navigation\n- add tags in frontmatter: primary, secondary or footer\n\n## Package.json scripts\n- \"start\": \"npx @11ty/eleventy --serve\",\n- \"build\": \"eleventy\",\n- \"debug\": \"DEBUG=* eleventy\"\n\n## Dependencies\n- \"@11ty/eleventy\": \"^2.0.1\"\n\n## eleventy.config.js\n```\nmodule.exports = function (eleventyConfig) {\n    eleventyConfig.addPassthroughCopy(\"src/assets\"); // Scss, JS, and images files\n    return {\n        dir: {\n            input: \"src\", // Set the source for 11ty to the /src directory\n            output: \"_site\", // This is the default\n            includes: \"_includes\", // All UI partials\n            layouts: \"_layouts\" // Base page layouts\n        },\n        templateFormats: [\"html\", \"md\", \"liquid\"]\n    };\n};\n```\n\n## Links to docs\n- [Eleventy](https://www.11ty.dev/docs/)\n- [LiquidJS](https://liquidjs.com/tutorials/intro-to-liquid.html)\n- [Simple.css](https://simplecss.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobile-michel%2Faria-landmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobile-michel%2Faria-landmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobile-michel%2Faria-landmark/lists"}