Skip to content

murst/Blogifier-Angular-Material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Angular Material theme for Blogifier

View the latest build of the theme on www.bloodforge.com

The purpose of this project is to create a theme for blogifier using AngularJS (1.x) and Google's Angular Material library.

The theme is designed to be a "single-page" theme, utilizing ui-router.

Copy the contents of the 'src' directory into your web application project, and configure your appsettings.json:

{
  ...
  "Blogifier": {    
    ...

    "BlogTheme": "AngularMaterial"

    ...
  }
}

In addition, one other setting must be changed in your Startup.cs file. The models used by blogifier do not serialize properly, so you'll need to update your Startup.cs file. The following line

services.AddMvc();

needs to be changed to

services.AddMvc().AddJsonOptions(options => options.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore);

The theme is compatible with the stable branch of Blogifier.Core, version 1.2.

About

Angular Material Theme for Blogifier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published