.NET CORE Templates
I see 2 templates for .NET CORE. Will there be more coming soon? How difficult is it to apply the other templates into the .NET CORE layout structure?
Thank you
Replies (1)
Hi David,
Thank you for reaching out to us.
Right now our Asp.Net-Core Starterkit supports demo1 and demo30 but we have plans on adding new demos in the near future. Stay tuned for updates via
To add any other demo, follow these steps:
- Refer to our HTML version and current Asp.Net-Core demos.
- Download the HTML demo you want to use from Metronic Downloads page.
- Find layout markup in dist/index.html.
- Split layout into separate .cshtml partial files and add those files into Starterkit/Views/Layout/{your demo}/Partials folder.
- Update markup in Starterkit/Views/Layout/{your demo}/Default.cshtml.
- Copy source files from src/ folder in the HTML demo and paste them to _keenthemes/source/{your demo}/.
- Use command
gulp --{your demo}to build your demo assets.
Regards,
Lauris Stepanovs,
Keenthemes Support Team