{"id":41169379,"url":"https://github.com/loranallensmith/codespaces-umbraco-blankslate","last_synced_at":"2026-01-22T19:39:05.157Z","repository":{"id":195057390,"uuid":"621947242","full_name":"loranallensmith/codespaces-umbraco-blankslate","owner":"loranallensmith","description":"A template repository for using GitHub Codespaces to create a blank Umbraco site for development and experimentation.","archived":false,"fork":false,"pushed_at":"2025-05-01T14:52:52.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-01T15:31:26.301Z","etag":null,"topics":["cms","codespaces","content-management-system","development-environment","dotnet","umbraco","vscode"],"latest_commit_sha":null,"homepage":"https://docs.umbraco.com","language":"HTML","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/loranallensmith.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-03-31T18:33:19.000Z","updated_at":"2024-05-22T15:45:55.000Z","dependencies_parsed_at":"2025-05-01T15:37:29.825Z","dependency_job_id":null,"html_url":"https://github.com/loranallensmith/codespaces-umbraco-blankslate","commit_stats":null,"previous_names":["loranallensmith/codespaces-umbraco-blankslate"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/loranallensmith/codespaces-umbraco-blankslate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loranallensmith%2Fcodespaces-umbraco-blankslate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loranallensmith%2Fcodespaces-umbraco-blankslate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loranallensmith%2Fcodespaces-umbraco-blankslate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loranallensmith%2Fcodespaces-umbraco-blankslate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loranallensmith","download_url":"https://codeload.github.com/loranallensmith/codespaces-umbraco-blankslate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loranallensmith%2Fcodespaces-umbraco-blankslate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T19:36:09.361Z","status":"ssl_error","status_checked_at":"2026-01-22T19:36:05.567Z","response_time":144,"last_error":"SSL_read: 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":["cms","codespaces","content-management-system","development-environment","dotnet","umbraco","vscode"],"created_at":"2026-01-22T19:39:05.037Z","updated_at":"2026-01-22T19:39:05.132Z","avatar_url":"https://github.com/loranallensmith.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Umbraco Blank Site Template\n\nThis repository serves as a GitHub Codespaces template for creating a blank Umbraco site. With this template, you can quickly set up a development environment for Umbraco projects using GitHub Codespaces.\n\n## Getting Started\n\nTo get started with this template, follow these steps:\n\n1. Click on the \"Use this template\" button at the top of the repository to create a new repository based on this template.\n2. Clone the newly created repository to your local machine using Git or your preferred Git client.\n3. Open the cloned repository in GitHub Codespaces by clicking on the \"Open with Codespaces\" button in the GitHub web interface.\n4. GitHub Codespaces will provision a container environment for your project with all the necessary dependencies.\n5. Once the Codespace is ready, you can start working on your Umbraco site using the provided development environment.\n\nThis template provides a basic structure for an Umbraco site. The configuration file for the Codespace is set up to automatically run `dotnet restore` and to trust the environment's HTTPS certificate when you create the Codespace.  You can change this behavior by updating the `postCreatCommand` value in the `.devcontainer/devcontainer.json` file.\n\n## Umbraco Setup\n\nTo set up your Umbraco instance, follow these steps:\n\n1. In the Codespaces environment, navigate to the project's root directory.\n2. Run the following commands to build the solution:\n\n```bash\ndotnet build\n```\n3. Once the build is successful, run the following command to start up your server:\n\n```bash\ndotnet run\n```\n\nThis will start the Umbraco installation wizard.\n\n4. Follow the on-screen instructions to set up your Umbraco site, including database configuration, admin account creation, and other relevant settings.\n\n## Contributing\n\nIf you want to contribute to this GitHub Codespaces template, you can do so by submitting a pull request. Contributions are welcome and encouraged!\n\n## License\n\nThis template is licensed under the [MIT License](LICENSE). Feel free to modify and adapt it to suit your needs.\n\n## Resources\n\nFor more information about Umbraco, refer to the following resources:\n\n- [Umbraco Documentation](https://our.umbraco.com/documentation)\n- [Umbraco Community](https://our.umbraco.com/community)\n\n## Acknowledgments\n\nThis template was inspired by the Umbraco community and aims to provide a starting point for developing Umbraco sites using GitHub Codespaces.\n\nNote: Parts of this README were generated using the help of AI.  If you notice errors or omissions, please help us fix it by opening an Issue or PR. 🤓","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floranallensmith%2Fcodespaces-umbraco-blankslate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floranallensmith%2Fcodespaces-umbraco-blankslate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floranallensmith%2Fcodespaces-umbraco-blankslate/lists"}