Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

bkclerke/MyUmbDocs

Repository files navigation

layout title nav_exclude
default
Read Me
true

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. Component 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.


How to run this repo project locally

  1. To setup your local dev environment run bundle install OR
  2. You may need to update your project, run bundle update to update your gems to the latest version
  3. To test the theme and run the project locally run bundle exec jekyll serve and open your browser to http://localhost:4000

About

This is a general repo for my Umbraco process, documentation and setup instructions.

Topics

Resources

Stars

Watchers

Forks