{"id":22509683,"url":"https://github.com/getshifter/shifter-headless-11ty-tailwind","last_synced_at":"2026-04-20T09:04:34.701Z","repository":{"id":181036731,"uuid":"666108030","full_name":"getshifter/shifter-headless-11ty-tailwind","owner":"getshifter","description":"Shifter Headless 11ty Starter TEmplate: A powerful foundation for building headless WordPress websites using the 11ty static site generator and Shifter as the serverless hosting and deployment platform.","archived":false,"fork":false,"pushed_at":"2023-08-09T18:09:11.000Z","size":193,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T00:28:32.717Z","etag":null,"topics":["11ty","rest-api","serverless","static-site-generator","tailwindcss","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Nunjucks","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/getshifter.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-07-13T18:22:24.000Z","updated_at":"2023-07-13T19:11:56.000Z","dependencies_parsed_at":"2025-03-28T00:37:20.022Z","dependency_job_id":null,"html_url":"https://github.com/getshifter/shifter-headless-11ty-tailwind","commit_stats":null,"previous_names":["getshifter/shifter-headless-11ty-tailwind"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/getshifter/shifter-headless-11ty-tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fshifter-headless-11ty-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fshifter-headless-11ty-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fshifter-headless-11ty-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fshifter-headless-11ty-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getshifter","download_url":"https://codeload.github.com/getshifter/shifter-headless-11ty-tailwind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fshifter-headless-11ty-tailwind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["11ty","rest-api","serverless","static-site-generator","tailwindcss","wordpress"],"created_at":"2024-12-07T01:30:10.021Z","updated_at":"2026-04-20T09:04:34.685Z","avatar_url":"https://github.com/getshifter.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shifter Headless 11ty Starter Template\n\n![](https://github.com/getshifter/shifter-headless-11ty-tailwind/assets/1872327/bfcfa6ad-4eeb-45f9-978a-9b64ea9abeb8)\n\nThe Shifter Headless 11ty Starter Template is a starting point for building headless WordPress websites using 11ty and Shifter. It offers a solid foundation for creating fast, scalable, and SEO-friendly websites with a decoupled frontend and WordPress as a headless CMS.\n\nKey Features:\n\n- Built with 11ty: A static site generator that transforms templates into HTML, CSS, and JavaScript.\n- Headless WordPress: Utilize WordPress as a headless CMS to manage content.\n- Shifter: Seamless integration with Shifter, a serverless WordPress hosting and deployment platform.\n- Scalable architecture: Easily scale your website as your content grows and traffic increases.\n\nThese features provide a solid foundation for building headless WordPress websites using 11ty and Shifter. The template allows you to create fast, scalable, and SEO-friendly websites with a decoupled frontend and WordPress as the content management system.\n\n[Live Demo](https://shifter-headless-11ty-tailwind.netlify.app)\n\n---\n\n## Getting Started\n\n1. Clone this repository:\n\n```\ngit clone https://github.com/getshifter/shifter-headless-11ty-tailwind.git site\n```\n\n2. Change into the working directory:\n\n```\ncd site\n```\n\n3. Install dependencies:\n\n```\nnpm install\n```\n\n4. Start local development server:\n\n```\nnpm run serve\n```\n\nThis command watches for changes and serves the site locally on http://localhost:8080.\n\n5. Create a production build:\n\n```\nnpm run build\n```\n\n---\n\n## How To: Navigation\n\nThe top navigation is the main feature of this starter template and can be found in `/src/_includes/components/navigation.njk`.\n\nTo add links to the navigation, add the `eleventyNavigation` object to any page with the desired order:\n\n```yaml\n---\neleventyNavigation:\n  key: Your Page Name\n  order: 1\n---\n```\n\nThe navigation bar will automatically include the pages specified in the `eleventyNavigation` object. The active state will be highlighted based on the currently opened URL, even for subpages.\n\nTo change the styles of the navigation items, modify the code in `/_includes/components/navigation.njk`.\n\n---\n\n## How To: Blog\n\nTo add a blog post, create a new file in `_src/blog/posts`. The post will automatically appear in the post list.\n\n---\n\n## Images\n\nPlace your images in `_src/img` and reference them in your markup like this:\n\n```html\n\u003cimg src=\"/img/example-image.jpg\"\u003e\n```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetshifter%2Fshifter-headless-11ty-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetshifter%2Fshifter-headless-11ty-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetshifter%2Fshifter-headless-11ty-tailwind/lists"}