Reflections.Umbraco17.StarterKit
1.0.11
dotnet add package Reflections.Umbraco17.StarterKit --version 1.0.11
NuGet\Install-Package Reflections.Umbraco17.StarterKit -Version 1.0.11
<PackageReference Include="Reflections.Umbraco17.StarterKit" Version="1.0.11" />
<PackageVersion Include="Reflections.Umbraco17.StarterKit" Version="1.0.11" />
<PackageReference Include="Reflections.Umbraco17.StarterKit" />
paket add Reflections.Umbraco17.StarterKit --version 1.0.11
#r "nuget: Reflections.Umbraco17.StarterKit, 1.0.11"
#:package Reflections.Umbraco17.StarterKit@1.0.11
#addin nuget:?package=Reflections.Umbraco17.StarterKit&version=1.0.11
#tool nuget:?package=Reflections.Umbraco17.StarterKit&version=1.0.11
Reflections Starter Kit for Umbraco 17
Reflections Starter Kit provides a ready-to-use foundation for building websites with Umbraco 17. It installs a starter content structure, document and media types, templates, SEO fields, XML sitemap support, and sample content so a new site can be brought online quickly.
Features
- Starter document types and website content structure.
- Templates for the home page, about page, contacts, privacy policy, terms and conditions, and error page.
- Reusable SEO composition with metadata and social sharing fields.
- XML sitemap and
robots.txtcontent support. - Media types and sample media used by the starter site.
- Package migration that installs the supplied schema and content automatically.
Requirements
- Umbraco CMS 17.5.3 or later in the Umbraco 17 release line.
- .NET 10.
The package is designed for Umbraco 17 and should not be installed on another Umbraco major version.
Installation
Install the package into an Umbraco website from NuGet:
dotnet add package Reflections.Umbraco17.StarterKit
Build and start the website after installation:
dotnet build
dotnet run
On the first startup, Umbraco runs the package migration and imports the starter-kit schema and content. The backoffice can briefly display its maintenance page while this migration is running.
Before installing
This package imports document types, media types, data types, templates, content, and media. Back up the website and database before installing it into an existing site. For the most predictable result, install it into a new or otherwise clean Umbraco 17 website.
Existing schema or content with matching aliases or keys can affect the import result. Test the installation in a non-production environment before deploying it to production.
After installation
Open the Umbraco backoffice and review the imported content, templates, data types, and media. Update the sample content, SEO defaults, domains, language settings, and site-specific assets before publishing the website.
Troubleshooting
If the website remains on the automatic-upgrade maintenance page, inspect the latest file in umbraco/Logs for the package migration exception. Confirm that the website uses a supported Umbraco 17 version and the latest version of this package.
Documentation and support
License
Reflections Starter Kit for Umbraco 17 is licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Umbraco.Cms.Api.Common (>= 17.5.3)
- Umbraco.Cms.Api.Management (>= 17.5.3)
- Umbraco.Cms.Web.Common (>= 17.5.3)
- Umbraco.Cms.Web.Website (>= 17.5.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.