Skip to content

UmBootstrap

UmBootstrap is an Umbraco 17 starter kit that provides a solid foundation for building Bootstrap-based websites.

  • 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

Install the template and create a new project:

Terminal window
dotnet new install Umbraco.Community.Templates.UmBootstrap
dotnet new umbootstrap -n MyProject
cd MyProject
dotnet run

See Getting Started for detailed instructions.

Container elements for page structure:

LayoutDescription
layout12Full-width single column
layout3633 + 6 + 3 three column
layout393 + 9 two column
layout6650/50 two column
layout8Narrower centred single column

See Layouts for full details.

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.