2017 © Pedro Peláez
 

library staticka

Yet another static site generator written in PHP.

image

rougin/staticka

Yet another static site generator written in PHP.

  • Thursday, November 23, 2017
  • by rougin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Expresso

![Latest Version on Packagist][ico-version] Software License Build Status ![Total Downloads][ico-downloads], (*1)

This is the project skeleton for the Expresso package which also provides the Console package for building Markdown pages to HTML., (*2)

Installation

Create a new project for Expresso via Composer:, (*3)

``` bash $ composer create-project rougin/expresso, (*4)


## Basic Usage As this is a project template, kindly see the documentation for each required package in this project for more information: * [Console Documentation][link-console-readme] * [Expresso Documentation][link-expresso-readme] ### Running the application To run the application, the [PHP's built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php) can be used: ``` bash $ 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., (*5)

Building the created pages

To build the created pages to HTML, kindly run the build command from staticka:, (*6)

bash $ vendor/bin/staticka build, (*7)

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., (*8)

Changelog

Please see CHANGELOG for more information what has changed recently., (*9)

Credits

License

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

The Versions