psijkof / ModernBusiness.OrchardCore

Theme for Orchard Core based on 'Modern Business' by 'start bootstrap'
MIT License
8 stars 3 forks source link
modernbusiness orchardcore template theme

ModernBusiness.OrchardCore

Theme for Orchard Core based on the Modern Business theme of Start Bootstrap

See the README file of the embedded theme repo.

The goal is to implement this template as efficiently as possible with Orchard Core

Status and implementation details

Modern Business Theme, content type

Pages

Details

Approach

Using Page content type with Flow part, provides some extra control over how to display content without much effort, mainly useful if Page contains several sections each with different types of content (Homepage)

Queries

Used Lucene queries to retrieve content by its type, example:

{
  "query": {
    "term" : { "Content.ContentItem.ContentType" : "Project" } 
  }
} 

Issues