UmBootstrap
UmBootstrap is an Umbraco 17 starter kit that provides a solid foundation for building Bootstrap-based websites.
Features
Section titled “Features”- Umbraco 17 - Latest version of the CMS
- Bootstrap 5 - Responsive CSS framework
- Block Grid - Pre-configured block grid components with live previews
- uSync - Content and configuration synchronisation out of the box
- ModelsBuilder - Strongly-typed models in SourceCodeAuto mode
Quick Start
Section titled “Quick Start”Install the template and create a new project:
dotnet new install Umbraco.Community.Templates.UmBootstrapdotnet new umbootstrap -n MyProjectcd MyProjectdotnet runSee Getting Started for detailed instructions.
What’s Included
Section titled “What’s Included”Layouts
Section titled “Layouts”Container elements for page structure:
| Layout | Description |
|---|---|
layout12 | Full-width single column |
layout363 | 3 + 6 + 3 three column |
layout39 | 3 + 9 two column |
layout66 | 50/50 two column |
layout8 | Narrower centred single column |
See Layouts for full details.
Features
Section titled “Features”Content blocks for building pages:
- Rich Text Editor
- Image and Image Slideshow
- FAQs (accordion)
- Tabs
- Internal Links (selected, children, pagination, slideshow)
- Navigation (descendants, in-page, table of contents)
- HTML/Code blocks
- Contact form
- Page Title & Description
See Features for full details.