Skip to content

LibArea/Sugata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT PHP

Sugata

Sugata — is a static site generator that uses Markdown and is written in PHP. Used on the Fact Archive website.

Ideas

Analogue of Movable Type, LinkSQL, etc.

Sugata - архив фактов

Sugata - admin

For testing (Installation)

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.