These articles will help you get your website up and running with Kaliko CMS. The only requirement is that you a familiar with ASP.NET and Visual Studio.
Get started with the basics
The articles have been written to be read in the following order to create a basic project:
- Learn about the concepts of this CMS
- Setup a new project and install the CMS
- Create your first page type
- Implement your website using WebForms
- Implement your website using ASP.NET MVC
- Use as a headless CMS
- Learn about Page Factory
Learn about additional features
The following articles introduces a few more advanced topics:
Demo projects
Demo project using ASP.NET MVC and SQLite:
https://github.com/KalikoCMS/DemoSite.Mvc
..and the accompanying article:
http://www.codeproject.com/Articles/1021598/Build-a-website-with-Kaliko-CMS-using-ASP-NET-MVC
Demo project using WebForms and SQLite:
https://github.com/KalikoCMS/DemoSite.WebForms
..and the accompanying article:
http://www.codeproject.com/Articles/845483/Build-a-website-with-Kaliko-CMS-using-WebForms
Demo project using CMS headless with React:
https://github.com/KalikoCMS/DemoSite.Headless
What's next?
Wonder what is next? Check out the roadmap for upcoming features.