Skip to content

Demo implementation of Hood CMS - https://github.com/HoodDigital/Hood - Using the Hood Nuget dotnet package and the HoodCMS NPM package for client code SCSS and TypeScript.

License

Notifications You must be signed in to change notification settings

HoodDigital/Hood.Demo

Repository files navigation

Hood CMS Demo

GitHub release (Latest by date including pre-releases)

Demo implementation of Hood CMS using the Hood Nuget dotnet package and the HoodCMS NPM package for client code SCSS and TypeScript.

Hood CMS is a fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5. Full open source project can be found at https://github.com/HoodDigital/Hood

Nuget Installation

NuGet MyGet Latest

Install Hood CMS via Package Manager.

> Install-Package Hood

or via .NET CLI

> dotnet add package Hood

Client Side Code

npm Package

The client side code is not required to run Hood CMS as all required JS/CSS are served via jsdelivr. However, if you want to extend or modify the client side code, you can download this npm package, which contains the required distribution CSS and JavaScript, as well as source SCSS and TypeScript files.

https://www.npmjs.com/package/hoodcms

To install Hood CMS client side code via NPM.

> npm install hoodcms

or

> yarn add hoodcms

To use your own client side code, you will also need to update script/link references in your theme's HTML or Razor C# files to use your own version of the code, rather than the CDN.

Full documentation

Documentation is a work in progress!

Also, feel free to add your issues or pull requests to our GitHub, we always welcome contributions!

About

Demo implementation of Hood CMS - https://github.com/HoodDigital/Hood - Using the Hood Nuget dotnet package and the HoodCMS NPM package for client code SCSS and TypeScript.

Resources

License

Stars

Watchers

Forks