{"id":35228532,"url":"https://github.com/craftcms/starter-twig","last_synced_at":"2026-04-06T06:03:57.513Z","repository":{"id":264877741,"uuid":"893644984","full_name":"craftcms/starter-twig","owner":"craftcms","description":"A simple starter for Craft CMS","archived":false,"fork":false,"pushed_at":"2025-04-24T01:18:23.000Z","size":1678,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-24T02:30:27.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Twig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/craftcms.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":"2024-11-25T00:13:25.000Z","updated_at":"2025-04-24T01:18:26.000Z","dependencies_parsed_at":"2025-04-16T00:34:39.133Z","dependency_job_id":null,"html_url":"https://github.com/craftcms/starter-twig","commit_stats":null,"previous_names":["craftcms/starter-twig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/craftcms/starter-twig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Fstarter-twig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Fstarter-twig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Fstarter-twig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Fstarter-twig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craftcms","download_url":"https://codeload.github.com/craftcms/starter-twig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftcms%2Fstarter-twig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31461534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":"2025-12-30T01:57:48.528Z","updated_at":"2026-04-06T06:03:57.508Z","avatar_url":"https://github.com/craftcms.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Craft CMS + Twig Starter\n\nThis is a basic blog starter project for creating [Craft CMS](https://craftcms.com/) using the native [Twig](https://craftcms.com/docs/5.x/development/twig.html) templating language. It's a simple install that requires no database dump and no front-end tooling. It includes a single, first-party plugin ([CKeditor](https://plugins.craftcms.com/ckeditor)) to support a richer authoring experience.\n\n\u003e [!TIP]\n\u003e Check out our full list of [starter projects](https://craftcms.com/starters)!\n\n## Features\n\n- Dedicated places to edit global information and the primary top-level pages (_Home_, _Blog_, and _Guestbook_);\n- _Blog_ and category feeds;\n- Elegant content composition via CKEditor and nested entries;\n- Front-end _Guestbook_ form, protected by login;\n- Arbitrary _Pages_ structure for additional, hierarchical content;\n- Preconfigured, [Craft Cloud](https://craftcms.com/cloud)-ready asset storage;\n\nThe Entries sidebar has also been configured to make these pages and sections easier to find for this setup.\n\n## Installation\n\n1. Clone this repository and move into the folder:\n\n    ```bash\n    git clone https://github.com/craftcms/starter-twig.git\n    cd starter-twig/\n    ```\n\n2. Start DDEV:\n\n    ```bash\n    ddev start\n    ```\n\n3. Install dependencies:\n\n    ```bash\n    ddev composer install\n    ```\n\n4. Run the Craft setup wizard:\n\n    ```bash\n    ddev craft install\n    ```\n\nCongratulations—Craft has been installed! You can start exploring the control panel by visiting `https://starter-twig.ddev.site/admin` in your browser, or running `ddev launch admin`.\n\n## Post-Install\n\n### Control Panel\n\nThe Craft [control panel](https://craftcms.com/docs/5.x/system/control-panel.html) is available at `https://starter-twig.ddev.site/admin`. Log in with the username and password you created during installation!\n\n- Create some content by visiting the **Entries** screen;\n- Use Live Preview to visualize edits as you make them;\n- Adjust or augment the content model by exploring the **Settings** screen;\n- Open the front-end by clicking the site name in the upper-left corner;\n\n\u003e [!TIP]\n\u003e You can always get back to the control panel by appending `/admin` to the project’s base URL.\n\n### Project Structure\n\nThis project was scaffolded from our blank-slate started kit, and therefore follows its overall [directory structure](https://craftcms.com/docs/5.x/system/directory-structure.html) and [configuration scheme](https://craftcms.com/docs/5.x/configure.html).\n\n### Licensing\n\nThe free Craft _Solo_ [edition](https://craftcms.com/docs/5.x/editions.html) is active by default, and will automatically acquire a perpetual license to evaluate, develop, and deploy a site for yourself or a friend. This key will be written out to `config/license.key`, and is safe to commit to version control.\n\nYou can upgrade to Craft _Team_ or _Pro_ any time! Read more about [licensing](https://craftcms.com/knowledge-base/how-craft-license-enforcement-works) in the Knowledge Base.\n\n## Tips + Tricks\n\n### Running on a Different Domain\n\nThe DDEV configuration files shipped with this project have a hard-coded project “name” that determines (among other things) the URL prefix. If you would like to change this (say, prior to pushing the project to a [new remote](#pushing-to-a-new-remote)), open `.ddev/config.yml` and update the `name` key.\n\nApply that change by running `ddev start` in the project directory. The site will restart, and be available at `https://{new-name}.ddev.site`!\n\n### Pushing to a new Remote\n\nWhen cloning a git repository, it typically sets up the origin as a default _remote_. To push the project to your own repository, follow these steps:\n\n1. Remove the default origin:\n\n    ```bash\n    git remote remove origin\n    ```\n\n1. Create a new repository. This can be on GitHub, or any other git provider.\n1. Add the new origin:\n\n    ```bash\n    git remote add origin https://github.com/your-username-or-org/new-repo-name.git\n    ```\n\n1. Push to the new origin:\n\n    ```bash\n    git push origin\n    ```\n\n\u003e [!TIP]\n\u003e You may be able to create repositories in contexts that your local environment is not authorized to read from or write to! If you encounter permissions issues at this stage, consult the git provider’s documentation.\n\n## Getting Help\n\nIf you have any questions or suggestions, you can always reach us at \u003csupport@craftcms.com\u003e or [post a GitHub issue](https://github.com/craftcms/starter-twig/issues).\n\nThanks for trying Craft!\n\n:lemon:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftcms%2Fstarter-twig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftcms%2Fstarter-twig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftcms%2Fstarter-twig/lists"}