rougin/expresso

Static blog platform based on Staticka.

v0.1.0 2024-11-09 16:42 UTC

This package is auto-updated.

Last update: 2024-11-09 16:43:22 UTC


README

Latest Version on Packagist Software License Build Status Total Downloads

This is the project skeleton for the Expresso package which also provides the Console package for building Markdown pages to HTML.

Installation

Create a new project for Expresso via Composer:

$ composer create-project rougin/expresso

Basic Usage

As this is a project template, kindly see the documentation for each required package in this project for more information:

Running the application

To run the application, the PHP's built-in web server can be used:

$ php -S localhost:3977 -t app/public

Once the application has been initialized, kindly see the instructions found in the Dashboard page of the application.

Building the created pages

To build the created pages to HTML, kindly run the build command from staticka:

$ vendor/bin/staticka build

Alternatively, it is also possible to build pages from the application by selecting the green Build site button which can be found from the upper right of the web browser.

Changelog

Please see CHANGELOG for more information what has changed recently.

Credits

License

The MIT License (MIT). Please see LICENSE for more information.