sprain / sprainocchio
A simple blog engine
0.2.1
2018-12-24 19:40 UTC
Requires
- php: >=7.1
- ext-dom: *
- erusev/parsedown: ^1.7
- masterminds/html5: ^2.4
- pimple/pimple: ^3.2
- symfony/finder: ^4.2
- symfony/yaml: ^4.2
- twig/twig: ^2.6
This package is auto-updated.
Last update: 2026-02-19 00:50:35 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
-
Fetch the project with Composer.
composer create-project sprain/sprainocchio -
Run the build process.
php sprainocchio/builder.php -
Open the generated website.
open sprainocchio/public/index.html