Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.33 KB

PROJECT IS ARCHIVED

Amplify Theme for Umbraco 8

Amplify is the open source and extendable theme that will get you started with Umbraco in minutes.
The theme is now available under the MIT licence, and is open for collaboration.

Buy Me a Coffee at ko-fi.com

Login: admin@admin.com

Pass: 1234567890

Amplify Theme

Amplify Theme Key Features

  • Supports Umbraco 8.9+
  • Blocklist editor (no nested content)
  • Easy theme creation and assignment
  • SASS compiler included
  • 2 preset themes included (Amplify & Paragon)
  • 10+ page types
  • 20+ content block types
  • Site search
  • Site maps
  • Completely responsive
  • Built with Bulma and Vue frameworks

Important info for using your own models

To use your own models, add Umbraco.ModelsBuilder and Umbraco.ModelsBuilder.UI via nuget. Then build the solution.

Change the modelsbuilder mode In the web.config to:

<add key="Umbraco.ModelsBuilder.Enable" value="true" />
<add key="Umbraco.ModelsBuilder.ModelsMode" value="Dll" />

Then in the umbraco backoffice go to settings > Modelsbuilder and click build models.