A base Visual Studio solution for Umbraco 8.1+.
The solution is a SOLID foundation of common patterns, folder structures, and website features which are widely accepted as "best practice" in the Umbraco community. USync definitions in this solution provide a
Note: This is not meant to be a "starter kit" per se, nor is it meant to have a load of features which are toggled.
- Fork/copy this repository, then build in Visual Studio
- Run application and go through standard Umbraco setup WITHOUT a starter kit
- Go to Settings section -> usych, and click Import
- Go to Content section, create Root and Home nodes.
- Application.Web - Umbraco
- Application.Core - Builders, Services
- Application.Models - Models Builder, other application models
- Remove "/""
- Redirect to https (enabled by default)
- Internal rewrite to /ErrorPages/500.html
- Gzip static files
- 500.html (static)
- Robots.txt (content managed)
- Sitemap.xml (generated)
- Site Container (houses Site and Repository Container)
- Site (requires selection of Home node)
- Configuration (lives in Site node)
- Repository Container (for housing of partial content/elements)
- Home (lives under Site Root)
- Base Page (implements Page Settings Mixin)
- Page Settings Mixin (includes SEO & scripts)
A base node structure is provided which allows flexibility, multi-websites and separation of partial data elements.
- Site Container
- Website (put hostname here)
- Home
- Eror404
- Data Repositories
- Website (put hostname here)
Note: Data repositories are a common way to store partial content/elements which need to be referenced across your website. For example:
- Taxonomies
- Categories
- News Tags
- Global Tags
- Locations
- Authors
- External Links
- USync
- Meganav (TBD)
- SiteLock (TBD)