Hood CMS
![Demo](https://img.shields.io/badge/dynamic/json.svg?label=Demo&url=http%3A%2F%2Fcms.hooddigital.com%2Fhood%2Fversion&query=%24.version&colorB=%23eab92d&prefix=v)
You can download and use the full ASP.NET Core Source Code form Hood CMS here:
https://github.com/HoodDigital/Hood
About Hood CMS
Hood CMS Hood Digital's own content management system, built entirely in ASP.NET Core 2.2. With a fully functional CMS admin area and themable front site, including subscriptions powered by Stripe.
Access and security is all based on the latest patterns for ASP.NET Core & EF Core Identity provider.
Client Side Code
![Bower](https://img.shields.io/myget/hood/vpre/hood.svg?label=Bower&colorB=ffcc2f)
You can download and use the client side code, containing all JavaScript, SCSS, Less and compiled CSS, including the default theme for Hood CMS here:
https://www.npmjs.com/package/hoodcms
Recommended Installation
To install Hood JS & LESS via LibMan, add the following lines to your libman.json file:
{
"destination": "wwwroot/hood",
"library": "hoodcms@3.0.2",
"provider": "jsdelivr"
}
Legacy Themes Bower Installation
To install Hood JS & LESS for legacy themes, run the following command in the command line (bower required):
bower install --save hood
Note
This package only contains the required SCSS/JavaScript and CSS files required to run Hood CMS with the current default theme.