{"id":21534428,"url":"https://github.com/equk/11ty-equk","last_synced_at":"2025-04-28T17:39:32.511Z","repository":{"id":181028900,"uuid":"651855504","full_name":"equk/11ty-equk","owner":"equk","description":"🎈 equk blog on eleventy","archived":false,"fork":false,"pushed_at":"2025-04-22T14:52:58.000Z","size":18656,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T15:47:35.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://equk.co.uk","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/equk.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,"zenodo":null}},"created_at":"2023-06-10T09:54:10.000Z","updated_at":"2025-04-22T14:53:02.000Z","dependencies_parsed_at":"2023-07-13T19:24:56.171Z","dependency_job_id":"b4b7c9b2-8820-4f47-beef-6ce3f36ea0d1","html_url":"https://github.com/equk/11ty-equk","commit_stats":null,"previous_names":["equk/11ty-equk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2F11ty-equk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2F11ty-equk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2F11ty-equk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2F11ty-equk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equk","download_url":"https://codeload.github.com/equk/11ty-equk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251357225,"owners_count":21576672,"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":[],"created_at":"2024-11-24T03:10:45.401Z","updated_at":"2025-04-28T17:39:32.494Z","avatar_url":"https://github.com/equk.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 11ty-equk\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./public/media/social.png\" alt=\"equks blog\"/\u003e\n\u003c/p\u003e\n\nPersonal blog powered by eleventy\n\n\u003cimg src=\"./public/media/logos/netlify-color-bg.svg\" alt=\"Deploys by Netlify\"/\u003e\n\nDeployed at: https://equk.co.uk/\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./public/media/logos/11ty-96x96.png\" alt=\"11ty-logo\"\u003e\u003cbr/\u003e\n\u003cimg src=\"https://img.shields.io/badge/sharp-9C0?logo=sharp\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"sharp Badge\"\u003e \u003cimg src=\"https://img.shields.io/badge/esbuild-FFCF00?logo=esbuild\u0026logoColor=000\u0026style=for-the-badge\" alt=\"esbuild Badge\"\u003e \u003cimg src=\"https://img.shields.io/badge/PostCSS-DD3A0A?logo=postcss\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"PostCSS Badge\"\u003e \u003cimg src=\"https://img.shields.io/badge/ESLint-4B32C3?logo=eslint\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"ESLint Badge\"\u003e \u003cimg src=\"https://img.shields.io/badge/Prettier-F7B93E?logo=prettier\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"Prettier Badge\"\u003e \u003cimg src=\"https://img.shields.io/badge/ATOM-FFA500?logo=rss\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"ATOM Badge\"\u003e\n\u003c/p\u003e\n\n## ⚠️ not a starter template or theme\n\nThis is my own personal blog and shouldn't be used as a starter template or theme.\n\n## Features\n\n- [x] postcss integration\n- [x] esbuild integration\n- [x] image optimization\n- [x] syntax highlighting (zero JS output)\n- [x] atom feed generation\n- [x] sitemap generation\n- [x] post feature image\n- [x] image attribution link\n- [x] post list pagination\n- [x] darkmode support (`localStorage` \u0026 `prefers-color-scheme`)\n- [x] inlined css\n- [x] opengraph meta tags\n- [x] social media meta tags\n- [x] 11ty bundle support\n- [x] markdown checklists\n- [x] eslint with prettier\n- [x] favicon generation\n- [x] webmentions\n- [x] blog post commenting using mastodon\n- [x] esm support (11ty 3.0.x)\n\n## Image Optimization\n\n- [x] includes `{% image %}` shortcode\n- [x] automatic optimization in markdown\n- [x] Automated `\u003cpicture\u003e` syntax markup with srcset and optional sizes\n- [x] Includes width/height attributes to avoid content layout shift\n- [x] Includes `loading=\"lazy\"` for native lazy loading without JavaScript\n- [x] Includes `decoding=\"async\"`\n\n## URL Generation\n\nPost permalinks are generated using `title` \u0026 `date` fields\n\nResulting in `/YYYY/MM/DD/slugify-title`\n\n# Contact\n\nWebsite: https://equk.co.uk\n\nMastodon: [@equilibriumuk@hachyderm.io](https://hachyderm.io/@equilibriumuk)\n\n\n# License\n\nSource Code: MIT License\n\nContent \u0026 Media: Copyright\n\n(You are **not** permitted to re-use the content publicly or commercially)\n\n---\n\nbased on eleventy-base-blog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequk%2F11ty-equk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequk%2F11ty-equk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequk%2F11ty-equk/lists"}