sprain/sprainocchio

A simple blog engine

0.2.1 2018-12-24 19:40 UTC

This package is auto-updated.

Last update: 2024-04-18 20:53:56 UTC


README

A simple and easy-to-use static-page blog engine written in php

Note: This is a project in early-stage development.

Getting started

  1. Fetch the project with Composer.
    composer create-project sprain/sprainocchio

  2. Run the build process.
    php sprainocchio/builder.php

  3. Open the generated website.
    open sprainocchio/public/index.html