sprain / sprainocchio
A simple blog engine
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:project
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: 2024-10-18 21:56:39 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