Skip to content

Bits and Pieces of Code to do things with Umbraco 8

Notifications You must be signed in to change notification settings

robertjf/DoStuffWithUmbraco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Do Stuff With Umbraco 8

A Collection of patterns and samples of how to do things in umbraco 8.

this library is just a collection of things that I have needed to do/explain/remember while developing sites and packages for Umbraco, its by no means complete, but hopefully it's helpful.

On the whole these are minimal implimentations of things - more of a jumping off point then a complete reference.

Snippets

Patterns

A bit more involved, combining some concepts

Project Structure

The Project consists of two main elements

DoStuff.Core

The Core library has all the code examples in, for things like sections, migrations etc. you should be able to see how things work and lift them from this section.

there is a gulp script to copy files from app_plugins to the site, so mostly everything is in this project.

DoStuff.Site

This is the umbraco site, Samples of how to do things in Views and Partials will live in this project (when we do some!)

About

Bits and Pieces of Code to do things with Umbraco 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.3%
  • CSS 16.1%
  • HTML 13.9%
  • C# 11.3%
  • Classic ASP 0.4%