Link Search Menu Expand Document

Introduction

This project contains documentation on my Umbraco process for buildouts.

Process Flow

The process documentation found here goes in a particular order.

  1. Site Setup Checklist
  2. Starterkit Package
    • This installs the files for the Form Handler and the base data types and files needed for the Component Library
  3. Form Handler Package
    • Handles form submissions for the entire site
  4. Components Library

The Method

These Umbraco builds are based around a theory of building pages with components. This method gives the content editors a lot of flexibility within Umbraco when building out pages.

The starterkit installed the base files required for handling form submissions and general page component builds with the grid layout.

Our builds use the latest version of Bootstrap 4 which makes using the Umbraco Grid editor an easy choice for handling general content and page layouts.


Copyright © 2020 Blake Clerke.