layout | title | nav_exclude |
---|---|---|
default |
Read Me |
true |
This project contains documentation on my Umbraco process for buildouts.
The process documentation found here goes in a particular order.
- Site Setup Checklist
- Starterkit Package
- This installs the files for the Form Handler and the base data types and files needed for the Component Library
- Form Handler Package
- Handles form submissions for the entire site
- Component Library
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.
- To setup your local dev environment run
bundle install
OR - You may need to update your project, run
bundle update
to update your gems to the latest version - To test the theme and run the project locally run
bundle exec jekyll serve
and open your browser tohttp://localhost:4000