Sugata — is a static site generator that uses Markdown and is written in PHP. Used on the Fact Archive website.
Analogue of Movable Type, LinkSQL, etc.
Install the package through Composer.
Further:
- migrate: scripts/dev.sql
- settings: config/database.php and other files in the directory
- Log in to your account using administrator credentials:
ss@sdf.ru/qwer14qwer14 - Or user:
test@test.ru/test@test.ru
PHP >= 8.2, MySQL 8+ or > MariaDB 10.2.2
The Public Directory
The public directory contains the index.php file, which is the entry point for all requests entering your application and configures autoloading. This directory also houses your assets such as images, JavaScript, and CSS.
