Advantages of using this CMS
Namaskar is a lightweight CMS for Developpers who want a CMS to create websites like Showcase Sites, Artist Websites, Portfolios, Technical Documentation, and blogs.
FEATURES
Lightweight, Fast and Portable
Namaskar is less than 100 files in the backend. No database to set up, no thousands of files to handle it. Websites powered by The Namaskar CMS are made to be "portable", they can work from any folder or subfolder on a Apache Server.
Flat-File CMS
Most traditional CMS store content and configuration data in a database, making installations, backups and updates usually a painful process. Namaskar is a flat-file CMS, that is a CMS without traditional database, it uses files to store data instead. Thus, backing up your website is as easy to make as zipping a folder. You zip it from one server, unzip it on another, it just works... try the same with Wordpress, haha. Moving websites from one server to another is easy. Nothing to configure or to change. Without database to handle, all you really need for your website to start working is a server with PHP to deploy it. Moreover, the absence of database queries helps pages to load sites faster.
Multi-site
You can power several websites with the same code base. Each site has its own content, its own configuration settings, its own files. This is particularly useful for managing the code since each update only needs to be done once. Also, the code is outsite the "root", which makes it harder to hack.
Multilingual
It is possible to have a mutiligual version of your site out of the box.
Just declare a language switch menu in the configuration... and here we go.
Easy Theming
It uses Bootstrap5 and a simple template engine, TwiQ (which looks like Twig). Creating and modifying a theme is simple, because being minimalistic, you can use your creativity to do whatever you want with your HTML/CSS and JavaScript skills.