rougin / expresso
Static blog platform based on Staticka.
Requires
- php: >=5.3.0
- staticka/console: ~0.2
- staticka/expresso: ~0.1
- vlucas/valitron: ~1.4
Requires (Dev)
- phpunit/phpunit: ~4.2|~5.7|~6.0|~7.0|~8.0|~9.0
- sanmai/phpunit-legacy-adapter: ~6.1|~8.0
This package is auto-updated.
Last update: 2024-11-09 16:43:22 UTC
README
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.