Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.8 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.8 KB

OrchardCoreContrib.Themes

Orchard Core Contrib

This repository contains a set of themes for Orchard Core CMS that driven by the community members who love Orchard Core.

This will encourage all the passionate designers and developers to build the themes that aren't included in Orchard Core.

Documentations

  • The OrchardCoreContrib.Themes repository consists of the following themes:
Name Namespace NuGet
Modern Business Theme OrchardCoreContrib.Themes.ModernBusiness NuGet
Resume Theme OrchardCoreContrib.Themes.Resume NuGet
Stylish Portfolio Theme OrchardCoreContrib.Themes.StylishPortfolio NuGet

How to add a Theme?

If you would like to add your theme and share it with the community, simply:

  1. Fork the OrchardCoreContrib.Themes repository

  2. Clone the forked repository into your machine

  3. Add your theme project with the convention OrchardCoreContrib.Themes.{ThemeName} in the src folder

  4. Add a reference to your theme into OrchardCoreContrib.Themes.Web, so your lovely theme will be available to everyone

  5. Add your cool theme and send a PR