{"id":28513521,"url":"https://github.com/umbraco/umbraco.blockgrid.example.website","last_synced_at":"2025-10-30T20:53:32.699Z","repository":{"id":63957534,"uuid":"569757441","full_name":"umbraco/Umbraco.BlockGrid.Example.Website","owner":"umbraco","description":"An example of Umbraco Block Grid","archived":false,"fork":false,"pushed_at":"2025-01-29T12:51:34.000Z","size":79566,"stargazers_count":22,"open_issues_count":4,"forks_count":10,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-06-30T00:53:18.013Z","etag":null,"topics":["block-grid","umbraco","umbraco-block-grid","umbraco-starter-kit"],"latest_commit_sha":null,"homepage":"","language":"C#","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/umbraco.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}},"created_at":"2022-11-23T14:46:08.000Z","updated_at":"2025-02-09T21:49:21.000Z","dependencies_parsed_at":"2023-01-29T21:30:54.842Z","dependency_job_id":null,"html_url":"https://github.com/umbraco/Umbraco.BlockGrid.Example.Website","commit_stats":null,"previous_names":["warrenbuckley/umbracoblockgrid"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/umbraco/Umbraco.BlockGrid.Example.Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbraco%2FUmbraco.BlockGrid.Example.Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbraco%2FUmbraco.BlockGrid.Example.Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbraco%2FUmbraco.BlockGrid.Example.Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbraco%2FUmbraco.BlockGrid.Example.Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umbraco","download_url":"https://codeload.github.com/umbraco/Umbraco.BlockGrid.Example.Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbraco%2FUmbraco.BlockGrid.Example.Website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263467769,"owners_count":23471125,"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":["block-grid","umbraco","umbraco-block-grid","umbraco-starter-kit"],"created_at":"2025-06-09T01:07:18.179Z","updated_at":"2025-10-30T20:53:32.685Z","avatar_url":"https://github.com/umbraco.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Umbraco Block Grid Example Website\n\n\u003cimg src=\"https://raw.githubusercontent.com/umbraco/Umbraco.BlockGrid.Example.Website/main/.github/readme-assets/UmbracoBlockGridDemoLogo.png\" alt=\"Umbraco Block Grid Example Website\" height=\"150\" align=\"right\"\u003e\n\nAn example of Umbraco Block Grid as a simple installable starter kit. This package is to help showcase what can be achieved with the new block grid editor in Umbraco.\n\n\u003e **Note** \n\u003e This requires .NET7+ and Umbraco 11.0.0+\n\n## Installing\nTo install the Umbraco Block Grid Example site you need a minimum of Umbraco 11.0.0 RC5 or newer and then to add the following Nuget package to your project containg the Umbraco website.\n\n```\ndotnet add package Umbraco.BlockGrid.Example.Website\n```\n\nAlternatively here are some commands to get you up and runing with Umbraco 11 with a backoffice user preconfigured for you or you [can alternatively configure it more with Paul Seal's Package Script Writer website](https://psw.codeshare.co.uk/?InstallUmbracoTemplate=true\u0026UmbracoTemplateVersion=\u0026Packages=\u0026UserEmail=warren%40umbraco.com\u0026ProjectName=UmbracoBlockGrid.Site\u0026CreateSolutionFile=true\u0026SolutionName=UmbracoBlockGrid\u0026UseUnattendedInstall=true\u0026DatabaseType=SQLite\u0026UserPassword=password1234\u0026UserFriendlyName=Warren+Buckley\u0026IncludeStarterKit=false\u0026StarterKitPackage=clean\u0026OnelinerOutput=false)\n\n```bash\n# Ensure we have the latest Umbraco templates\ndotnet new -i Umbraco.Templates\n\ndotnet new umbraco --force -n \"BlockGridPlayground\" --friendly-name \"Administrator\" --email \"admin@example.com\" --password \"1234567890\" --development-database-type SQLite\n\n#Add starter kit\ndotnet add \"BlockGridPlayground\" package Umbraco.BlockGrid.Example.Website\n\ndotnet run --project \"BlockGridPlayground\"\n#Running\n```\n\n\n### Umbraco Block Grid Website\n![Umbraco BlockGrid](https://raw.githubusercontent.com/umbraco/Umbraco.BlockGrid.Example.Website/main/.github/readme-assets/blockgrid-screenshot.jpg)\n\n### Umbraco Backoffice Block Grid\n![Umbraco BlockGrid Backoffice](https://raw.githubusercontent.com/umbraco/Umbraco.BlockGrid.Example.Website/main/.github/readme-assets/blockgrid-umbraco-screenshot.jpg)\n\n\n## Contributing\nThis package is open to be collobrated on with the wider Umbraco community.\n\nYou can get up and running really quickly by cloning down the website and running dotnet build at the root of the repository and running the website found in `UmbracoBlockGrid.Site`\n\n```\ndotnet build UmbracoBlockGrid.sln\ncd UmbracoBlockGrid.Site\ndotnet run \n```\n\n### Using GitHub Codespaces\nYou can work and contribute to this project using your FREE hours on GitHub Codespaces. This is a great way to get up and running quickly and contribute to the project.\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true\u0026ref=main\u0026repo=569757441\u0026machine=standardLinux32gb\u0026devcontainer_path=.devcontainer%2Fdevcontainer.json\u0026location=WestEurope)\n\n\nThe CodeSpace will have the following preinstalled or configured for you\n\n* Installed .NET 7 SDK\n* Done a Nuget restore\n* Installed SQLite and the supporting VSCode extension to browse, query and edit the database\n* SMTP4Dev installed and running to view emails sent out from the website with its web UI on port 5000\n* Debugging enabled for the website in the Run \u0026 Debug section\n\n\n### Dependencies\n\nWe are using the community package uSync from Kevin Jump in order to synchronize changes to document types and configuration, as the base product is free and open source for all to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbraco%2Fumbraco.blockgrid.example.website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumbraco%2Fumbraco.blockgrid.example.website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbraco%2Fumbraco.blockgrid.example.website/lists"}