slendium/slendium-static

Static website generator.


License
MIT

Documentation

Slendium Static

Static website generator.

Installation

Requires PHP >= 8.5. Simply run composer install slendium/slendium-static to add it to your project.

Usage

Create the website in the content folder. Each file will be converted to a full HTML page. Create a configuration file called slendium-static.php in the root folder. Run the script at ./vendor/bin/generate-site to generate the site. The generated site will be located in the public folder.

Roadmap

  1. [Done] Static pages based on HTML or Markdown only
  2. Include a global script and stylesheet if available
  3. Integrate compositor library
  4. Support for multi-locale sites
  5. Page generation (for pagination of blogs, product pages, or similar)
  6. Auto-optimized images with support for cropping based on screen size
  7. Validating site integrity by checking all internal links